@charset "utf-8";

/* common.css */

body {
	background: #fff;
	text-align: center;
	color: #333;
	font-size: 88%;
	line-height: 1.6;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

* html body {
	font-size: 77%;
}

a:link {
	color: #006;
	text-decoration: underline;
}

a:visited {
	color: #006;
	text-decoration: none;
}

a:hover {
	color: #e06;
	text-decoration: underline;
}

a:active {
	color: #006;
	text-decoration: none;
}


#head .title,
#body,
#foot .navi,
#foot #copyright {
	width: 770px;
	margin: 0 auto;
}


/* #head: ヘッダ */
#head {
	height: 45px;
	margin-bottom: 25px;
	background: #000032 url("../img/bg_head.jpg") left bottom repeat-x;
	text-align: left;
}

	#head .title {
		padding: 8px 0 0 5px;
	}

.detail #head {
	margin-bottom: 0;
}


/* #body: ボディ */
#body {
	text-align: left;
}

	/* .topic-path: トピックパス */
	.topic-path {
		margin: 15px 0 0 0;
		line-height: 1.3;
	}

		.topic-path li {
			display: inline;
			color: #888;
		}

			.topic-path li a,
			.topic-path li a:link,
			.topic-path li a:visited,
			.topic-path li span {
				margin: 0 .5em;
				color: #555;
				text-decoration: none;
			}

			.topic-path li a:hover {
				color: #e06 !important;
			}/*

			.topic-path li.root * {
				margin-left: 0 !important;
			}*/


/* #foot: フッタ */
#foot {
	min-height: 45px;
	margin-top: 50px;
	border-top: 1px solid #aaa;
	background: #000058 url("../img/bg_foot.jpg") left top repeat-x;
	text-align: center;
	color: #fff;
}

	#foot .navi {
		padding: 13px 0 5px 0;
	}

		#foot .navi li {
			display: inline;
		}

			#foot .navi li a {
				margin: 0 .5em;
				color: #fff;
				text-decoration: none;
			}

	#copyright {
		padding-bottom: 10px;
	}


/* .clearfix: ボックス内の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 */#foot #copyright a {
	color: #FFFFFF;
}
