@charset "UTF-8";

div#contents div#contents_left {
	float:left;
	width:300px;
}

div#contents div#contents_left p {
	margin:0 0 30px 0;
}

div#contents div#contents_left p.Lead{
	font-size:16px;
}


div#contents div#contents_right {
	margin:0 0 0 320px;
	background:url(../images/black_bg.png) 0 0 ;
	padding:20px;
	width:510px;
}

* html body div#contents div#contents_right {
	behavior:url(/common/script/iepngfix.htc);
	width:530px;
	margin:0 0 0 317px;
}

* + html body div#contents div#contents_right {
	margin:0 0 0 310px;
	width:500px;
}

div#contents p {
	padding:0 15px;
	font-size:14px;
}


div#contents dl {
	font-size:12px;
	margin:0 0 20px 0;
	background:url(../../common/images/contents/dotline.gif) 0 100% repeat-x;
	padding:0 0 15px 0;
	display:inline-block;
}

/*div#contents dl:after {
	clear:both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}*/

div#contents dl dt {
	float:left;
	border:1px solid #AAA;
}

div#contents dl dt img {
	display:block;
}

div#contents dl dd {
	margin:0 0 0 145px;
}


div#contents dl dd h3 {
	font-size:14px;
	padding:0 0 3px 0;
	margin:0 0 5px 0;
	border-bottom:2px solid #AAA;
	font-weight:bold;
}


div#contents dl dd table {
	margin:10px 0;
	width:100%;
}

* html body div#contents dl dd table {
	margin:10px 0;
	width:50%;

}

div#contents dl dd table tr th,
div#contents dl dd table tr td {
	border:1px solid #000;
	padding:3px 20px;
}

div#contents dl dd table tr th {
	background:#360303;
}

div#contents dl dd table tr td {
	background:#2c2c2c;
}


div#contents dl dd p {
	padding:0;
}


div#contents dl dd p strong {
	font-weight:bold;
}






