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

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#2B1B07;
	font-size:12px;
	text-align:center;
	background:url(../img/bg_all.gif) repeat;
}
a {
	overflow:hidden;
}
a:link,
a:visited {
	color:#333399;
	text-decoration:none;
}
a:hover,
a:active {
	color:#333399;
	text-decoration:underline;
}

a img {
	border:none;
}

#contents {
	width:940px;
	margin:0px auto;
}
#footer {
	text-align:left;
	clear:both;
	padding-top:20px;
	background:url(../img/bg_line.gif) repeat-x;
}
#footer_contents {
	width:890px;
	margin:0px auto;
}
#copy {
	width:200px;
	float:left;
}
#copy address{
	color:#372712;
	font-size:10px;
	font-style:normal;
}
#banner {
	width:234px;
	float:right;
}
#footer_end {
	clear:both;
}
