@charset "UTF-8";
body {
	margin: 0;
	background: url(../img/bg.jpg) repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	width: 1050px;
	height: auto;
	margin: 4px auto;
}
#header {
	width: 1050px;
	height: 301px;
	background: url(../img/flame_01.jpg) no-repeat;
	display: block;
}
#flasharea {
	width: 1050px;
	height: 417px;
	display: block;
	background: #FFF;
}
#bottom {
	width: 1050px;
	height: 280px;
	background: #FFF url(../img/flame_03.jpg) bottom no-repeat;
	display: block;
}
#navi {
	margin:4px 0px 0px 4px;
}
#banners {
	margin:10px 0px 0px 10px;
}
#rireki {
	width: 400px;
	height: auto;
	border: 1px solid #eaeaea;
	margin:0px 0px 0px 10px;
}
#rireki h1{
	margin: 0;
	padding: 4px;
	font: bold 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	background: #eaeaea;
}
#rireki p{
	margin: 0;
	padding: 4px;
	font: normal 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}
#rireki a{
	color: #036;
	text-decoration: none;
}
#rireki a:hover{
	color: #F60;
	text-decoration: underline;
}
#flashgrass {
	width: 320px;
	height: 280px;
	margin-left: 4px;
	float: left;
}
#note {
	width: 400px;
	height: auto;
	float: right;
	margin-top: 240px;
	font: normal 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#note a{
	color: #000;
	text-decoration:none;
}
#note a:hover{
	color: #F30;
	text-decoration: underline;
}
address {
	font: normal 9px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin: 6px 10px 0px 0px;
}