@charset "utf-8";
/* CSS Document */

body {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	letter-spacing:0.05em;
	line-height:150%;
	color: #333333;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

img { border: none; } 

a:link {
	color: #660D08;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660D08;
}
a:hover {
	text-decoration: none;
	color: #B6160E;
}
a:active {
	text-decoration: none;
}




#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 97px;
	width: 950px;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 92px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#logo {
	margin-top: 27px;
	margin-bottom: 14px;
	float: left;
	width: 160px;
	height: 50px;
}
#head_txt {
	width: 210px;
	margin-top: 40px;
	float: right;
}
p {
	margin: 0px;
	padding: 0px;
}
#head_menu {
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}
#main_fla {
	height: 480px;
}

#brand {
	height: 112px;
	margin-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BE9B9A;
	margin-bottom: 20px;
}
#info {
	float: left;
	height: 255px;
	width: 640px;
}
.info_md {
	height: 14px;
	margin-bottom: 12px;
}
.info_inner {
	height: 224px;
	width: 615px;
	padding-left: 25px;
	float: left;
	line-height: 20px;
}
#contents {
	float: right;
	width: 257px;
	margin-top: 25px;
}

#foot_txt {
	height: 25px;
	width: 931px;
	border: 1px solid #BE9B9A;
	clear: both;
	float: none;
	margin-top: 43px;
	padding-left: 12px;
	padding-top: 4px;
	margin-bottom: 23px;
}
#footer_bg {
	background-image: url(../cmn_img/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 128px;
	clear: none;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

