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

body {
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	background-color: #ece7e3;
	font-size: 0.9em;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,h7,p,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
	margin: 0px;
	padding: 0px;
}
#whole_top {
	background-repeat: repeat-y;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
/*IE6以外*/
html>body #whole_top{
	background-image: url(../images/top_back.png);
}
/*IE6用*/
*html #whole_top{
	background-image: url(../images/top_back_ie6.png);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/second_back.png", sizingMethod="scale");*/
}
#whole_second {
	background-repeat: repeat-y;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
/*IE6以外*/
html>body #whole_second{
	background-image: url(../images/second_back.png);
}
/*IE6用*/
*html #whole_second{
	background-image: url(../images/second_back_ie6.png);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/second_back.png", sizingMethod="scale");*/
}
#header {
	margin: 0px;
	padding: 0px;
}
#header ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#contents {
	clear: both;
	width: 960px;
}
#footer_top {
	height: 100px;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	font-size: 0.8em;
	color: #fff;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#footer_second {
	height: 100px;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8f8d8b;
	font-size: 0.8em;
	color: #333;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#footer_top a:link {
color: #fff;
}
#footer_top a:visited {
color: #fff;
}
#footer_top a:hover {
color: #F00;
}
#footer_top a:active {
color: #F00;
}







/****/
