/* CSS Document */




/*------CONT------*/
#contents {
	width: 100%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 0 0 100px;
	/*margin-bottom: 50px;*/
}
div.maintitle {
  width: 940px;
	height: 34px;
	margin: 0 auto;
	padding: 50px 0 35px 0;
}
div.line_dot{
	width: 940px;
	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;
	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;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div.link{
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contents #link_text1 {
	width: 940px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
}
#contents #link_text2 {
	width: 940px;
	margin: 40px auto 60px;
}
#contents #link_text1 ul {
	list-style-type: none;
	margin-bottom: 20px;
}
#contents #link_text2 p {
	font-weight: bold;
}

#contents #link_text2 table {
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	width: 940px;
}

#contents #link_text2 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contents #link_text2 .link_sec1 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

#contents #link_text2 .link_sec2 {
	padding-left: 20px;
}
#contents .link .link_sec3 {
	font-size: 14px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
}

.clearfix {
	_overflow: visible;
	_height: 1px;
	zoom: 1;
}

