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

/* 基本スタイル
------------------------------------------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color:#000;
	outline:none;
}
a:hover {
	color:#336666;
	text-decoration:underline;
}
a:active {
	color:#336666;
	text-decoration:underline;
}

/* a:hover 
-----------------------------------*/
a:hover img {
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=65); /* IE lt 8 */
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */
	-khtml-opacity: .65; /* Safari 1.x */
	-moz-opacity: .65; /* FF lt 1.5, Netscape */
	cursor:pointer;
}


 /* ボディCSS
------------------------------------------------------------------------------------------------ */
 
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	color: #000;
	font-size: 1em;
	
}


.banner {
	margin:10px 0 30px;
}
.banner p {
	margin-bottom:10px;
}

#wrapper_bg {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background: url(../../shared/images/wrapper_bg.gif) repeat-y top;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}



 /* header
------------------------------------------------------------------------------------------------ */
#header {
	width: 950px;
	height: 114px;
	margin: 0 auto;
	background: url(../../shared/images/header_bg.jpg) no-repeat top;
}
#header h1 {
	display:none;
}

.head_l {
	width: 246px;
	height: 110px;
	float: left;
}
.head_l a {
	width: 246px;
	height: 110px;
	text-decoration: none;
	text-indent:-9999px;
	display: block;
}

.head_r {
	width: 330px;
	height: 30px;
	float: right;
}
.head_r ul {
	font-size: 16px;
	padding: 0;
	list-style: none;
}
.head_r ul li {
	float: left;
	height: 30px;
	list-style: none;
}
.head_r li.hd_navi01 a {
	width: 103px;
	height: 30px;
	margin-right: 7px;
}
.head_r li.hd_navi02 a {
	width: 103px;
	height: 30px;
	margin-right: 7px;
	padding-top: 5px;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
.head_r li.hd_navi02 a:hover {
	text-decoration:underline;
}

.head_r li.hd_font_s a {
}
.head_r li.hd_font_m a {
	color: #000;
	text-decoration: none;
}
.head_r li.hd_font_m a:hover {
	text-decoration:underline;
}
.head_r li.hd_font_l a {
	color: #000;
	text-decoration: none;
}
.head_r li.hd_font_l a:hover {
	text-decoration:underline;
}



/* グローバルナビ
----------------------------------------- */
#g_navi{
	margin: 0 auto;
	width: 950px;
	height:100%;
}
#g_navi p a {
	height:50px;
	display:block;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#g_navi p a:hover {
	background-position:0 -50px;
}
#g_navi .navi01 a{
	width:114px;
	background-image:url(../../shared/images/g_navi_01.jpg);
}
#g_navi .navi02 a{
	width:124px;
	background-image:url(../../shared/images/g_navi_02.jpg);
}
#g_navi .navi03 a{
	width:151px;
	background-image:url(../../shared/images/g_navi_03.jpg);
}
#g_navi .navi04 a{
	width:86px;
	background-image:url(../../shared/images/g_navi_04.jpg);
}
#g_navi .navi05 a{
	width:140px;
	background-image:url(../../shared/images/g_navi_05.jpg);
}
#g_navi .navi06 a{
	width:99px;
	background-image:url(../../shared/images/g_navi_06.jpg);
}
#g_navi .navi07 a{
	width:102px;
	background-image:url(../../shared/images/g_navi_07.jpg);
}
#g_navi .navi08 a{
	width:134px;
	background-image:url(../../shared/images/g_navi_08.jpg);
}






/* メインカラム
------------------------------------------------------------------------------------------------ */
#contents {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	overflow: hidden;
}



 /* メインバナー　
------------------------------------------------------------------------------------------------ */
#main_banner {
	width: 950px;
	height: auto;
	margin-bottom: 30px;
}
#main_banner p a {
	height: 108px;
	margin-bottom: 10px;
	display: block;
	float: left;
}




 /* フッター 
------------------------------------------------------------------------------------------------ */
#footer_bg {
	width: 1000px;
	margin: 0 auto;
	background: url(../../shared/images/footer_bg.jpg) no-repeat top;
	overflow: hidden;
	clear: both;
}
#footer {
	margin: 0 auto;
	width: 950px;
	height: 130px;
	color: #000;
}

/* foot_navi
----------------------------------------- */
#foot_navi {
	width: 950px;
}
#foot_navi p {
	font-size: 0.7em;
	line-height:2em;
	padding-bottom: 15px;
}
.f_navi {
	padding-top:20px;
}

.f_navi a {
	color: #000;
	text-decoration: none;
}
.f_navi a:hover {
	text-decoration:underline;
}




 /* 共通
------------------------------------------------------------------------------------------------ */
.clear { clear: both; background: none; }


.pagetop {
	width: 160px;
	float: right;
}
.pagetop a { color: #0033cc;}
.pagetop a:visited { color: #0033cc;}
.pagetop a:hover { color: #0033cc;}
.pagetop a:active { color: #0033cc;}


.height_5 {
	height: 5px;
	display: block;
	background: none;
	clear: both;
}
.height_10 {
	height: 10px;
	display: block;
	background: none;
	clear: both;
}
.height_15 {
	height: 15px;
	display: block;
	background: none;
	clear: both;
}
.height_20 {
	height: 20px;
	display: block;
	background: none;
	clear: both;
}
.height_25 {
	height: 25px;
	display: block;
	background: none;
	clear: both;
}
.height_30 {
	height: 30px;
	display: block;
	background: none;
	clear: both;
}
.height_40 {
	height: 40px;
	display: block;
	background: none;
	clear: both;
}
.height_50 {
	height: 50px;
	display: block;
	background: none;
	clear: both;
}

