@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,p,
ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,address,pre{
	margin:0;
	padding:0;
}

img{
	margin:0px;
	padding:0px;
	border: 0px;
}


li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,address,pre{
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


p, b, table, li{
	line-height: 140%;
}

body{
	font: 12px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
}

p,ul,ol,table{
	margin-bottom:10px;
}


h1{
/*	font-size:16px;
	font-weight: bold;
	border-left:5px solid #2150A7;
	padding:1px 8px;*/
	margin-bottom:10px;
	line-height:120%;
}

h2{
	border-bottom:1px solid #2150a7;
	border-left:5px solid #2150a7;
	font-weight: bold;
	font-size:12px;
	padding:3px 8px 2px;
	margin-bottom:15px;
}

h3{
	color:#333333;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	font-size:12px; 
	font-weight:bold;
	margin-bottom:15px;
	padding:6px 8px;
}

h4{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding:2px;
/*	margin-bottom:6px;*/
}

h5{
	color:#333333;
	background-color:#eeeeee;
	border-bottom:1px solid #cccccc;
	font-weight: bold;
	font-size:12px;
	padding:6px 8px;
	margin-left:5px;
	margin-bottom:25px;
}

h6{
	color: #113A84;
	font-weight: bold;
	font-size:12px;
	padding-left:10px;
	margin-bottom:10px;
}

.topTitle{
	font-size: 16px;
}

a:link{
	color: #27313D;
}

a:visited{
	color: #505a66;
}

a:hover, a:active{
	color: #113A84;
	text-decoration: none;
}

#wrapper{
	margin:0px auto;
	width:780px;
	border:1px solid #000;
}

#header{
	width:780px;
	height:70px;
	margin:0px auto;
}

#logo{
	float:left;
	margin:3px 5px 4px;
/*	width:300px;
	margin-top:10px;*/
}

#search{
	height:25px;
	margin:0px;
	padding:0px;
	float:right;
	width:280px;
	margin-top:5px;
	width:290px;
}

#search img{
	float:left;
}

/* for IE7 */
*+html #search{
	width:290px;
}

.search_box{
	height:12px;
	size:14px;
	width:80px;
	margin-left:0px;
	vertical-align:top;
	margin-top:3px;
}

#header_menu{
	float:right;
	margin-top:10px;
	width:500px;
	height:20px;
	margin-right:20px;
}

#header_menu ul{
	display:inline;

}

#header_menu ul li{
	margin-left:10px;
	float:right;	
}

#global_navi{
	height:50px;
/*	background-image:url(../images/body_bg2.gif);
	background-repeat:repeat-x;*/
	margin: 0;
}

#global_navi ul{
	width:780px;
	margin:0px auto;
	text-align:center;
}

#global_navi li{
	display:inline;
	float:left;
}

#contents{
	width:780px;
	margin:0px auto;
	height: auto;
	padding-bottom:10px;
}


#topimg{
	width:780px;
	margin:0 auto;
}

#footer{
	clear:both;
	width:780px;
	height:56px;
	margin:0px auto;
	padding-top:5px;
	background:url(../img/footer_back.gif) no-repeat;
	height:55px;
}

ul#footer_menu{
	width:400px;
	height:25px;
	float:right;
	margin-top:-2px;
}

ul#footer_menu li{
	display:inline;
}

#footer_menu img{
	margin-left:10px;
}

.pagetop{
	width:580px;
	height:15px;
	margin-bottom:10px;
	text-align:right;
}

.pagetop a:link,
.pagetop a:visited{
	text-decoration:none;
}

.pagetop a:hover,
.pagetop a:active{
	text-decoration:underline;
}

.pagetop:afer{
	display:block;
	content:"";
	clear:both;
}

ul.disc li{
	list-style-type:disc;
	margin-left:15px;
}

ul.square li{
	list-style-type:square;
}
ul.circle li{
	list-style-type:circle;
}



ol.decimal li{
	list-style-type:decimal;
		margin-left:15px;
}

.redb{
	color:#FF0000;
	font-weight:bold;
}

.brownb{
	color:#800000;
	font-weight:bold;
}

.b{
	font-weight:bold;
}

.lead_text{
	font-weight:bold;
	font-size:1em;
}

.lead_text2{
	font-weight:bold;
	font-size:1.5em;
}



/* for firefox */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
 }
