@charset "utf-8";
html {
	height: 100%;
}
body {
	height: 100%;
	margin:0;
	padding:0;
	text-align: center;
	color:#333;
	font-size: 13px;
 *font-size: small;
 *font: x-small;
	line-height:150%;
	background-image: url(img/root_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body > #container {
	height: auto;
}
h1, h2, h3, h4, h5, ul, li, dl, dt, dd, div, form, input, p {
	margin:0;
	padding:0;
}
li, dt, dd {
	list-style:none;
}
img {
	vertical-align:top;
	border:none;
}
.c-both {
	clear:both;
}
/*-------------------------link------------------------*/

#contents a:link {
	text-decoration:underline;
	color:#333;
}
#contents a:visited {
	text-decoration:underline;
	color:#333;
}
#contents a:acrive {
text-decoration:none;
color:#333;
}
#contents a:hover {
	text-decoration:none;
	color:#FF205F;
}
/*-------------------------------------------------*/


#container {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-size:93%;
	margin: 0 auto;
	text-align: left;
}
#contents {
	width:900px;
	margin:0 auto;
	padding-bottom: 120px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color:#999999;
}
#footer .bottomBox {
	width:900px;
	margin:23px auto 0 auto;
	position:relative;
	color:#666;
	text-align:center;
}
#vis {
	margin-bottom:20px;
}
#maincontents {
	width:900px;
	overflow:hidden;
}
#maincontents_main {
	float:left;
	width:640px;
}
#maincontents_main h3 {
	margin-bottom:16px;
	padding: 8px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#maincontents_main p {
	margin-bottom:30px;
	width:640px;
	overflow:hidden;
	letter-spacing:1px;
}
#maincontents_main p img{
	float:right;
	margin:0 0 10px 10px;
}
#maincontents_main .dirtit {
	margin-bottom:20px;
}
#maincontents_sub {
	float:right;
	width:235px;
	position: static;
}
#maincontents_sub img {
	margin-bottom:30px;
}
#header {
	width:900px;
	overflow:hidden;
	height:80px;
}
#header_logo {
	float:left;
	width:370px;
	margin-top:20px;
}
/*=======================================*/


#g_navi {
	float:right;
	margin:30px 0 5px auto;
	width:370px;
}
#g_navi ul {
}
#g_navi li {
	display:inline;
	list-style-type:none;
}
#g_navi li a {
	display:block;
	float:left;
	height:15px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999em;
	margin-right:20px;
}
#g_navi li.g_navi01 a {
	background:url("img/menu_01.gif") no-repeat scroll 0 0 transparent;
	width:51px;
}
#g_navi li.g_navi02 a {
	background:url("img/menu_02.gif") no-repeat scroll 0px 0 transparent;
	width:72px;
}
#g_navi li.g_navi03 a {
	background:url("img/menu_03.gif") no-repeat scroll 0px 0 transparent;
	width:65px;
}
#g_navi li.g_navi04 a {
	background:url("img/menu_04.gif") no-repeat scroll 0px 0 transparent;
	width:96px;
}
#g_navi li.g_navi01 a:hover {
	background:url("img/menu_01.gif") no-repeat scroll 0 -15px transparent;
}
#g_navi li.g_navi02 a:hover {
	background:url("img/menu_02.gif") no-repeat scroll 0px -15px transparent;
}
#g_navi li.g_navi03 a:hover {
	background:url("img/menu_03.gif") no-repeat scroll 0px -15px transparent;
}
#g_navi li.g_navi04 a:hover {
	background:url("img/menu_04.gif") no-repeat scroll 0px -15px transparent;
}
#g_navi li#current a {
	background-position: 0px -15px;
}
/*=======================================*/

.tb_main {
	font-size:12px;
	line-height:18px;
	width:640px;
}
#maincontents_main td {
	border:1px solid #FFFFFF;
	padding:10px;
	vertical-align:top;
}
#maincontents_main th {
	background:none repeat scroll 0 0 #eafbff;
	padding:10px;
	white-space:nowrap;
}
#submit {
	text-align:center;
}


