@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #343434;
	font-size:14px;
	line-height:1.7em;
	margin: 0px;
	background-repeat: repeat;
	min-width: 1020px;
}



/*リンクの基本設定*/
a {
	text-decoration:underline;
	color:#F90;
}
a:hover {
	color:#FC0;
	text-decoration:underline;
}
a:link img{ text-decoration:none; border:none 0px; }
a:visited img{ text-decoration:none; border:none 0px; }

/*ページの基本設定*/
p {
	margin: 0px;
}
ul{
	text-align:left;
	padding-left:0;
	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: 650px;
	height: 240px;
	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:12px;
}

.flame_box {
	width: 650px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 60px;
}



.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
h1 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 24px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*その他*/


address {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.footer a:link {
	color: #654F37;
	text-decoration: none;
}
.footer a:visited {
	color: #654F37;
	text-decoration: none;
}
.footer a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.footer a:active {
	color: #FF9900;
	text-decoration: none;
}.banner {
	margin: 0px;
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.banner_box200 {
	margin: 0px;
	padding: 0px;
	width: 200px;
}
