@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body  {
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 13px;
}
a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a  img {
	border-style: none;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
#container {
	width: 920px;
	text-align: left;
	background-image: url(../img/common/container_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
	padding: 0px;
} 
h1  {
	margin: 0;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	display: block;
	text-align: left;
	line-height: 20px;
	height: 20px;
	background-color: #FFFFFF;
	width: 900px;
	padding-right: 10px;
	padding-left: 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*�w�b�_�[*/
#header {
	background-image: url(../img/common/header_bg.jpg);
	background-repeat: no-repeat;
	height: 85px;
	padding-right: 10px;
	padding-left: 10px;
}
#header p {
	float: right;
	width: 400px;
	text-align: right;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 15px;
	color: #FFFFFF;
}
#header ul {
	float: right;
	list-style-type: none;
	width: 385px;
	line-height: 30px;
	text-align: right;
	display: block;
	height: 25px;
	padding-right: 25px;
	margin: 0px;
	padding-top: 0px;
	top: 85px;
}
#header li {
	display: inline;
}
#header li a {
	color: #663300;
	text-decoration: none;
	background-image: url(../img/common/sub_m_hed.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 11px;
	background-position: left center;
	padding-right: 5px;
}
#header a:hover {
	text-decoration: underline;
}
#header img {
	float: left;
}

/*�t�b�^�[*/
#footer {
	background-image: url(../img/common/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 85px;
	padding-left: 10px;
}
#footer img {
	float: right;
}
#footer p  {
	font-size: 13px;
	text-align: left;
	display: block;
	padding-top: 25px;
	color: #663300;
	padding-left: 20px;
	width: 699px;
	float: left;
}
#footer address {
	font-size: 10px;
	color: #996633;
	font-style: normal;
	padding-left: 20px;
	clear: both;
}
#footer_menu {
	background: #AB9381 center top;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}


/*���q�l�̐�*/
#comment {
	clear: both;
	width: 810px;
	margin: 0px auto;
	padding: 30px 0px 0px;
}
#comment li {
	list-style-type: none;
	display: inline;
	width: 270px;
	text-align: left;
	background-image: url(../img/common/comment_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	margin: 0px;
	padding: 0px 0px 40px;
	height: auto;
}
#comment p {
	font-size: 12px;
	*font-size: 82%; /*for IE6,IE7*/
	color: #645E42;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
	line-height: 15px;
}

