@charset "utf-8";
*{
	margin:0;
	padding:0;
}


html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	line-height: 1.8;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0214BF;
	border-right-color: #0214BF;
	border-bottom-color: #0214BF;
	border-left-color: #0214BF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

* html #wrapper	{
	height: 100%;
}

table,tr ,td{
	border: 0px none;
}
.bfont{
	font-weight:bold;
}

br.cr{
	clear:both;
}

span.hidden {display:none;}

span.red {color:#c00;}

a img{border-width: 0;}

li{list-style-type:none;}

a {
	color:#0000CC;
	text-decoration:none;
}

a:hover {
	color: #0000CC;
	text-decoration: underline;
}

h2,h3,h4,h5,h6,p{
	text-align:left;
}

/*header*/

div#header {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
	width: 900px;

}
#header_content {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	height: 102px;
}

div#header h1 a {
	display: block;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	height: 82px;
	width: 261px;
	margin-top: 7px;
}
#header h1 {
	float: left;
	height: 82px;
	width: 261px;
	
	
}
#subright {
	float: right;
	width: 570px;
	text-align: right;
	margin-top: 15px;
	height: 73px;
	margin-bottom: 9px;
	margin-right: 5px;
}







/*global menu*/




#gmenu li {
	float: left;
	height: 50px;
	width: 180px;
	display: block;
}
ul#gmenu {
	height: 50px;
	width: 900px;
	_margin-right: 5px;
	margin-right: auto;
	margin-left: auto;
}
li#menu01 a {
	background-image: url(img/nav01.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 180px;
}

li#menu01 a:hover {
	background-image: url(img/nav01_o.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 180px;
}

li#menu02 a {
	background-image: url(img/nav02.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 180px;
}

li#menu02 a:hover {
	background-image: url(img/nav02_o.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 180px;
}

li#menu03 a {
	background-image: url(img/nav03.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 180px;
}

li#menu03 a:hover {
	background-image: url(img/nav03_o.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 180px;
}

li#menu04 a {
	background-image: url(img/nav04.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 180px;
}

li#menu04 a:hover {
	background-image: url(img/nav04_o.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 180px;
}

li#menu05 a {
	background-image: url(img/nav05.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 180px;
}

li#menu05 a:hover {
	background-image: url(img/nav05_o.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 180px;
}




/*footer*/

#footer	{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 100px;
}
p#footer {
	font-size: 12px;
}
div#footer_content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



p#copy{
	text-align:center;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	clear: both;
}
#footer li {
	float: left;
	margin-right: 2em;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
}
#footer ul {
	margin-left: 10px;
}






/*contents*/
div#content {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}






/**/




caption{
	display:none;
}

th,tr,td{
	text-align:left;
	font-weight:normal;
}
p#root {
	margin-left: 16px;
}

p#root a:hover {
	color:#cc0000;
	font-weight:normal;
}


h3#subtitle {
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #FF9900;
	width: 700px;
	text-indent: 0.5em;
}
span.rbold {
	font-weight: bold;
	color: #c00;
}
span.blue {
	color: #000099;
}


div#side2 {
	float: right;
	width: 204px;
	margin-right: 15px;
	_margin-right: 5px;
	text-align: left;
}

div#contet_top {
	background-image: url(img/content_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
div#cont {
	background-image: url(img/content.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
div#left {
	float: left;
	width: 660px;
	margin-left: 10px;
	text-align: left;
	margin-bottom: 30px;
}
div#right {
	float: right;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 30px;
}








p#content {
	margin-top: 1em;
	margin-left: 1em;
	width: 600px;
}
p#center {
	text-align: center;
}
p#right {
	text-align: right;
	width: 600px;
	margin-right: 30px;
	margin-left: auto;
}

.gotop {
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
img#banar {
	margin-bottom: 15px;
}

