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

/* COMMON -----------------------*/

.cl {
	clear:both;
}
body {
	background:#A0B43C url(../img/body_bg.gif) repeat-x;
	color:#555555;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:22px;
	margin:0;
	padding:0;
}
img {
	border:none;
}
.right {
	text-align:right;
}
.px10 {
	font-size:10px;
}
.px8 {
	font-size:8px;
}
ul, ol {
	margin:0;
	padding:0;
	padding-left:20px;
	list-style-position:outside;
}

/* HEADER -----------------------*/

#header_bg {
	background:#f0ebc8 url(../img/header_bg.gif) repeat-x;
	height:26px;
	width:100%;
	margin:0;
}
#header {
	height:26px;
	width:900px;
	margin:auto;
}

/* FLASH -----------------------*/

#flash_bg{
	background:#f0ebc8 url(../img/flash_bg.gif) repeat-x;
}
#flash{
	width:900px;
	height:540px;
	margin:auto;
}

/* MAIN -----------------------*/

#all {
	width:100%;
	margin:auto;
	background-color:#f0ebc8;
}

/* FOOTER -----------------------*/

#footer_bg{
width:100%;
	background:#A0B43C url(../img/footer_bg.gif) repeat-x;
}
#footer {
	background:#A0B43C url(../img/footer_bg.gif) repeat-x;
	width:900px;
	height:40px;
	margin:auto;
}
#footer address {
	display:block;
	float:left;
	width:400px;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	font-style:normal;
	margin-right:10px;
	margin-top:10px;
}
#footer #footermenu {
	float:right;
	list-style:none;
	width:230px;
	margin-top:15px;
}
#footermenu li {
	background:transparent none repeat scroll 0 0;
	float:left;
	list-style:none;
	margin:0;
	padding:0;

}
#footermenu li a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:20px;
	margin-left:5px;
}
#footermenu li.fm1 a {
	background:transparent url(../img/fm1.gif) no-repeat scroll 0 0;
	width:70px;
}
#footermenu li.fm2 a {
	background:transparent url(../img/fm2.gif) no-repeat scroll 0 0;
	width:130px;
}

