@charset "utf-8";
/* CSS Document */

/*------------------*/
/*共通設定*/
/*------------------*/

* {
	padding:0;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type:none;
}
img {
	border:none;
}
.clearfix {
	width:100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
body {
	text-align:center;
}
#wrapper {
	width:850px;
	margin:5px auto;
	text-align:left;
}
/*------------------*/
/*ヘッダー*/
/*------------------*/
#header {
	width:848px;
	margin-bottom:2px;
	border:1px solid gray;
	background-color:#0030cc;
	color:#fff;
}
#header h1 a, #header p a {
	color:#fff;
	text-decoration:none;
}
#header h1, #header p {
	margin:0px;
	line-height:0;
}
#header h1 {
	padding-bottom:5px;
	padding-left:5px;
}
#header p {
	padding-left:5px;
	padding-top:5px;
}
/*------------------*/
/*ナビ*/
/*------------------*/
#navi {
	width:848px;
	height:18px;
	text-align:center;
	background-color:#039;
	border:1px solid silver;
}

#navi p {
	color:#FFF;
	font-size:12px;
}
	
/*------------------*/
/*メインボックス*/
/*------------------*/

#main_box {
	width:842px;
	border:1px solid gray;
	border-bottom:0px;
	background-color:#0030cc;
	padding-left:3px;
	padding-right:3px;
	color:#666666;
}
/*------------------*/
/*レフトボックス*/
/*------------------*/

#left_box {
	width:718px;
	float:left;
	padding-bottom:10px;
	background-color:#FFF;
}
#left_over_box {
	padding-left:10px;
	width:698px;
	margin-bottom:10px;
}
#left_over_right_box{
	font-size:12px;
}
#aaa {
	border-bottom:3px solid #0030cc;
	margin-bottom:20px;
}
#aaa h1 {
	text-align:center;
}
#aaa h1, #aaa p {
	margin:0px;
}
#left_under_box {
	width:716px;
	clear:both;
}
table {
	border-collapse:collapse;
	width:714px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-size:small;
	border-spacing:0;
}
table tr th {
	background-color:#0030cc;
	color:#fff;
	border:1px solid silver;
	padding:5px;
}
table tr td {
	width:170px;
	border:1px solid silver;
	padding:5px;
}
#google_left_box {
	float:left;
	margin-left:13px;
	font-size:12px;
}
#google_right_box {
	float:right;
	margin-right:13px;
	font-size:12px;
}
#index_google{
	font-size:12px;
}
#text_box {
	clear:both;
	margin-top:10px;
}
#micro{
	text-align:center;
}

/*------------------*/
/*ライトボックス*/
/*------------------*/

#right_box {
	width:120px;
	float:right;
	background-color:#FFF;
	font-size:12px;
}

/*------------------*/
/*フッター*/
/*------------------*/

#footer {
	width:848px;
	border:1px solid gray;
	clear:both;
	text-align:center;
	background-color:#0030cc;
	color:#fff;
}
#footer p {
	margin:5px;
}