/* 050107*/

html


body
{
	padding: 0;

	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: top center;
	background-image: url(body_bg.png);
	background-color: #8FBDDB;
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', Arial,'Helvetica Neue', Helvetica, sans-serif;
}

html, body { position: relative; }

#top{
	padding: 0;

	margin: 0 auto;
	background-image: url(body_top.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#bottom{
	padding: 0;

	margin: 0 auto;
	background-image: url(body_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#content{
	margin: 0 auto;
	padding: 50px 0;
	width:880px;

}

.f16px {font-size: 100%;line-height: 150%;}
.f14px {font-size: 88%;line-height: 150%;}
.f12px {font-size: 77%;line-height: 150%;}
.f10px {font-size: 60%;line-height: 150%;}
.f10pxBwh {font-size: 60%;color: #FFFFFF;font-weight: bold;line-height: 150%;}
.f10pxwh {font-size: 60%; color: #FFFFFF;line-height: 150%;}
.f9px {font-size: 55%;line-height: 150%;}
.f8px {font-size: 50%;line-height: 150%;}
.fsimHei {font-family: "MS Hei", SimHei;line-height: 150%;}

span.title { font-size: 190%; font-weight: bold; text-indent: 0; line-height: 120% }
span.title_e { font-family: Times New Roman; font-size: 220%;  font-weight: bold; text-indent: 0; line-height: 120% }
.link_list {  font-size: 77%; text-indent: 0;  line-height: 150% }
.gaiyo   { font-size: 80%; text-indent: 0; line-height: 150% }
.tokucho { font-size: 88%; font-weight: bold; text-indent: 0; line-height: 150%;  margin-top: 1%; margin-bottom: 1% }
.chyu { font-size: 77%; text-indent: 0; line-height: 150% }
.midashi_S {font-size: 100%; font-weight: bold; text-indent: 0; line-height: 150% }
.midashi_M {font-size: 150%; font-weight: bold; text-indent: 0; line-height: 150% }
.midashi_L { font-size: 190%; font-weight: bold; text-indent: 0; line-height: 150% }
.spec_body { font-size: 80%; text-indent: 0; line-height: 150% }
.menuOff{ font-size: 60%; text-indent: 0; color: #000000; line-height: 150% }
.menuOn{ font-size: 60%; text-indent: 0; color: #FFCC00; line-height: 150% }

.new {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: 'MS UI Gothic', Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
}

.t-style {  font-size: 130%; font-weight: bold; 
               text-indent: 0; line-height: 150% }
.b-style {  font-size: 88%; text-indent: 0; 
               line-height: 150% }

 
h4           { font-size: 100%; font-weight: bold; 
               text-align: left; text-indent: 0; line-height: 150%; 
               margin-bottom: 30px }

a {  color: #08427c;  text-decoration: none}
a:link {  color:#08427c;  text-decoration: none}
a:visited {  color:#990099;  text-decoration: none}
a:active {  color:#2a68a6;  text-decoration: underline}
a:hover {  color:#2a68a6;  text-decoration: underline}

a.white {  color: #FFFFFF;  text-decoration: none}
a.white:link {  color: #FFFFFF;  text-decoration: none}
a.white:visited {  color: #FFFFFF;  text-decoration: none}
a.white:active {  color:#FFFF99;  text-decoration: underline}
a.white:hover {  color: #FFF667;  text-decoration: underline}

a.black {  color: #000000;  text-decoration: none}
a.black:link {  color: #000000;  text-decoration: none}
a.black:visited {  color: #000000;  text-decoration: none}
a.black:active {  color:#000000;  text-decoration: underline}
a.black:hover {  color: #000000;  text-decoration: underline}

