@charset "utf-8";


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　包括

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* body */
body {
	position:relative;
	padding:176px 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ヘッダ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
header {
	background:url(../images/common/header_bg.png) center bottom repeat-x;
	padding:0 0 4px;
	position:absolute;
	top:0;
	width:100%;
}
header hgroup:before, header hgroup:after {content:""; display:table;}
header hgroup:after {clear:both;}
header hgroup {
	/zoom:1;
	width:980px;
	margin:0 auto;
}

/* リンク */
header a:hover img {
	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
	opacity:0.6;
}

/* 上部テキスト / ロゴ / 連絡先 */
header hgroup h1 {
	line-height:18px;
	margin:5px 0 0;
	/font-size:1em;
	/font-weight:normal;
}
header hgroup h2 {
	float:left;
	margin:5px 0 0;
}
header hgroup h2 small {
	display:block;
	line-height:15px;
	margin:5px 0 0;
}
header hgroup address {float:right;}

/* メニュー */
header nav:before, header nav:after {content:""; display:table;}
header nav:after {clear:both;}
header nav {
	/zoom:1;
	width:980px;
	border-left:solid 1px #e1e1e1;
	border-right:solid 1px #fff;
	margin:15px auto 0;
}
header nav a {
	float:left;
	border-left:solid 1px #fff;
	border-right:solid 1px #e1e1e1;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ビジュアル

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.visual {
	background:#3d414b;
	text-align:center;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　コンテンツ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.contents {
	width:982px;
	margin:0 auto;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　パンくずリスト

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.breadcrumbs {
	color:#333;
	font-size:1.1em;
	margin:25px 0 0;
}

/* リンク */
.breadcrumbs a {color:#333;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　バナー

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.banner {
	background:url(../images/common/separator.png) center top repeat-x;
	text-align:center;
	padding:27px 0 28px;
	margin:50px 0 0;
	position:relative;
}

/* リンク */
.banner a {margin:0 9px;}
.banner a:hover img {
	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
	opacity:0.6;
}

/* ページトップへ */
.banner .pagetop {
	position:absolute;
	bottom:10px;
	left:50%;
	margin:0 0 0 530px;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　フッタ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
footer {
	color:#fff;
	background:#000;
	border-top:solid 1px #3d3d3d;
}
footer section:before, footer section:after {content:""; display:table;}
footer section:after {clear:both;}
footer section {
	/zoom:1;
	width:982px;
	margin:0 auto;
	padding:30px 0;
}

/* サイトマップ */
footer section .sitemap:before, footer section .sitemap:after {content:""; display:table;}
footer section .sitemap:after {clear:both;}
footer section .sitemap {
	/zoom:1;
	float:left;
	width:720px;
}
footer section .sitemap a {
	color:#fff;
	text-decoration:none;
}
footer section .sitemap dl {
	float:left;
	width:120px;
	margin:5px 60px 0 0;
}
footer section .sitemap dt {
	font-size:1.4em;
	font-weight:bold;
	line-height:20px;
}
footer section .sitemap dd {
	font-size:1.1em;
	line-height:15px;
	margin:5px 0 0;
}


/* 問い合わせ */
footer section .contact {
	float:right;
	width:260px;
}
footer section .contact a {
	display:block;
	margin:10px 0 0;
}
footer section .contact a:hover img {
	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
	opacity:0.6;
}
footer section .contact address {
	display:block;
	line-height:14px;
	border-top:dotted 1px #333;
	margin:10px 0 0;
	padding:10px 0 0;
}
footer section .contact address em {
	display:block;
	font-size:1.1em;
}

/* コピーライト */
.copyright {
	display:block;
	color:#fff;
	background:#1c1c1c;
	text-align:center;
	line-height:26px;
	border-top:solid 1px #3d3d3d;
	border-bottom:solid 1px #3d3d3d;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　共通の要素

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* 見出し */
.headline {
	font-size:2.2em;
	font-weight:bold;
	line-height:1.5;
	padding:0 0 5px;
	border-bottom:solid 1px #3c414b;
	margin:20px 0 0;
	position:relative;
}
.headline span {
	color:#333;
	font-size:0.5em;
	font-weight:normal;
	position:absolute;
	right:0;
	bottom:10px;
}

/* テキスト */
.paragraf {
	color:#333;
	font-size:1.2em;
	line-height:1.8;
	margin:15px 0 0;
}
.paragraf a {color:#007ddd;}

/* 要素タイトル */
.items_title {
	display:block;
	color:#333;
	background:url(../images/common/icon_title.png) left center no-repeat;
	font-size:2em;
	font-weight:bold;
	line-height:20px;
	padding:0 0 0 18px;
}

/* リンクアイコン付 */
.link_icon {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#000;
	background:url(../images/common/icon_link.png) left center no-repeat;
	font-size:1.2em;
	line-height:15px;
	padding:0 0 0 16px;
	margin:10px 0 0;
}
