@charset "UTF-8";

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

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

#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 dl{
	width: 560px;
	margin: 30px 0 0 0;
	border-bottom: dotted 1px #CCCCCC;
}

#contents dt{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 10px 0;
}

#contents dd{
	margin: 0 0 10px 0;
}

#contents #map{
	margin: 0 0 0 0;
}

#contents table{
	width: 550px;
	margin: 15px 0 30px 5px;
	border-collapse: collapse;
}

#contents th{
	background: #666666;
	padding: 3px 0 6px 0;
	border: #ccc 1px solid;
	color: #fff;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}

#contents td{
	background: #fff;
	padding: 3px 0 6px 5px;
	border: #ccc 1px solid;
	height: 30px;
}

#contents iframe{
	
	margin: 50px 0 20px 0;
	width: 560px;
	height:400px;
}
