@charset "utf-8";

/* 共通項目 */

body {
	background: #fff;
	text-align: center;
	color: #333;
	font-size: 77%;
	line-height: 1.6;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


a:link {
	color: #c04;
	text-decoration: underline;
}

a:visited {
	color: #301;
	text-decoration: underline;
}

a:hover {
	color: #f3c;
	text-decoration: underline;
}

a:active {
	color: #c04;
	text-decoration: none;
}



/* ボックス内floatのclear */
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0;
}
.clearfix {display: inline-block;}
/* Hides from macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from macIE */


/* .continue: 次へのリンク など */
.continue {
	margin: .75em 10px 1em 0;
	text-align: right;
	line-height: 1.2;
}

	.continue img {
		margin: 0 5px;
		vertical-align: middle;
	}


#wrap {
	width: 918px;
	margin: 0 auto;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	text-align: left;
}


/*
	#head: ヘッダ
		#site-title: タイトルロゴ
		.ad: 広告バナー
*/
#head {
	padding: 5px 15px 5px 10px;
	border-bottom: 1px solid #999;
}

	#site-title {
		float: left;
	}

	#head .ad {
		float: right;
		margin-top: 2px;
	}


/*
	#body: センター
		#main: メインエリア
		#sub: サブエリア
*/
#body {
	float: left;
	width: 763px;
}

	/* #main: メインエリア */
	#main {
		float: right;
		width: 601px;
		min-height: 770px;
		border-right: 1px solid #999;
		border-left: 1px solid #999;
	}

	* html #main {
		height: 770px;
	}


	/* #sub: サブ（メニュー）エリア */
	#sub {
		float: left;
		width: 160px;
	}

		#sub .title {
		}

		/* #site-menu: メインメニュー */
		#site-menu {
		}

			#site-menu li {
				list-style: none;
				border-bottom: 1px solid #999;
			}


/* #ads: 広告エリア */
#ads {
	float: right;
	width: 138px;
	padding-top: 15px;
}

	#ads a {
		display: block;
		width: 120px;	
		margin-bottom: 15px;
	}


/*
	#foot: フッタ
		.navi: メニューバー
*/
#foot {
	clear: both;
	padding: .5em 5px .5em 5px;
	border-top: 1px solid #666;
	background: #903;
	color: #fff;
	font-size: 92%;
	text-align: center;
}

	#foot .menu {
	}

		#foot .menu li {
			list-style: none;
			display: inline;
		}

		#foot .menu a {
			margin: 0 10px;
		}

		#foot .menu a:link {
			color: #fff;
			text-decoration: none;
		}

		#foot .menu a:visited {
			color: #fff;
			text-decoration: none;
		}

		#foot .menu a:hover {
			color: #fff;
			text-decoration: none;
		}

	#foot #copyright {
		padding-top: .25em;
	}#foot #copyright a {
	color: #FFFFFF;
}
