@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-left   table {
	width: 580px;
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 30px;
}
#contents .contents-left table th {
	width: 110px;
	vertical-align: top;
}

#contents .contents-right {
	width: 222px;
	float: right;
	display: inline;
	margin-right: 30px;
}
#contents   .contents-left   .about-txt {
	margin-bottom: 50px;
}
#contents     .contents-right    .img {
	margin-bottom: 30px;
}
#contents      .contents-right      .img      .in {
	margin-bottom: 30px;
	width: 222px;
}
#contents .contents-right .img .in img {
	border: 1px solid #E4E4E4;
}

#contents .contents-left dt {
	background: url(../../misc/img/icn_arrow.gif) no-repeat 0px center;
	padding-left: 7px;
	margin-top: 8px;
}
#contents .contents-left dd {
	background: url(../../misc/img/icn_line.gif) no-repeat 0px center;
	padding-left: 7px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#contents .contents-left h2 {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 7px;
	color: #333;
}
