@charset "utf-8";
/* @group 初期設定 */
* {
	margin: 0;
	padding: 0;
	border: none;
}
.clearfix:after {
	content: url(../spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/* Mac版IE \*//*/
.clearfix { overflow: hidden; }
/* */

body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background: url(../../image/bodybg.gif) repeat-y top center;
	background-color: #eee;
}
/* @end */

/* @group 共通設定 */
div#titlepart {
	background: #eed;
}
div#company {
	height: 30px;
	padding: 5px 10px 0 10px;
}
#company p {
	width: 205px;
	height: 25px;
	color: #336;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: right;
}
h1 {
	width: 800px;
	height: 60px;
	font-size: 32px;
	font-weight: bold;
	color: #336;
	line-height: 55px;
	text-align: center;
}

h2 {
	margin: 25px 0;
	text-align: center;
}

.arialbl {
	font-family: "Arial Black", sans-serif;
	font-size: 1.1em;
	margin-right: 5px;
}
.emph1 {
	font-weight: bold;
}
.emph2 {
	font-weight: bold;
	color: #f00;
}
a {
	text-decoration: none;
}
a:link,
a:visited {
	color: #03f;
}
a:hover {
	color: #99f;
}
.mandatory {
	font-weight: bold;
	color: #f00;
}
.option {
	font-weight: bold;
	color: #00f;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
#topagetop {
	width: 800px;
	position: fixed;
	bottom: 5px;
	text-align: right;
	font-size: 0.8em;
}
#topagetop a {
	opacity: 0.7;
	background: #fff;
}
span.subscr {
	font-size: 10px;
}
.subscr2 {
	font-size: 0.8em;
}
span.larger {
	font-size: 1.3em;
}
/* @end */

/* @group ナビゲーション */
.nav li {
	list-style-type: none;
	font-size: 15px;
	text-align: center;
	float: left;
}

/* @group ナビ上 */
#nav1p {
	margin: 10px 0 10px 0;
	padding: 0 5px;
	font-size: 12px;
	text-align: left;
}
#nav1p span.node {
	margin: 0 5px;
}
#nav1current {
	font-weight: bold;
	color: #999;
}
/* @end */

#nav2ul {
	margin-top: 20px;
	border-left:solid 1px #ddd;
}
#nav2ul li {
		height: 30px;
}
#nav2ul li.notlast {
	border-right: solid 1px #aaa;
}
#nav2ul li#tokutei {
	width: 158px;
	font-size: 12px;
}
#nav2ul li.live {
	border-top: solid 1px #ddd;
	background: url(../../image/hakomoji/menulivebg.gif) repeat-x center;
}
#nav2ul li.current {
	border-top: solid 1px #aaa;
}
#nav2ul li a {
	display: block;
	font-weight: bold;
	line-height: 30px;
	background: #78a;
}
#nav2ul li a:link,
#nav2ul li a:visited {
	color: #fff;
}
#nav2ul li.current a,
#nav2ul li.current a:hover {
	color: #666;
	background: url(../../image/hakomoji/currentmenubg.gif) repeat-x center;
}
#nav2ul li.live a:hover {
	color: #ff6;
	background: none;
}
#nav2ul li.nn {
	width: 118px;
}
#nav2ul li.nw {
	width: 200px;
}

/* @end */

div#body {
}
div#main {
	width: 800px;
}
span.datatype {
	display: block;
}
dl.datatype dt {
	font-weight: bold;
}
dl.datatype dd {
	display: list-item;
	margin-left: 20px;
	list-style: disc outside;
	line-height: 1.5em;
}

/* @group カレンダー */
#cale {
	padding-top: 20px;
	font-size: 15px;
}
#cale h3 {
	font-size: 12px;
	line-height: 2em;
	border-top: solid #69f 2px;
	border-bottom: solid #69f 2px;
	color: #666;
	background-color: #cdf;
}
#cale table {
	width: 180px;
	margin: 20px auto;
	padding: 5px;
	background: #ffe;
	border: solid 1px #999;
}
#cale table caption {
	font-weight: bold;
	color: #33a;
}
#cale table th,
#cale td {
	width: 18px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.kyu {
	text-align: center;
	vertical-align: middle;
	color: #f00;
	background: #fff;
	border: solid 1px #f00;
}

/* @end */

/* @group サイドバー */
#sider {
	width: 250px;
	background: #eef;
} 


/* @end */

/* @group フッタ */
div#footer {
	background: #336;
	height: 35px;
}
div#footer address {
	height: 30px;
	padding-top: 5px;
	line-height: 20px;
	text-align: center;
	font-size: 0.7em;
	color: #fff;
}
div#footer address a {
	line-height: 25px;
	color: #fff;
}


/* @end */
