/* CSS Document */




/*------CONT------*/
#contents {
	width: 100%;
	min-height: 500px;
	height: auto !important;

    height: 500px;
	padding: 0 0 50px 0;
	/*margin-bottom: 50px;*/
}
div.maintitle {
    width: 940px;
	height: 34px;
	position: relative;
	margin: 0 auto;
	padding: 50px 0 35px 0;
}
div.detail {
    width: 940px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	position: relative;
	margin: 0 auto;
	line-height: 2;
	padding: 20px 0 20px 0;
}
div.detail h4{
	width: 940px;
	font-size: 95%;
	font-weight: lighter;
	line-height: 1.6;
	padding: 10px 0 5px 0;
	color: #999999;
}
div.line_dot{
	width: 940px;
	position: relative;
	margin: 0 auto;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../img/line_dot940.gif);
	clear:both;
}
div.line_black{
	width: 940px;
	position: relative;
	margin: 0 auto;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../img/line_black940.gif);
	clear:both;
}
div.link{
	width: 940px;
	height: 80px　
	position: relative;
	margin: 0 auto;
}





