@charset "utf-8";

/* 大枠 */
html,
body {
	height: 100%;
	}
body {
	font-size: 12px;
	line-height: 1.5;
	}
#wrapper {
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
/* リンク */
a:link    {color:#fff; text-decoration: none;}
a:visited {color:#fff; text-decoration: none;}
a:hover   {color:#fff; text-decoration: underline;}
a:active  {color:#fff; text-decoration: underline;}
/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
	}
img {
	vertical-align: bottom;
	}

#site_title {
	margin: 8px 0 5px;
	}
	#header .read {
		position: absolute;
		top: 20px;
		left: 220px;
		color: #666666;
		font-size: 11px;
		}
	#header ul.bnr {
		position: absolute;
		top: 1px;
		right: 0;
		}
		#header ul.bnr li {
			float: left;
			margin: 0 0 0 20px;
			}
		#header ul.bnr li.b02 {margin-top: 6px;}

/* ▼▼▼ ヘッダー
=====================================*/
#header {
	width:100%;
	height: 120px;
	background: url(../img/bg_header.png) repeat-x left top;
	overflow: hidden;
	z-index: 100;
	}
#header_inner {
	width: 960px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	}
/* グローバルナビゲーション */
#gnav {
	clear: both;
	overflow: hidden;
	}
#gnav li {
	float: left;
	}

#title {
	border-bottom: 1px solid #0068A5;
	padding: 10px 0 20px;
	margin-bottom: 20px;
	/* overflow: hidden; */
	}
	#title .inner {
		width: 960px;
		margin:0 auto;
		position: relative;
		/* overflow: hidden; */
		}
		#title .hook {
			position: absolute;
			top: -15px;
			right: 0;
			}
	
/* ▼▼▼ パンくず
=====================================*/
#path {
	margin-bottom: 30px;
	overflow: hidden;
	}
	#path li {
		float: left;
		background: url(../img/path.gif) no-repeat right center;
		padding-right: 10px;
		margin-right: 3px;
		font-size: 11px;
		}
	#path li.now {
		background: none;
		}
	#path li a,
	#path li a:visited {
		color: #333;
		}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
	width: 960px;
	margin:0 auto;
	padding: 10px 0 50px;
	position: relative;
	clear: both;
	overflow: hidden;
	}
	#main.top {padding-top: 0;margin-top: -5px;position: relative;
	z-index: 10;}

/* コンテンツ */
#contents {

	overflow: hidden;
	}




/* ▼▼▼ フッター
=====================================*/
#footer {
	width:100%;
	margin:0 auto;
	clear: both;
	overflow: hidden;
	}
#footer_inner {
	height: 50px;
	background: #333;
	position: relative;
	overflow: hidden;
	}
#fnav {
	width: 960px;
	margin:0 auto;
	padding: 10px 0;
	overflow: hidden;
	}
	#fnav li {
		float: left;
		height: 30px;
		padding: 0 15px;
		border-right: 1px solid #fff;
		line-height: 30px;
		}
	#fnav li.first {
		border-left: 1px solid #fff;
		}
	#fnav li a,
	#fnav li a:visited {
		background: url(../img/arrow.gif) no-repeat left center;
		padding-left: 8px;
		}
#footer_inner02 {
	width: 960px;
	margin:0 auto;
	padding: 15px 0;
	overflow: hidden;
	}
	#address {
		float: left;
		width: 610px;
		font-style: normal;
		}
	#footer_inner02 dt {
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
		}

/* ▼ コピーライト */
#copyright {
	float: right;
	width: 350px;
	margin-top: 21px;
	text-align: right;
	}

ul#sidebar {
	position: absolute;
	top: 90px;
	left: 0;
	}
	ul#sidebar li {
		width: 23px;
		margin-bottom: 10px;
		text-align: center;
		line-height: 1;
		overflow: hidden;
		}


.contact {
	width: 720px;
	background: #FCF8F4;
	border: 1px solid #3AA79D;
	padding: 50px 0 50px 40px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	}
	.contact .box {
		float: left;
		height: 80px;
		border-left: 4px solid #3AA79D;
		padding-left: 10px;
		margin-right: 30px;
		}