@charset "utf-8";

/* 基本設定 --------------------------------------------- */
body {
	background:#fff;
	color:#000;
	font-family:sans-serif;
	line-height:1.5;
}

head~/* */body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* reset */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, input, textarea {
	margin:0;
	padding:0;
	font-size: 100%;
	line-height:1.5;
}


img {
	vertical-align:bottom;
	border:none;
}

a         { color: #900; text-decoration: none; }
a:link    { color: #900; text-decoration: none; }
a:visited { color: #900; text-decoration: none; }
a:active  { color: #966; }
a:hover   { color: #966; }


.hideItem {
	display:none;
}

/* IEの文字サイズを可変にして、 ------------------------- */
/* 且つ他のブラウザと見た目の大きさを統一 --------------- */
* html body { font-size:70%; }
*:first-child+html body { font-size:80%; }
head~/* */body { font-size:75%; }
html:not(:target) body { font-size:12px; }


/* 外側 ------------------------------------------------- */
#container {
	margin:0 auto;
	text-align:left;
	width:750px;
	border-left:1px solid #036;
	border-right:1px solid #036;
	background:url(../img/content-bg.png) repeat-y 0 0;
	overflow:hidden;
}

/* ヘッダ ----------------------------------------------- */
#header {
	width:750px;
	height:64px;
	display:block;
}

/* ナビ ------------------------------------------------- */
#navi {
	padding:15px 8px 0 7px;
	width:125px;
}

#navi p {
	padding-bottom:9px;
	width:125px;
	text-align:center;
}

#navi ul {
	list-style:none;
}
#navi ul li {
	margin-bottom:10px;
	line-height:1px;
}
#navi ul li ul {
	padding:2px 5px 5px;
}
#navi ul li ul li {
	font-size:85%;
	line-height:1.5;
	font-weight:bold;
	margin-bottom:0;
}
#navi ul li a         { color: #fff; text-decoration: underline;}
#navi ul li a:link    { color: #fff;}
#navi ul li a:visited { color: #fff;}
#navi ul li a:active  { color: #ff0;}
#navi ul li a:hover   { color: #ff0;}

/* フッター --------------------------------------------- */
#footer {
	margin:0 auto 10px;
	color:#036;
	padding:3px;
	text-align:right;
	border:1px solid #036;
	background-color:#fff;
	width:744px;
}

#footer address {
	margin:0;
	padding:0;
	font-size:85%;
	font-style:normal;
}


/* その他 */
p.alignCenter {
	text-align:center;
}

