@charset "utf-8";

/* CSS Information ==============================
base.css
============================================== */

/*====================
 +base element
====================*/
body {
	color: #666666;
	font-family:"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",  Osaka,  "MS P Gothic", "ＭＳ Ｐゴシック",  sans-serif;
	font-size: 75%;
	line-height: 1.7;
	color:#333333;
	text-align: center;
}
.f_right {
	float: right;
}
.f_left {
	float: left;
}
.t_center {
	text-align: center;
}
.t_right {
	text-align: right;
}
.t_left {
	text-align: left;
}
.t_pink {
	color: #E4007F;
}
.t_orange {
	color: #F08300;
}
.t_green {
	color: #88AE0E;
}
.t_red {
	color: #FF0000;
}
.t_brown {
	color: #b69b6c;
}
.attention {
	color: #993300;
}
.bold {
	font-weight: bold;
}
.f_1px {
	font-size: 1px;
}
.f_10px {
	font-size: 85%;
}
.f_11px {
	font-size: 92%;
}
.f_12px {
	font-size: 100%;
}
.mgm_top5px  { margin-top: 5px;  }
.mgm_top10px { margin-top: 10px; }
.mgm_top15px { margin-top: 15px; }
.mgm_top20px { margin-top: 20px; }
.mgm_top25px { margin-top: 25px; }
.mgm_top30px { margin-top: 30px; }
.mgm_top50px { margin-top: 50px; }
.pdg_top4px  { padding-top: 4px; }

.mgm_btm5px  { margin-bottom: 5px;  }
.mgm_btm10px { margin-bottom: 10px; }
.mgm_btm15px { margin-bottom: 15px; }
.mgm_btm20px { margin-bottom: 20px; }
.mgm_btm25px { margin-bottom: 25px; }
.mgm_btm30px { margin-bottom: 30px; }
.mgm_btm40px { margin-bottom: 40px; }

.mgm_rt5px  { margin-right: 5px;  }
.mgm_rt10px { margin-right: 10px; }
.mgm_rt15px { margin-right: 15px; }
.mgm_rt20px { margin-right: 20px; }

.mgm_lt5px  { margin-left: 5px;  }
.mgm_lt10px { margin-left: 10px; }
.mgm_lt15px { margin-left: 15px; }
.mgm_lt20px { margin-left: 20px; }
 /*====================
 +link 
====================*/
a:link {
	text-decoration: none;
	color:#555555;
}
a:visited {
	text-decoration: none;
	color:#555555;
}
a:hover {
	text-decoration: underline;
	color:#462e06;
}
a:active {
	text-decoration: underline;
	color:#462e06;
}
a:focus {
	outline: none;
}
/*====================
 +div layout
====================*/
#wrapper {
	margin: 0 auto;
	text-align: center;
}
#top_header {
	background: url(../images/top_repeat_bg.gif) repeat-x;
	height: 502px;
	text-align: center;
}
#top_header_inner {
	background: url(../images/top_main_bg.jpg) no-repeat center top;
	text-align: center;
	margin: 0 auto;
	width:1000px;
	height: 490px;
	
}
#top_header_inner h1 {
	width:300px;
	padding-left: 50px;
	height: 40px;
	margin-bottom :12px;
	float: left;
	margin-top: 35px;
}
#top_content {
	background: url(../images/top_content_bg.gif) repeat-x;
	padding-top: 57px;
}
#top_content_inner {
	width: 900px;
	margin: 0 auto;
}
#to_top {
	text-align: right;
	clear: both;
	padding-top: 80px;
	
}
/*====================
 +g_navi
====================*/
#g_navi {
	color: #333;
	background: #ABBEBE;
	width:900px;
	background:url(../images/g_navi.gif) no-repeat;
	margin: 0 auto;
	height:52px;
	line-height: 0;
	font-size:0;
}
#g_navi li{
	float:left;
	height:52px;
}
#g_navi li a{
	display:block;
	height:52px;
	text-indent:-9999pt;
}

.g_navi01 { width:77px; }
.g_navi02 { width:137px; }
.g_navi03 { width:137px; }
.g_navi04 { width:137px; }
.g_navi05 { width:137px; }
.g_navi06 { width:137px; }
.g_navi06 { width:137px; }
.g_navi07 { width:138px; }

.g_navi01 a:hover { background:url(../images/g_navi.gif) no-repeat 0 bottom; 		}
.g_navi02 a:hover { background:url(../images/g_navi.gif) no-repeat -77px bottom; 	}
.g_navi03 a:hover { background:url(../images/g_navi.gif) no-repeat -214px bottom; 	}
.g_navi04 a:hover { background:url(../images/g_navi.gif) no-repeat -351px bottom; 	}
.g_navi05 a:hover { background:url(../images/g_navi.gif) no-repeat -488px bottom; 	}
.g_navi06 a:hover {	background:url(../images/g_navi.gif) no-repeat -625px bottom; 	}
.g_navi07 a:hover {	background:url(../images/g_navi.gif) no-repeat -762px bottom; 	}

.g_navi01 a:active { background:url(../images/g_navi.gif) no-repeat 0 bottom; 		}
.g_navi02 a:active { background:url(../images/g_navi.gif) no-repeat -77px bottom; 	}
.g_navi03 a:active { background:url(../images/g_navi.gif) no-repeat -214px bottom; 	}
.g_navi04 a:active { background:url(../images/g_navi.gif) no-repeat -351px bottom; 	}
.g_navi05 a:active { background:url(../images/g_navi.gif) no-repeat -488px bottom; 	}
.g_navi06 a:active { background:url(../images/g_navi.gif) no-repeat -625px bottom; 	}
.g_navi07 a:active { background:url(../images/g_navi.gif) no-repeat -762px bottom; 	}

.g_navi01 #active:visited, .g_navi01 #active:link {
	background-image:url(../images/g_navi.gif);
	background-position:0 bottom;
}
.g_navi02 #active:visited, .g_navi02 #active:link {
	background-image:url(../images/g_navi.gif);
	background-position:-77px bottom;
}
.g_navi03 #active:visited, .g_navi03 #active:link {
	background-image:url(../images/g_navi.gif);
	background-position:-214px bottom;
}
.g_navi04 #active:visited, .g_navi04 #active:link {
	background-image:url(../images/g_navi.gif);
	background-position:-351px bottom;
}
.g_navi05 #active:visited, .g_navi05 #active:link {
	background-image:url(../images/g_navi.gif);
	background-position:-488px bottom;
}
.g_navi06 #active:visited, .g_navi06 #active:link {
	background-image:url(../images/g_navi.gif);
	background-position:-625px bottom;
}
.g_navi07 #active:visited, .g_navi07 #active:link {
	background-image:url(../images/g_navi.gif);
	background-position:-762px bottom;
}

/*====================
 +banner_area
====================*/
.sep_w_dot {
	background: url(../images/w_dot.gif) repeat-x top;
	padding-top: 13px;
}
/*====================
 +footer_area
====================*/
#footer {
	background: url(../images/footer_bg.gif) repeat-x top;
	height: 188px;
	color: #FFFFFF;
	text-align: left;
}
#footer a:link,
#footer a:visited{
	color: #FFFFFF;
}
#footer a:active,
#footer a:hover{
	color: #FFFFFF;
}

#footer ul{
	width: 900px;
	margin: 0 auto;
	border-bottom:1px dotted #FFFFFF;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 10px;
}
#footer ul li{
	display: inline;
	background: url(../images/arrow_smgl.gif) no-repeat left;
	padding-left: 15px;
	margin-right: 10px;
}
address {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
	line-height:1.5;
	
}
#copyright {
	float: right;
}

