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

/* 基本スタイル
------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 150%;
}

img {
 border: 0;
}

a:link { color: #3a5aa7; }
a:visited { color: #3a5aa7; }
a:hover { color: #3a5aa7; }
a:active { color: #3a5aa7; }





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




#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #fff;
}


 /* ヘッダー
------------------------------------------------ */
 
#header {
	width: 800px;
	height: 88px;
	text-align: left;
	background: url(../../shared/images/header_bg.jpg) no-repeat;
}
#logo {
	float: left;
}
#logo a {
	display: block;
	width: 230px;
	height: 88px;
	text-decoration: none;
}
#logo span {
	visibility: hidden;
	text-decoration: none;
	font-size: 70%;
}


 /* ヘッダー　右
------------------------------------------------ */
 
#h_right {
	width: 500px;
	float: right;
}
#h_right h1 {
	width: 500px;
	height: 30px;
	font-size: 76%;
	font-weight: normal;
	margin-top: 5px;
}
#h_right span {
	visibility: hidden;
	text-decoration: none;
	font-size: 70%;
}


 /* グローバル　ナビ
------------------------------------------------ */
 
#g_navi {
	width: 800px;
}
#g_navi h2 {
	visibility: hidden;
	font-size: 70%;
}
#g_navi ul {
	width: 800px;
	height: 26px;
}
#g_navi li {
	width: 160px;
	height: 26px;
	float: left;
	list-style: none;
}
#g_navi li a {
	width: 160px;
	height: 26px;
	text-decoration: none;
	display:block;
}


 /* パンくず
------------------------------------------------ */
#pan {
	width: 800px;
	height: 25px;
	font-size: 70%;
	text-align: left;
	margin-top: 5px;
}
#pan li {
	color: #333;
    display: inline;
    list-style-type: none;
	padding-left: 5px;
}
#pan li a {
	color: #333;
	padding: 0px 10px 2px 0px;
	
}


 /* コンテンツ
------------------------------------------------ */
#contents {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	margin-bottom: 20px;
	overflow: hidden;
}



/* 左　サイド　カラム
------------------------------------------------ */
#left_col {
	width: 186px;
	float: left;
}


/* 左　サイド　ナビ
------------------------------------------------ */
#s_navi {
	width: 186px;
}
#s_navi ul {
	width: 186px;
}
#s_navi li {
	list-style: none;
	display: inline;
	font-size:0px;
	line-height:0px;
	vertical-align:bottom;
}
.s_navi13 img {
	margin-bottom: 10px;
}


/* メインカラム
------------------------------------------------ */
#main_col {
	width: 589px;
	float: right;
}





 /* フッター
------------------------------------------------ */
#footer {
	margin: 0 auto;
	width: 800px;
	height: 70px;
	background: url(../../shared/images/footer_bg.jpg) no-repeat;
	clear: both;
}
.foot_add {
	width: 300px;
	font-size: 80%;
	text-align: left;
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}
.foot_add p {
	font-size: 80%;
}
.c_ea5504 {
	color: #ea5504;
}

.foot_copy {
	width: 300px;
	font-size: 70%;
	text-align: right;
	margin-top: 20px;
	margin-right: 5px;
	float: right;
}





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





.clear { clear: both; background: none; }


.pagetop { 
	width: 100%;
	font-size: 70%;
	color: #0033cc;
	clear: both;
	text-align: right;
}
.pagetop a {
	color: #333;
	text-decoration: none;
}
.pagetop a:hover {
	color: #ea5504;
	text-decoration: underline;
}


