@charset "utf-8";
.aaaa {
	font-size: 10px;
}

html {
	width:100%;
	height:100%;
}

body {
	background:url(images/contents_gradation.jpg) repeat-x;
	border-top:5px solid #364f00;
	
}

div.contents {
	width:800px;
	height:auto;
	margin:0 auto;
}

h1.logo {
	background:url(images/logo.jpg) no-repeat;
	width:217px;
	height:63px;
	text-indent:-1000em;
	margin:0px 0 20px 10px;
}
h1.logo a {
	display:block;
	width:217px;
	height:63px;
}


ul.header_navi {
	list-style-type:none;
	font-size:0.65em;
	display:block;
	width:290px;/*元々4つで330*/
	height:6px;
	height:auto;
	overflow:hidden;
	float:right;
	margin:12px 0 0 0;
}

ul.header_navi li {
	border-left:1px solid #91a469;
	padding:0 1.5em 0 1.5em;
	float:left;
	color:#7d9644;
}
ul.header_navi li a {
	text-decoration:none;
	color:#7d9644;
}
ul.header_navi li a:hover {
	color:#6699FF;
}


div.copy {
	background:url(images/copy.jpg) no-repeat;
	width:403px;
	height:309px;
	margin:0 0 0 30px;
}
a.poster {
	
}

a.poster img {
	border:none;
}
/* main_box
--------------------------------------------------*/
div.main_box {
	width:100%;
}
div.left {
	width:450px;
	float:left;
	padding:30px 0 0 0;
}
div.right {
	width:350px;
	float:right;
	padding:65px 0 0 0;
}


/* NewsArea 
--------------------------------------------------*/
.news_area {
	width:100%;
	height:auto;
	background:#eff1eb;
}
ul.news_list {
	display:block;
	background:url(images/bg_news_ul.jpg) repeat-y;
	background-position:75px 0px;
	width:600px;
	height:auto;
	list-style-type:none;
	margin:0 auto;
	padding:15px 0 10px 0;
}
ul.news_list li {
	background:url(images/list_head.jpg) no-repeat;
	background-position:0px 6px;
	display:block;
	width:100%;
	height:auto;
	height:auto;
	color:#7d9644;
	font-size:0.65em;
	margin:0 0 5px 0;
}
ul.news_list li:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}


ul.news_list li span.date {
	display:block;
	width:70px;
	height:auto;
	margin:0 10px 0 10px;
	float:left;
}
ul.news_list li span.text {
	display:block;
	width:auto;
	height:auto;
	float:left;
}
ul.news_list li a {
	color:#7d9644;
	text-decoration:none;
	display:block;
	width:auto;
	height:auto;
}
ul.news_list li a:hover {
	color:#6699FF;
	cursor:pointer;
}
/* Footer 
--------------------------------------------------*/
.footer {
	width:750px;
	height:auto;
	color:#7d9644;
	margin:0 auto;
	padding:15px 0 20px 0;
}
.footer address {
	font-size:0.65em;
	display:block;
	width:200px;
	float:left;
}
.footer address strong {
	font-weight:normal;
}

.footer .copyright {
	font-size:0.65em;
	float:right;
}
/*
-----------------------------------------------*/
div.copy_text {
	color:#7d9644;
	font-size:0.8em;
}
div.copy_text p {
	margin:0 0 1.5em 0;
	line-height:1.8em;
	font-size:12px;
}




