@charset "utf-8";

div#mainImgBox{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	background : transparent url(../img/top.jpg) no-repeat scroll right top;
	min-height:381px;
	height: auto !important;
	height: 381px;
	border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #dedede;border-right-color : #dedede;border-bottom-color : #dedede;border-left-color : #dedede;
	border-bottom: none;
}

div#mainImgBox div#mainMessageBox{
	width: 35%;
	min-height:381px;
	height: auto !important;
	height:100%;
	background: #fff;
}

	div#mainImgBox div#mainMessageBox strong{
		font-weight: bold;
		font-size: 17px;
		display: block;
		padding: 90px 20px 10px;
	
}
	div#mainImgBox div#mainMessageBox span{
		padding: 0 20px;
		display: block;
		line-height: 1.9;
		color: #666;
	
}

div#mainContents{
	width:100%;
	margin: 0 auto 20px;
	text-align: left;
	background: #fff;
	border: 1px solid #dedede;
}

div#mainContents h2{
	background: url(../../share/img/bg_ch.gif) repeat-x 0 0;
	font-size: 14px;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
	min-height:45px;
	height: auto !important;
	height: 45px;
	margin-right: auto !important;
	margin-right:50px;

}

div#mainContents h2 span{
	background: url(../../share/img/bg_ch_top.gif) no-repeat top left;
	padding: 6px 0 6px 22px;
	display: block;
	font-weight: bold;
	-moz-box-shadow:0 0 0.5px #ccc;
	-webkit-box-shadow:0 0 0.5px #ccc;

	text-shadow:1px 0 0.5px #fff;

}

div#mainContents strong{
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 14px;
}

div#conceptBox{
	float: left;
	margin-top:50px;
	margin-left:30px;
}
div#publicBox{
	float: left;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:30px;
}

	div#conceptBox dl,
	div#publicBox dl{
		width: 500px;
	
}

	div#conceptBox dl dt,
	div#conceptBox dl dd,
	div#publicBox dl dt,
	div#publicBox dl dd{
		padding: 12px 0 6px;
		border-bottom: 1px solid #ddd;
	
}

	div#conceptBox dl dt,
	div#publicBox dl dt{
		float:left;
		width:200px;
		clear:both;
		background: url(../img/bg_boder.gif) repeat 0 0 ;
	
}

	div#conceptBox dl dd,
	div#publicBox dl dd{
		width:280px;
		margin-left:200px;
		padding-left: 20px;
	
}


div#topicsBox{
	float: left;
	margin-top: 50px;
}

	div#topicsBox strong{
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 8px;
		display: block;
		font-size: 14px;
	
}

	div#topicsBox dl{
		width: 600px;
	
}

	div#topicsBox dl dt,
	div#topicsBox dl dd{
		padding: 12px 0 6px;
		border-bottom: 1px solid #ddd;
	
}

	div#topicsBox dl dt{
		float:left;
		width:70px;
		clear:both;
		background: url(../img/bg_boder.gif) repeat 0 0 ;
	
}

	div#topicsBox dl dd{
		width:505px;
		margin-left:70px;
		padding-left: 20px;
	
}

div#outlineBox{
	width: 28%;
	float: right;
	margin-top:50px;
	margin-right:30px;
}

div#outlineBox dl{}
div#outlineBox dl dt{
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 14px;
}
div#outlineBox dl dd{
	margin-bottom: 12px;
}
