@charset "UTF-8";

/* --------------------------------
	 ad
-------------------------------- */
div#header {
	padding: 0;
	overflow: hidden;
	height: 560px;
}
div#header h1 {
	position: relative;
	top: -530px; left:0;
}
div#header p {
	padding: 0 30px 0 0;
	text-align: right;
}
div#content {
	margin-top: 40px;
}
div#contLeft {
	float: left;
	border-top: 1px solid #DDD;
	width: 190px;
}
div#contRight {
	float: right;
	padding-bottom: 25px;
	width: 624px;
}

div#contRight p.title {
	padding-bottom: 30px;
}
div#contRight p.text02 {
	padding: 13px 0 21px;
}
div#contRight p.navDetail a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 65px;
	height: 13px;
	margin-top: 7px;
	background: transparent url(../images/navdetailbg.gif) no-repeat 0 0;
}
div#contRight p#navdetail5a a {
	background: transparent url(../images/navdetailbg5a.gif) no-repeat 0 0;
	width: 138px;
}
div#contRight p#navdetail5b a {
	background: transparent url(../images/navdetailbg5b.gif) no-repeat 0 0;
	width: 159px;
}
div#contRight p.navDetail a:active, div#contRight p.navDetail a:hover,
div#contRight p#navdetail5b a:active, div#contRight p#navdetail5b a:hover,
div#contRight p#navdetail5a a:active, div#contRight p#navdetail5a a:hover {
	background-position: 0 -13px;
}

