@charset "UTF-8";

#contents{
	margin: 0 auto;
	background: url(../images/contents_bg.gif) repeat-y;
	width: 695px;
	height: auto;
	min-height: 500px;
	color: #666666;
}

#contents #wrapper{
	margin: 0 0 0 77px;
}

#contents h2{
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	height: 50px;
	background: url(../images/title_under.gif) no-repeat -10px 55px;
}


#contents h3{
	margin: 140px 90px 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#contents table{
	margin: 15px 0 0 0;
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	width: 545px;
}

#contents td{
	border: solid 1px #ccc;
	padding: 0 0 0 10px;
	height: 30px;

}

#contents th{
	background: #666;
	color: #fff;
	text-align: center;
	border: solid 1px #CCCCCC;
}

#contents #photo img{
	margin: 20px 0 0 0px;
	border: solid 1px #CCCCCC;
}

#contents #text{
	margin: 15px 0 0 0;
	width: 550px;
}

#contents #text dl{
	margin: 20px 0;
	border-bottom: #ccc dotted 1px;
	color: #666666;
}

#contents #text dt{
	font-size: 12px;
	color: #666;
	font-weight: bold; 
	border-bottom: #ccc dotted 1px;
}

#contents #text dd{
	font-size: 12px;
	color: #666666;
	margin: 10px 0 10px 0;
}

#contents #text dd ul{
	margin: 10px 0 10px 15px;
	color: #666666;
}

#contents #text dd li{
	list-style: disc;
}
