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

/* 構造 */



h4 {
	font-size:12px;
	text-align:left;
	color:#333333;
	line-height:20px;
	margin-bottom:5px;
	text-indent:0px;
}
h5{
	font-size:13px;
	text-align:left;
	float:left;
	width:400px;
}
h6{
	clear:both;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	float:left;
	width:400px;
}

p{
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
	line-height:20px;
}


/* ここまで構造 */



/* ヘッダー */
#header{
	width:100%;
	height:73px;
	margin:5px 0 0 0;
	padding:0;
	background-image:url(../images/header_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
}

#title{
	width:850px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#title .right{
	width:392px;
	text-align:right;
	margin:0;
	padding:0;
	float:left;
	height:73px;
}
.title_02{
	height:50px;
	width:136px;
	float:right;
	text-indent: -9999px;
		background-image:url(../images/title_02.gif);
	background-repeat:no-repeat;
}

.title_02 a{
	text-indent: -9999px;
	width:136px;
	display:block;
	height:50px;

}

.top_navi{
	clear:both;
	margin:0;
	padding:0;
	border-color:#C6C6C6;
	line-height:17px;
	font-size:11px;
	}
.top_navi li{
	display:inline;
	margin:0;
	padding:0;
	text-decoration:none;
	border-color:#C6C6C6;
	font-size:11px;
	}

/* ↑ヘッダー */

/* ↓グローバルメニュー */
#globalmenu{
	clear:both;
	margin:0 auto;
	width:100%;
	height:45px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	padding:0;
	text-align:center;
	}

#globalmenu_850{
	clear:both;
	margin:0 auto;
	width:850px;
	height:45px;
	padding:0;
	text-align:center;
	}
	
#globalmenu ul.globalmenu{
	height:45px;
	margin:0;
	padding:0;
	clear:both;
	}
#globalmenu ul.globalmenu li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
	}
#globalmenu ul.globalmenu a {
	display:block;
	float:left;
	overflow:hidden;
	height:45px;
	text-indent:-9999px;
	margin:0px auto;
	}
	
	.globalmenu li.btn01 a{	background:url(../images/menu.gif) no-repeat 0px 0px; width:110px;}
	.globalmenu li.btn02 a{	background:url(../images/menu.gif) no-repeat -110px 0px;	width:156px;}
	.globalmenu li.btn03 a{	background:url(../images/menu.gif) no-repeat -266px 0px;	width:146px;}
	.globalmenu li.btn04 a{	background:url(../images/menu.gif) no-repeat -412px 0px;	width:146px;}
	.globalmenu li.btn05 a{	background:url(../images/menu.gif) no-repeat -558px 0px;	width:146px;}
	.globalmenu li.btn06 a{	background:url(../images/menu.gif) no-repeat -704px 0px;	width:146px;}
	
	.globalmenu li.btn01 a:hover{	background:url(../images/menu_over.gif) no-repeat 0px 0px; width:110px;}
	.globalmenu li.btn02 a:hover{	background:url(../images/menu_over.gif) no-repeat -110px 0px;	width:156px;}
	.globalmenu li.btn03 a:hover{	background:url(../images/menu_over.gif) no-repeat -266px 0px;	width:146px;}
	.globalmenu li.btn04 a:hover{	background:url(../images/menu_over.gif) no-repeat -412px 0px;	width:146px;}
	.globalmenu li.btn05 a:hover{	background:url(../images/menu_over.gif) no-repeat -558px 0px;	width:146px;}
	.globalmenu li.btn06 a:hover{	background:url(../images/menu_over.gif) no-repeat -704px 0px;	width:146px;}
	
	.globalmenu li.btn01 a:active{	background:url(../images/menu_over.gif) no-repeat 0px 0px; width:110px;}
	.globalmenu li.btn02 a:active{	background:url(../images/menu_over.gif) no-repeat -110px 0px;	width:156px;}
	.globalmenu li.btn03 a:active{	background:url(../images/menu_over.gif) no-repeat -266px 0px;	width:146px;}
	.globalmenu li.btn04 a:active{	background:url(../images/menu_over.gif) no-repeat -412px 0px;	width:146px;}
	.globalmenu li.btn05 a:active{	background:url(../images/menu_over.gif) no-repeat -558px 0px;	width:146px;}
	.globalmenu li.btn06 a:active{	background:url(../images/menu_over.gif) no-repeat -704px 0px;	width:146px;}
	
#kage{
	clear:both;
	width:100%;
	height:40px;
	margin:0;
	padding:0;
	background-image:url(../images/kage_bg.gif);
}

/* ↑グローバルメニュー */




/* ↓フッター */
#footer_wapper{
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	
}

#footer_modoru{
	width:850px;
	margin:0 auto;
	padding:0;
	height:25px;
	text-align:right;
	clear: both;
	
}

#footer_01{
	width:100%;
	margin:0;
	padding:10px 0;
	background-color:#008CD6;
	clear:both;
	color:#ffffff;
}

#footer_01 .con{
	width:850px;
	margin:0 auto;
	padding:0px 0;
	background-color:#008CD6;
	clear:both;
	color:#ffffff;
	text-align:left;
	
}

#footer_02{
	width:100%;
	margin:0;
	padding:10px 0;
	background-color:#F4F4F4;
	clear:both;
	color:#333333;
	
}

#footer_02 .con{
	width:850px;
	margin:0 auto;
	padding:0;
	background-color:#F4F4F4;
	clear:both;
	color:#333333;
	text-align:left;
}

#footer_02 .con span{
	color:#F4F4F4;
}

#bottom_menu {


	float:left;
	width:170px;
	text-align:left;
}

#bottom_menu ul{

	width:150px;
	margin:0px 0;
	padding:0 0 10px 15px;
	color:#0671B0;
	list-style:disc;
	font-size: 11px;
}

#bottom_menu li{
	clear:both;
	margin:0;
	padding:0 0 0 0px;
	color:#0671B0;
	list-style:disc;
	line-height:17px;
}



#footer_copy{
	width:100%;
	margin:0;
	padding:5px 0;
	background-color:#008CD6;
	height:25px;
	clear:both;
	color:#ffffff;
}

#footer_copy .con{
	width:850px;
	margin:0 auto;
	padding:0;
	background-color:#008CD6;
	clear:both;
	color:#ffffff;
	text-align:right;
	font-size:12px;
}


.bottom_navi{
	clear:both;
	margin:0;
	padding:0;
	border-color:#C6C6C6;
	line-height:17px;
	font-size:11px;
	width:400px;
	text-align:right;
	}
.bottom_navi li{
	display:inline;
	margin:0;
	padding:0;
	text-decoration:none;
	border-color:#C6C6C6;
	font-size:11px;
	}

.bottom_navi li a:link{
	text-decoration:none;
	color:#FFF;
	}
.bottom_navi li a:visited{
	text-decoration:none;
	color:#fff;
	}
	
.bottom_navi li a:hover{
	text-decoration:none;
	color:#ccc;
	}
.bottom_navi li a:active{
	text-decoration:none;
	color:#ccc;
	}	
	
/* ↑フッター */
