@charset "utf-8";

/* 大枠 */
html,
body {
	height: 100%;
	}
body {
	font-size: 14px;
	line-height:1.6;
	}
#wrapper {
	width: 100%;
	min-width: 960px;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
	
/* リンク */
a:link    {color:#1D1F86; text-decoration: none;}
a:visited {color:#1D1F86; text-decoration: none;}
a:hover   {color:#1D1F86; text-decoration: underline;}
a:active  {color:#1D1F86; text-decoration: underline;}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
	}
img {
	vertical-align: bottom;
	}


/* ▼▼▼ ヘッダー
=====================================*/
#header {
	width: 710px;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	}


/* タイトル */
#site_title {
	overflow: hidden;
	}	
	
		
/* グローバルナビゲーション */
#gnav {
	clear: both;
	overflow: hidden;
	}
#gnav li {
	float: left;
	}


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

/* パンくず */
ol#path {
	margin-bottom: 20px;
	overflow: hidden;
	}
	ol#path li {
		float: left;
		margin-right: 10px;
		}
	ol#path li.now {
		background: none;
		margin: 0;
		}


/* コンテンツ */
#contents {
	float: left;
	width: 600px;
	background: #999;
	padding: 20px;
	overflow: hidden;
	}

table.info {
	width: 710px;
	border-top: 1px solid #B7B7B7;
	margin-bottom: 50px;
	}
	table.info th,
	table.info td {
		padding: 10px 15px;
		border-bottom: 1px solid #B7B7B7;
		}
	table.info th {
		width: 170px;
		background: #F2F2F2;
		font-weight: bold;
		vertical-align: top;
		}
	table.info td span {
		color: #1D1F86;
		}


/* ▼▼▼ サイド
=====================================*/
#side {
	float: right;
	width: 260px;
	background: #666;
	padding: 20px;
	overflow: hidden;
	}


/* ▼▼▼ フッター
=====================================*/
#footer {
	width: 100%;
	border-top: 2px solid #1D2087;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	clear: both;
	overflow: hidden;
	}
#footer_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}


/* ▼ ページ上部へ戻る */
.pagetop {
	text-align: right;
	}
	
/* ▼ コピーライト */
#copyright {
	font-size: 11px;
	color: #666;
	}


