@charset "utf-8";

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

/* ▼▼▼ ヘッダー
=====================================*/
#header {
	background: url(../img/bg_header.gif) repeat-x left top;
	width:100%;
	height: 119px;
	margin-bottom: 15px;
	overflow: hidden;
	}
#header_inner {
	position: relative;
	width: 960px;
	margin:0 auto;
	overflow: hidden;
	}
#site_title {
	float: left;
	padding-top: 26px;
	} 
	.btn_contact {
		float: right;
		padding-top: 22px;
		}
		
/* グローバルナビゲーション */
#gnav {
	width: 961px;
	margin: 0 auto;
	padding-top: 25px;
	clear:both;
	overflow: hidden;
	}
#gnav li {
	float: left;
	background: url(../img/path_gnav.gif) no-repeat right center;
	padding-right: 21px;
	margin-right: 4px;
	}
	#gnav li.last {
		background: none;
		padding-right: 0;
		margin-right: 0;
		}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
	width:960px;
	margin:0 auto;
	padding-bottom: 118px;
	clear: both;
	overflow: hidden;
	}

/* パンくず */
ol#path {
	margin-bottom: 50px;
	color: #999999;
	font-size: 11px;
	overflow: hidden;
	}
	ol#path li {
		float: left;
		background: url(../img/path.gif) no-repeat right center;
		padding-right: 16px;
		margin-right: 5px;
		}
	ol#path li.now {
		background: none;
		}
		ol#path li a,ol#path li a:visited {
			color: #999999;
			}

h1.title {
	margin-bottom: 30px;
	overflow: hidden;
	}

/* コンテンツ */
#contents {
	float: left;
	width:680px;
	overflow: hidden;
	}

p.access {
	margin-bottom: 50px;
	clear: both;
	overflow: hidden;
	}

/* ▼▼▼ サイド
=====================================*/
#side {
	float: right;
	width:218px;
	border: 1px solid #808080;
	margin-top: 48px;
	padding: 15px;
	overflow: hidden;
	}
	#side dl.map dt {
		margin-bottom: 10px;
		}
	.btn_map {
		margin: 5px 0 10px;
		text-align: right;
		overflow: hidden;
		}
	.address {
		background: url(../img/line_side.gif) no-repeat left bottom;
		padding-bottom: 10px;
		margin-bottom: 5px;
		}


/* ▼▼▼ フッター
=====================================*/
#footer {
	width:100%;
	height: 118px;
	background: url(../img/bg_footer.png) repeat-x left top;
	margin:0 auto;
	clear: both;
	position: absolute;
	bottom: 0;
	}
#footer_inner {
	width:960px;
	margin:0 auto;
	padding: 24px 0;
	position: relative;
	overflow: hidden;
	}
	#footer_inner ul.fnav {
		float: left;
		width: 190px;
		font-size: 11px;
		line-height: 1.8;
		}


/* ▼ ページ上部へ戻る */
.pagetop {
	width: 960px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	text-align: right;
	}
	
/* ▼ コピーライト */
#copyright {
	background: #294263;
	height: 20px;
	line-height: 20px;
	color: #fff;
	overflow: hidden;
	}
	#copyright .copyright_inner {
		width: 960px;
		margin: 0 auto;
		}

/* ▼▼▼ トップ
=====================================*/
#visual {
	margin-bottom: 30px;
	overflow: hidden;
	}
#intro {
	margin-bottom: 30px;
	overflow: hidden;
	}
	#intro .copy {
		margin-bottom: 20px;
		}
	#intro .photo {
		float: right;
		margin-left: 20px;
		}
#differ_box {
	background: url(../img/top/bg_difference.gif) repeat;
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	}	
	#differ_box h2 {
		padding: 4px 0 8px 0;
		margin-bottom: 5px;
		overflow: hidden;
		}
	#differ_box ul.differ {
		overflow: hidden;
		}
		#differ_box ul.differ li {
			float: left;
			width: 185px;
			height: 70px;
			background: #fff;
			margin-right: 7px;
			padding: 35px 15px 15px 15px;
			}
			#differ_box ul.differ li.last {
				margin-right: 0;
				}
		#differ_box ul.differ li .p01,
		#differ_box ul.differ li .p02,
		#differ_box ul.differ li .p03 {
			position: absolute;
			top: 35px;
			}
		#differ_box ul.differ li .p01 {
			left: 7px;
			}
		#differ_box ul.differ li .p02 {
			left: 230px;
			}
		#differ_box ul.differ li .p03 {
			left: 453px;
			}
#topics {
	margin-bottom: 20px;
	overflow: hidden;
	}	
	#topics h2.subtitle {
		border-bottom: 1px solid #000000;
		padding-bottom: 10px;
		margin-bottom: 10px;
		}
	#topics ul.article {
		background: url(../img/top/bg_topics.gif) repeat-y left top;
		overflow: hidden;
		}
		#topics ul.article li {
			float: left;
			width: 340px;
			border-bottom: 1px dotted #000000;
			padding-bottom: 15px;
			overflow: hidden;
			}
			#topics ul.article li .photo {
				float: left;
				height: 100px;
				margin-right: 10px;
				overflow: hidden;
				}
			#topics ul.article li .txt {
				display: block;
				padding-right: 15px;
				overflow: hidden;
				}
				#topics ul.article li .txt span {
					display: block;
					text-align: right;
					padding-top: 20px;
					}
			#topics ul.article li.last .photo {
				padding-left: 15px;
				}
			#topics ul.article li.last .txt {
				padding-right: 0;
				}
		#topics ul.article li.col2 {
			padding-top: 10px;
			border-bottom: none;
			}
#side.top {
	margin-top: 0;
	}	
		
	