body {
	font-family: ＭＳ Ｐゴシック,MS UI Gothic,OSAKA;font-size:90%;
	margin-top:0px;margin-left:0px;margin-right:0px;margin-bottom:0px;
}

a:link{ text-decoration : none; color : #003366; }
a:active{ text-decoration : none; color : #FF8844; }
a:visited{ text-decoration : none; color : #999999; }
a:hover{ text-decoration : underline; color : #FF8844; }

table{ font-size : 100%; }
table#hairline{
	/*border-collapse : collapse;*/
	float:left;
	font-size:90%;
}

h1{ font-weight : normal; }
h2{ font-weight : normal; }
h3{ font-weight : normal; }
h4{ font-weight : normal; }
h5{ font-weight : normal; }
h6{ font-weight : normal; }

div.layout{			/* 全体のレイアウト */
	text-align:left;
	padding:0px;
	margin:0px;
	width:900px;
	background-color : #FFFFFF;
	background-image:url(../images/bg_shade.gif);
	background-repeat:repeat-y;
	background-position:center;
}

div.layout div.header{		/* ヘッダーのレイアウト */
	float:left;
	text-align:center;
	color:#FFFFFF;
	padding:0px 0px 0px 20px;
	margin:0px 10px 8px 0px;
}

div.layout div.sidebar{		/* サイドバー・左(メニュー)のレイアウト */
	float:left;
	text-align:left;
	width:23%;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}

.layout .sidebar #menu-btn{
	margin:0px 0px 2px 0px;
}

div.layout div.main{		/* 本文のレイアウト */
	float:left;
	text-align:left;
	width:73%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

div.layout div.footer{		/* フッターのレイアウト */
	clear:both;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

div.layout div.footer #copyright{		/* フッターのレイアウト */
	padding:8px 10px 10px 10px;
	margin:0px 20px 0px 20px;
	border-top:1px solid #CCCCCC;
	text-align:center;
	font-size:9pt;
}


.main h2{
	padding:20px 6px 20px 120px;
	margin:16px 0px 16px 0px;
	color:#333333;
	font-weight:bold;
	color:#775544;
/*
	background-image:url(../images/bg_h2.gif);
	background-repeat:no-repeat;
	background-position:center;
*/
}

.main h3{
	clear:both;
	padding:4px 6px 4px 6px;
	margin:16px 24px 16px 24px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:120%;
	background-color:#EFBAB5;
	border-left:8px solid #BB8877;
	background-image:url(../images/bg_h3.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.main h4{
	padding:3px 6px 3px 6px;
	margin:16px 24px 16px 24px;
	border-bottom:2px dotted #EFBAB5;
	font-size:100%;
	font-weight:bold;
	color:#775544;
}

.main #doc{
	margin:0px 40px 0px 40px;
	line-height:130%;
}

.main #doc p{
	padding:3px 0 3px 0;
	margin:0;
}

.main #navi{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	font-size:10pt;
	color:#666666;
}
.main #navi a:link{ text-decoration : none; color : #666666; }
.main #navi a:active{ text-decoration : none; color : #666666; }
.main #navi a:visited{ text-decoration : none; color : #666666; }
.main #navi a:hover{ text-decoration : underline; color : #666666; }

.main #subtitle{
	text-align:center;
}

#partnavi{
	clear:both;
	padding:0px 0px 0px 0px;
	margin:3px 30px 0px 0px;
	text-align:right;
	font-size:90%;
}
.main .sml{
	font-size:8pt;
}

