@charset "utf-8";
/* CSS Document */

*{
	border:0;
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	line-height:1.2em;
}

html{
	font-size:90%;
	line-height:1.3em;
}
body{
	background-image: url(../img/background.jpg);
	background-position:center top;
	background-repeat:repeat;
	text-align:center;
}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -31px auto; /* the bottom margin is the negative value of the footer's height */

	background-image: url(../img/background-top.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	text-align:center;
}
div.clear{
	clear:both;
}
/************************************************
		アンカー
************************************************/
a{
	color:#5b5901;
}
a:hover{
	text-decoration:none;
}
a:visited{
	color:#5b5901;
}

/************************************************
		ヘッダー
************************************************/
div.header{
	margin:0 auto;
	text-align:left;
	width:840px;
}
div.header h1{
	float:left;
}
div.sub-menu{
	float:right;
	font-size:90%;
	margin-top:50px;
	text-align:right;
}
div.sub-menu a{
	color:#FFFFFF;
	margin-left:2.0em;
}
div.sub-menu a:visited{
	color:#FFFFFF;
}
div.window{
	background-repeat:no-repeat;
	clear:both;
	margin:0 auto;
	width:860px;
}
div.top-image img{
	margin-top:10px;
}
div.menu{
	text-align:center;
	width:860px;
}


/************************************************
		コンテンツ部分
************************************************/
div.contents{
	margin:0 auto;
	text-align:left;
	width:840px;
}
div.topic-path{
	font-size:90%;
	margin:0px auto 10px auto;
	text-align:left;
	width:840px;
}
div.topic-path a{
	color:#b3ae62;
}
.contents div.left-column{
	float:left;
	width:600px;
	margin-bottom:20px;
}
.contents div.right-column{
	float:right;
	width:210px;
	margin-bottom:20px;
}
div.right-column img.banner{
	margin-bottom:10px;
}

/************************************************
		フッター
************************************************/
div.footer{
	clear:both;
	margin:0px auto;
	height:130px;
	text-align:right;
	width:840px;
}
div.footer div.footer-menu{
	color:#333333;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	font-size:90%;
	padding:0.4em 0;
}
div.footer div.footer-menu a{
	color:#666;
}
div.footer-logo{
	margin-top:10px;
}
div.footer-logo img{
	float:right;
	border-left:1px solid #ccc;
	margin-left:1.0em;
}
div.footer-logo p{
	color:#666;
	font-size:80%;
}
