@charset "utf-8";
/*全体*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size:12px;
	line-height:1.7em;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/back_html.jpg);
	background-repeat: repeat-x;
}
/*リンクの基本設定*/
a {
	text-decoration:none;
	color: #376FA6;
}
a:hover {
	color: #A6C4E1;
	text-decoration:underline;
}h1 {
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	background-image: url(../img/back_h1.jpg);
	background-repeat: repeat-x;
	height: 27px;
}
.baner {
	float: right;
	width: 220px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.under {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	background-image: url(../img/footer2.jpg);
	height: 75px;
	color: #FFFFFF;
	font-size: 11px;
}
p.menu a{
 font-size:11px;
 text-decoration:none;
}
p.menu a:link{
 color:#ffffff;
}
p.menu a:visited{
 color:#ffffff;
}
p.menu a:hover{
color:#cccccc;
text-decoration:none;
}

ul{
	text-align:left;
	padding-left:0;
	margin-right: 10px;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
li{
	padding-left:0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 3px;
}
.flame {
	width: 220px;
	height: 350px;
	overflow:auto;
	scrollbar-base-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-track-color: #E0E0E0;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	color: #333333;
	font-size:11px;
	margin: 0px;
}

