@charset "utf-8";
/* formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
        overflow-x: hidden;
}
body {
    scrollbar-base-color: #ffffff;
    scrollbar-arrow-color: #ff0000;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
}
hr {
	display: none;
}
/* link style
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #CC0033;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
----------------------------*/
#wrapper {
	width: 800px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
#main {
	float: right;
	width: 650px;
	margin-bottom: 20px;
	padding: 30px 5px 5px;
	font-style: normal;
	margin-top: 20px;
}
#main2 {
	padding-left: 15px;
	margin-top: 10px;
	width: 500px;
}
#main2 h3 {
	border-bottom: 3px solid #0000CC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#main2 h4 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

#main2 p {
	padding-left: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
}

#main strong {
	font-size: 16px;
	padding-left: 10px;
}

#main #maintop {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-right: 10px;
	height: 320px;
}
#maintop #mainsub {
	float: left;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding-top: 10px;
	padding-right: 5px;
}
#maintop #mainsub2 {
	padding-top: 50px;
}

#maintop   #mainsub p  {
	line-height: 1.0;
}
#maintop #mainsub2 p {
	line-height: 1.2;
	text-indent: 3px;
}



#maintop  img  {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main #zigyou {
	width: 100%;
	margin-bottom: 20px;
}
#main #zigyou p {
	font-size: 10px;
}
#zigyou #zigyou1 {
	float: left;
	height: 300px;
	width: 212px;
	border-left: thin dotted #CCCCCC;
	border-bottom: thin dotted #CCCCCC;
}
#zigyou #zigyou1 p {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.2;
	margin-right: 5px;
}

#zigyou #zigyou2 {
	float: left;
	height: 300px;
	width: 212px;
	border-left: thin dotted #CCCCCC;
	border-bottom: thin dotted #CCCCCC;
}
#zigyou #zigyou2 p {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.2;
	margin-right: 5px;
}
#zigyou #zigyou3 {
	float: left;
	height: 300px;
	width: 212px;
	border-right: thin dotted #CCCCCC;
	border-left:thin dotted #CCCCCC;
	border-bottom: thin dotted #CCCCCC;
}
#zigyou #zigyou3 p {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.2;
	margin-right: 5px;
}

#main #soudan {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 30px;
	background-color: #F9EED0;
}
#main #soudan img {
	float: left;
}
#news  {
	padding-top: 5px;
	padding-bottom: 20px;
	width: 100%;
	line-height: 12px;
	height: auto;
	font-size: 100%;
}
#news  p  {
	padding-left: 15px;
	line-height: 1.4;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	font-size: 12px;
}
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 1px solid #CCCCCC;
	border-collapse:collapse;
	width: 80%;
	margin-left: 10px;
}
#main table th {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}

#main table p {
	line-height: 16px;
	margin-top: 12px;
}
#kensa table {
	border: 1px solid #000000;
	width: 95%;
}
#kensa  table tr {
	border: 1px solid #000000;
}
#kensa table td {
	border: 1px solid #000000;
}



#main #menu {
	padding: 0px 0px 10px 3px;
	float: left;
	width: 640px;
	text-align: center;
}
#main #menu_box-title {
	margin-top: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	line-height: 16px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom-color: #666666;
	text-align: left;
	background-color: #666666;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#main #menu_box {
	border: 1px solid #666666;
	line-height: 10px;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 6px;
}
#main #menu_box p {
	line-height: 16px;
	margin-top: 10px;
}
#main #toi {
	margin-bottom: 15px;
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#toi #toi1 {
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 20px;
	font-weight: bolder;
	text-indent: 20px;
	padding-left: 50px;
	padding-bottom: 5px;
}
#toi #toi2 {
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 20px;
	font-weight: bolder;
	text-indent: 20px;
	padding-left: 50px;
	padding-bottom: 5px;
}
#toi #toi3 {
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 20px;
	font-weight: bolder;
	text-indent: 20px;
	padding-left: 50px;
	padding-bottom: 5px;
}
#toi #toi4 {
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 20px;
	font-weight: bolder;
	text-indent: 20px;
	padding-left: 50px;
	padding-bottom: 5px;
}




#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}







#sidebar {
	float: left;
	width: 130px;
	padding-top: 30px;
	padding-right: 2px;
	padding-left: 3px;
	margin-bottom: 50px;
	margin-top: 20px;
}


#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px 15px;
	clear: both;
	margin: 0px;
	height: 45px;
}
/* main styles
----------------------------*/

/* header styles
----------------------------*/
#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 80px;
	border-top: 5px solid #000099;
	border-right: none;
	border-bottom: none;
	border-left: none;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 5px;
	top: 5px;
}
#header ul {
	background-color: #FFFFFF;
	position: absolute;
	top: 80px;
	height: 20px;
	left: 0px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 20px;
	width: 100px;
	border-bottom: 3px double #999999;
	border-top: 3px solid #FFFFFF;
	background-image: url(images/bg01.gif);
	background-repeat: repeat-x;
}
#header ul li a:hover {
	background-image: url(images/bg02.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#header ul li #nHOME a {
}
#main h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}
#main h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	margin-bottom: 15px;
	border-top: 3px solid #00009C;
	border-bottom: 1px dotted #666666;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main h4 {
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-bottom: 2px solid #666666;
}
#main h5 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 65px;
	margin-left: 5px;
	padding-top: 5px;
	border-bottom: 2px dotted #0099FF;
}

#main h6 {
	font-size: 100%;
	background-image: url(images/ub01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 25px;
	margin-left: 5px;
	border-top: 2px solid #3ACEFF;
	padding-bottom: 20px;
	padding-top: 5px;
}
#main pre {
	background-image: url(images/yj01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}







#main p {
	line-height: 1.8;
	margin-bottom: 1em;
	padding-left: 10px;
}

/* footer styles
----------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
#footer address {
	text-align: left;
	text-indent: 250px;
	margin-top: 20px;
}
/* form
----------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	padding-left: 25px;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
#main #cent {
	text-align: center;
}
#den {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#den p {
	line-height: 1.8em;
	padding-left: 10px;
	border-bottom: 2px dotted #CCCCCC;
}
#main #back p {
	line-height: 1.2;
}
#main #white {
	color: #FFFFFF;
}
#main #white a {
	color: #FFFFFF;
}
#main #non table {
	border-style: none;
}
#main #non td {
	border-style: none;
}
#wrapper #main .wide {
	width: 95%;
	border: 1px solid #333333;
}
#wrapper #main .wide td {
	border: 1px solid #333333;
}
#wrapper #main .sml {
	font-size: 8px;
	width: 73%;
	margin-right: 5px;
	margin-left: auto;
	border-style: none;
}
#wrapper #main .sml td {
	border-style: none;
}
#wrapper #main .wide2 {
	text-align: center;
	width: 90%;
	padding: 0px;
	border-style: none;
}
#wrapper #main .wide2 td {
	border-style: none;
}
#main h7 {
	font-size: 100%;
	background-image: url(images/ub01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 25px;
	margin-left: 5px;
	border-top: 2px solid #3ACEFF;
	padding-bottom: 20px;
	padding-top: 5px;
}
#main #new {
	font-size: 16px;
	color: #F00;
}
