/* 基本スタイル
---------------------------------------------*/
* {
	font-size: 100%;
}

body {
	font-size: 83%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	text-align: center; /* テキストを中央揃えに指定 */
	background: #0c3c9d url(../img/bgground.jpg) center top repeat-y;
}
p {
	letter-spacing: 0.1em;
}

table {
	width: 580px;
	margin: 5px;
	border-collapse: collapse;
}
th {
	background-color: #DDDDDD;
}
td,th {
	padding: 5px;
	border: 1px solid #333333;
}
caption {
	caption-side: top;
	padding-bottom: 2px;
}

.index_td {
	text-align: center;
}


#wrapper {
	width: 800px;
	margin: 0 auto; /* 左右方向のマージンをautoに指定 */
	text-align: left; /* テキストを左揃えに指定 */
}

p.comment {
	color: #006633;
}

/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	width: 800px;
}

#header_logo {
		position: absolute;
		left: 0;
		width: 160px;
		height: 50px;
		background: url(../img/logo.gif) left center no-repeat;
}
#header_navi {
		margin-left: 170px;
		padding-top: 30px;
		height: 20px;
}



/* コンテンツ
---------------------------------------------*/
#content {
	position: relative;
	width: 800px;
}

/* 2段組
---------------------------------------------*/
	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 160px;
	}
	#navigation ul {
		margin: 0;
		padding:0;
		list-style: none;

	}

	#navigation li {
		float: left;
		border-bottom: 1px solid #cccccc;
		width: 100%;
	}
	#navigation li a {
		display: block;
		text-align: left;
		padding: 10px 20px;
		color: #666666;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		background: url(../img/icon.gif) left center no-repeat;
		background-color: #FFFFFF;
	}
	#navigation li a:hover {
		display: block;
		color: #0c3c9d;
		background-color: #f1f1ff;
		font-weight: bold;

	}


	/* 右側
	---------------------------------------------*/
	#primary {
		margin-left: 160px;
		margin-bottom: 50px;

	}
	/* 本文
	---------------------------------------------*/
	#primary .section {
		margin: 10px 0 0 15px;
	}
	#primary h1 {
		text-align: center;
		background-color: #F3F3F3;
		font-size: 120%;
		padding: 4px;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
	}
	#primary h2 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #2D78Bf;
		border-bottom: 1px solid #CCCCCC;
	}
	#primary p {
		margin: 10px 10px;
	}

/* フッター
---------------------------------------------*/
#footer {
	color: #333333;
	padding-top: 10px;
}
#footer p {
	letter-spacing: 0;
	text-align:right;
}
