@charset "utf-8";
@import "../../common/css/common.css";
@import "clearbox.css";

#contents {
	padding-bottom: 50px;
}

#contents th {
	padding: 6px;
	border-bottom: 1px dotted #CCCCCC;
	background: #EEEBE1;
}


#contents td {
	padding: 6px;
	border-bottom: 1px dotted #CCCCCC;
}
#contents h2 {
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents .contents-left {
	width: 580px;
	float: left;
	margin-left: 30px;
	display: inline;
}

#contents .contents-right {
	width: 222px;
	float: right;
	display: inline;
	margin-right: 30px;
}
#contents  .contents-left  h3  {
	margin-bottom: 8px;
	color: #333;
	font-size: 100%;
}
#contents .contents-left .entry {
	padding: 15px;
	border: 1px solid #E3E3E3;
	margin-bottom: 30px;
}
.contents-left .entry img {
	margin: 10px;
}
