@charset "utf-8";
@import "header.css";
@import "footer.css";
/* ---------------------- */
/*　全ページ共通設定項目　*/
/* ---------------------- */


* {
	margin: 0;
	padding: 0;
}

div:after,
ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

div,ul {
	zoom: 100%;
}

a,
a img {
	border: none;
}

a,
a:visited {
	color: #3366CC;
}

a:hover {
	color: #FF0000;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}

p,h1,h2,h3,h4,h5,h6,a,li,dd,dt,td,th,input,label,textarea,address {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p {
	line-height: 1.5em;
	text-align: left;
	font-size: 12px;
}

sup {
	vertical-align: baseline;
	position: relative;
	top: -4px;
}

input,textarea { font-size: 12px; }



/* ---------- */
/*　大枠指定　*/
/* ---------- */

#header,#toppage {
	text-align: center;
	width: 850px;
	margin: 0px auto;
}

#toppage { margin-bottom: 40px; _margin-bottom: 40px; }

#content {
	background: url(../images/black_bar.gif) top repeat-x;
	text-align: center;
}

#footer {
	background: #26140A;
	padding-top: 9px;
	padding-bottom: 18px;
}

#topicpath li {
	list-style: none;
	float: left;
	font-size: 10px;
	padding: 10px 0px 0px 0px;
}
