@charset "utf-8";
/* CSS Document */

*  {
	margin: 0px;
	padding: 0px;
}

a {
	color: #016E98;
}

a:hover {
	color: #003366;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #BFDBE5;
	background-image: url(img/bk_01.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
}


#main {
	width: 795px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main_imgTop {
	background-image: url(img/bk_main_01.jpg);
	background-repeat: no-repeat;
	height: 780px;
	width: 795px;
}

#main_img {
	background-image: url(img/bk_main_02.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 795px;
}

#main_contents {
}

#main_contents h1 {
	margin: 0px;
	padding: 0px;
}

#main_txt {
	background-color: #FFFFFF;
	padding: 10px;
}

#main_txt h1 {
	font-size: 18px;
	color: #016E98;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #016E98;
	padding-left: 5px;
}

#main_txt h2 {
	font-size: 14px;
	color: #016E98;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-bottom: 2px;
	margin-bottom: 5px;

}

#main_txt P {
	color: #666666;
	padding-bottom: 8px;
	line-height: 17px;
}

#main_txt P.pdf {
	background: url(img/icon_pdf.gif) no-repeat left top;
	padding-left: 22px;
}

#navi {
	margin-top: 5px;
	padding-bottom: 5px;
	height: 55px;
}

#navi ul {
}

#navi li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	padding-top: 20px;
	padding-left: 10px;
	background-image: url(img/footer_01.gif);
	background-repeat: no-repeat;
	height: 40px;
	color: #FFFFFF;
	margin: 0px;
}

#footer P {
}

#footer P a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer P a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#main_txt table {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	border: none;
	margin-left: 7px;
}

#main_txt table a {
	font-size: 12px;
	color: #B4104A;
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B4104A;
	text-decoration: none;
}

#main_txt tr {
}

#main_txt th {
	font-size: 12px;
	font-weight: bold;
	color: #016E98;
	text-align: left;
	padding: 7px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#main_txt td {
	font-size: 12px;
	color: #333333;
	padding: 7px 5px 5px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#list {
	width: 770px;
	border: 2px solid #016E98;
	margin-bottom: 20px;
}

#list P.name {
	background-color: #016E98;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 5px;
	margin: 0px;
	font-weight: bold;
	padding-top: 2px;
}

#list P.coment {
	margin: 0px;
	padding: 5px;
}

P.link {
_
	padding-top: 10px;
	height: 30px;

