@charset "utf-8";

/********************************************************* reset*/
body, div, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, form, blockquote, label, pre, fieldset {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a img {
	border: none;
	text-decoration: none;
}
address, caption, code {
	font-style: normal;
}

/********************************************************* base*/
body {
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.6;
	font-size: 75%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p {
	margin-bottom: 1em;
}
li img {
	vertical-align: bottom;
}
ol {
	padding-left: 30px;
}
a:link, a:visited {
	color: #0a54a7;
	text-decoration: underline; 
}
a:hover, a:active {
	color: #FF9900;
	text-decoration: none;
}

/********************************************************* new clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/********************************************************* layout*/
#wrapper, .inner {
	width: 900px;
	margin: 0 auto;
}
#layout {
	background: url(../images/bg_gradation01.gif) repeat-x;
	padding-top: 30px;
	clear: both;
}

/********************************************************* header*/
#headerNav {
	background-image: url(../images/bg_tiltline.gif);
	padding: 3px 0;
}
#headerNav ul {
	float: right;
}
#headerNav li {
	background: url(../images/icon_arrow01.gif) 10px center no-repeat;
	padding: 3px 5px 3px 27px;
	border-right: 1px dotted #cccccc;
	float: left;
	font-size: 90%;
}
#headerNav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#headerNav li a:hover {
	text-decoration: underline;
}
#header {
	background: url(../images/bg_header.gif) #d9d9d9 repeat-x;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
	clear: both;
}
#header h1 {margin-top: 16px;}
#header .fltR {margin-top: 40px;}

#headerBn {
	background: url(../images/bg_bnheader.gif) repeat-x #000000;
	border-bottom: 1px solid #ffffff;
	padding: 25px 0;
}

/********************************************************* column*/
.column01 {
	float: left;
	width: 240px;
}
.column02 {
	float: left;
	width: 380px;
	margin: 0 20px;
}

/********************************************************* footer*/
#footer {
	clear: both;
	border-top: 1px solid #002899;
	padding-top: 13px;
	background: url(../images/bg_footer.gif) repeat-x #faf9f9;
}
#footer img {
	vertical-align: top;
}
#copyright {
	text-align: right;
	padding: 10px 0;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bg_tiltline.gif);
}

/********************************************************* navi*/
.topNav {
	background: url(../images/bg_imgtop.jpg) no-repeat 0 135px;
	width: 870px;
	height: 406px;
	margin: 0 auto;
}
.topNav ul {
	padding-left: 55px;
}
.topNav ul li {
	margin: 0 5px 10px 5px;
	float: left;
	display: inline;
}
.localNav {
	margin: 10px 0;
	font-size: 90%;
	line-height: 1.4;
}
.localNav li {
	border-bottom: 1px solid #ffffff;
	/border-bottom: none;
}
#wrapper .localNav a {
	display: block;
	color: #FFFFFF;
	border: 1px solid #aaaaaa;
	background: #aaaaaa url(../images/icon_arrow02.gif) no-repeat 10px center;
	padding: 7px 5px 7px 23px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#wrapper .localNav a:hover {
	background-color: #555555;
	border: 1px solid #555555;
}
#wrapper li.large a {
	font-weight: bold;
	font-size: 140%;
	background-color: #7a7a7a;
	border: 1px solid #7a7a7a;
}

/********************************************************* usability*/
.pagetop {
	text-align: right;
	clear: both;
	margin: 40px 0 10px 0;
}

/********************************************************* common class*/
.boxStyle01 {
	background: url(../images/bg_gradation02.gif) repeat-x;
	border-top: 1px solid #ffffff;
	padding-top: 20px;
}
.boxStyle01 .fltL {margin: 0 10px 15px 0;}
.boxStyle01 .fltR {
	margin: 0 0 10px 20px;
	/margin: 0 0 0 20px;
}
.boxStyle01 h3 {margin-bottom: 15px;}
.boxStyle01 h3, .boxStyle01 p {
	overflow: hidden;
	_zoom: 1;
}
.listNews li {
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0;
	font-size: 90%;
	line-height: 1.4;
}
.listNews a {font-weight: bold;}
.listBns li {margin-bottom: 10px;}
ul.listDefault {
	padding-left: 25px;
	list-style-type: disc;
}
.txtC {text-align: center;}
.txtR {text-align: right;}
.fltL {float: left;}
.fltR {float: right;}
.clear {clear: both;}

.mt05px {margin-top: 5px;}
.mt10px {margin-top: 10px;}
.mt15px {margin-top: 15px;}
.mt20px {margin-top: 20px;}
.mt30px {margin-top: 30px;}
.mt40px {margin-top: 40px;}
.mb05px {margin-bottom: 5px;}
.mb10px {margin-bottom: 10px;}
.mb15px {margin-bottom: 15px;}
.mb20px {margin-bottom: 20px;}
.mb30px {margin-bottom: 30px;}
.mb40px {margin-bottom: 40px;}
.ml10px {margin-left: 10px;}
.ml20px {margin-left: 20px;}
.mr10px {margin-right: 10px;}

.pd10px {padding: 10px;}
.pb40px {padding-bottom: 40px;}
.fontS {
	font-size: 90%;
	line-height: 1.4;
}
.hidden {display: none;}
.btn {}
.b-totle {
	font-size: 12px;
	color: #333333;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

