@charset "Shift-JIS";

/* _____________________________________________________________________BASIC */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background:url('../img/interface/bg_body.gif');
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'‚l‚r ƒSƒVƒbƒN',sans-serif;
	color:#333333;
}

img{
	border-style:none;
	border-width:0px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

p{
	margin:0px 0px 12px 0px;
	padding:0px;
}

ul.arrow{
	margin-top:0px;
	margin-left:1.0em;
	padding-left:1.0em;
	margin-bottom:5px;
	list-style-image:url('../img/common/icon_list.gif');
	line-height:15px;
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'‚l‚r ƒSƒVƒbƒN',sans-serif;
}

dl{
	margin:0px;
	padding:0px 0px 15px 5px;
}

dl dt{
	margin:0px;
	padding:0px;
}

dl dd{
	margin:0px 0px 5px;
	padding:0px 0px 0px 15px;
}

hr{
	border:none;
	height:3px;
	background:url('../img/common/dot_gray_line.gif') repeat-x top;
	margin:0px;
	padding:0px;
}


/* _____________________________________________________________________TOOLS */

.align_center{
	text-align:center;
}

.align_right{
	text-align:right;
}

.f_right{
	float:right;
}

.f_left{
	float:left;
}

.right_image{
	margin:0px 0px 10px 10px;
	float:right;
}

.left_image{
	margin:0px 10px 10px 0px;
	float:left;
}

.f_clear{
	clear:both;
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:1px;
}

.hidden{
	display:none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* _____________________________________________________________________H */

h1{
	margin:0px 0px 15px 8px;
	padding:0px;
	font-size:16px;
	line-height:22px;
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'‚l‚r ƒSƒVƒbƒN',sans-serif;
	text-align:left;
}


h2{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:12px;
	line-height:18px;
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'‚l‚r ƒSƒVƒbƒN',sans-serif;
	color:#767676;
}

h3{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 3px;
	font-size:13px;
	line-height:16px;
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'‚l‚r ƒSƒVƒbƒN',sans-serif;
	color:#000000;
	border-left:5px solid #2772c6;
}

h4{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 5px;
	font-size:11px;
	line-height:16px;
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'‚l‚r ƒSƒVƒbƒN',sans-serif;
	color:#555555;
	border-left:7px solid #c4c4c4;
}
/* _____________________________________________________________________FONT */

.l{
	font-size:14px;
	line-height:22px;
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'‚l‚r ƒSƒVƒbƒN',sans-serif;
}
.m{
	font-size:11px;
	line-height:20px;
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'‚l‚r ƒSƒVƒbƒN',sans-serif;
}
.s{
	font-size:10px;
	line-height:16px;
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'‚l‚r ƒSƒVƒbƒN',sans-serif;
}
.ss{
	font-size:9px;
	line-height:14px;
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'‚l‚r ƒSƒVƒbƒN',sans-serif;
}

em{
	font-style:normal;
	font-weight:800;
}

strong{
	font-size:1.2em;
	font-style:normal;
	font-weight:800;
}

/* _____________________________________________________________________TEXT COLOR*/

.text_black{
	color:#000000;
}

.text_white{
	color:#FFFFFF;
}

.text_brown{
	color:#92361D;
}

.text_red{
	color:#FF0000;
}

.text_gray{
	color:#555555;
}

/* _____________________________________________________________________LINK */

a:link{
	text-decoration:none;
	color:#3084b0;
}
a:visited{
	text-decoration:none;
	color:#3084b0;
}
a:hover{
	text-decoration:underline;
	color:#3084b0;
}
a:active{
	text-decoration:underline;
	color:#AAAAAA;
}

/* _____________________________________________________________________FRAME */

div#container{
	width:964px;
	margin:0px auto;
	padding:0px;
	background:url('../img/interface/bg_container.gif') center top repeat-y;
	text-align:center;
}

div#wrapper{
	margin:0px;
	padding:0px 2px;
	text-align:center;
}

div#main_contents{
	width:100%;
	margin:0px auto;
	padding:0px;
	text-align:left;
	background:#ffffff;
}


/* _____________________________________________________________________HEADER */

div#header{
	position:relative;
	width:960px;
	height:102px;
	margin:0px;
	padding:0px;
	background:#152816;
}

div#header img#logo{
	position:absolute;
	top:24px;
	left:30px;
}

div#header img#mission{
	position:absolute;
	top:34px;
	right:30px;
}

div#navi_area{
	position:absolute;
	top:0px;
	right:0px;
	width:461px;
	height:107px;
}

/* _____________________________________________________________________NAVI */

div#navi_area{
	position:relative;
	width:960px;
	height:37px;
	margin:0px;
	padding:0px;
	background:url('../img/interface/bg_navi.jpg');
	text-align:center;
}

div#navi_area ul{
	height:37px;
	margin:0px auto 0px auto;
	padding:0px;
	list-style:none;
	text-align:center;
}

div#navi_area ul li{
	margin:0px;
	padding:0px;
	float:left;
}

/* _____________________________________________________________________FOOTER */

div#footer{
	position:relative;
	width:960px;
	height:60px;
	margin:0px;
	padding:0px;
	background:url('../img/interface/bg_footer.gif') repeat-x top center #152816;
}

div#footer p#copyright{
	padding:10px 5px;
	margin:0px;
	color:#ffffff;
	font-size:9px;
	line-height:10px;
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'‚l‚r ƒSƒVƒbƒN',sans-serif;
	text-align:right;
}


/* _____________________________________________________________________MATERIALS */


#main_area{
	width:960px;
	padding:0px;
	margin:10px 0px 0px;
	background:url('../img/interface/bg_main.gif') repeat-y center top;
}

#main_area div#left_area{
	width:730px;
	margin:0px;
	padding:0px;
	float:left;
}

div#h2_title{
	width:720px;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom:1px solid #000000;
	font-size:1px;
	line-height:1em;
}

div#h2_title h2{
	padding:0px 20px 5px;
	margin:0px;
}

div.h2_title{
	width:720px;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom:1px solid #000000;
	font-size:1px;
	line-height:1em;
}

div.h2_title h2{
	padding:0px 20px 5px;
	margin:0px;
}

#main_area div#left_area div.inner_box{
	padding:0px 30px;
}

#main_area div#right_area{
	width:230px;
	margin:0px;
	padding:0px;
	float:right;
}

#main_area div#right_area div.inner_box{
	padding:0px 5px 0px 13px;
}

ul#bnr_list{
	margin:0px;
	padding:5px 4px 1px 6px;
	text-align:center;
	background:#e3e3e3;
	list-style:none;
}

ul#bnr_list li{
	display:block;
	margin-bottom:5px;
}

