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

* {
	margin: 0;
	padding: 0;
	border:0;
	text-decoration: none;
	line-height: 1.2;
	font-size: 14px;
	font-style: normal;
}

html{
	height:100%;
}

body {
	padding-left: 1px; 
	height:100%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	background-color:#f2efe4;
}

p{margin-bottom:1em;}
a{
	font-size:14px;
	color:#339933;
	text-decoration:underline;
}

p,span{
	font-size:14px;
	line-height:1.5;
	color:#333;
}

img{
	vertical-align:bottom;
}

a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

a:focus{
	outline:none;
} 

li{
	list-style:none;
}

/*----------------------------------
index
----------------------------------*/

.right{
	float:right;
}

#container {
	width:100%;
	position: relative;
	height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
	min-height: 100%;
}

#contents{
	margin:0 auto;
	width:960px;
	text-align:left;
	overflow: hidden;
	zoom:100%;
	background:url(images/bottom_bg.gif) center bottom 160px no-repeat;
	padding-bottom:320px;
}


#header {
	width:960px;
	height:50px;
	margin:0 auto;
	padding-top:40px;
	position:relative;
	text-align:right;

}

#header h1{
	bottom:28px;
	right:130px;
	position:absolute;
}

#header p{
	display:inline;
}

#sidebar{
	width:180px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}

#main{
	overflow:hidden;
}

#indexMain{
	float:left;
}

#indexImage img{
	vertical-align:bottom;
	padding-bottom:20px;
}
	
#indexIntro{
	width:700px !important;
	height:80px;
	padding:30px;
	background-color:#fff;
	margin-bottom:20px;
	overflow:hidden;
}

#indexIntro h2{
	width:267px;
	height:500px;
	float:left;
	margin:17px 20px 30px 0;
}


h2{
	font-size:18px;
	color:#339933;
	font-weight:bold;
}

#news{
	width:466px;
	padidng-top:20px;
	float:left;
	padding-right:20px;

}

#news h2{
	font-size:18px;
	border-bottom:2px solid #339933;
	color:#339933;
	font-weight:bold;
}

#news ul li{
	border-bottom:1px solid #CCC;
	clear:both;
	padding:5px 0;
	overflow:hidden;
}

#news ul li span.category{
	display:block;
	float:left;
	color:#fff;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	margin-right:10px;
	font-weight:bold;
}



#news ul li span.category.action{background:#339933;color:#fff;}
#news ul li span.category.news{background:#fff;color:#339933;}
#news ul li span{
	display:block;
}

span.date{color:#339933;padding-top:3px;}
span.title{color:#339933;padding-top:3px;}
span.title a{font-weight:bold;}
span.except{font-size:12px;margin-top:5px;}

#rightBlock{
	float:left;
}

#rightBlock ul li{
	list-style:none;
	margin-bottom:5px;
}

#footer{
	background-color:#583e2b;
	text-align:left;
	overflow:hidden;
	width:100%;
	height:160px;
	clear:both;
	bottom:0;
	position:absolute;
}

#footerInner{
	width:960px;
	height:160px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	clear:both;
}

#address{
	position:absolute;
	right:20px;
	top:30px;
}

#address p{
	color:#ac9f95;
	margin-top:10px;
	font-size:12px;
}

#footerNav {
	width:600px;

	margin-top:25px;
}

#footerNav li{
	display:inline;	
	line-height:30px;
	margin-right:10px;
}

#footerNav li a{
	color:#fff;	
}

#copyright{
	position:absolute;
	bottom:10px;
}
#copyright p{
	color:#ac9f95;
	font-size:12px;
}

/*----------------------------------
subpage
----------------------------------*/

#subHeader{
	width:760px;
	height:83px;
	position:relative;
	float:left;
	background:url(images/sub_bg.gif) no-repeat right bottom;
}

#subHeader h2{
	position:absolute;
	top:30px;
	left:30px;
	font-size:25px;
}


#subMain{
	width:680px;
	min-height:327px;
	padding:40px;
	float:left;
	background-color:#fff;
}

#subMain h3{
	margin-top:30px;
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:20px;
	color:#339933;
	border-bottom:2px solid #339933;
}
#subMain h3:first-child{
	margin-top:0;
}

#subMain h3 a{
	font-size:20px;
}

#subMain .post{
	padding-bottom:30px;
	margin-bottom:10px;
}

.post .date{
	color:#339933;
	margin-top:-15px;
	font-weight:bold;
	margin-bottom:10px;
}

#subMain h4{
	font-size:18px;
	margin-top:30px;
	margin-bottom:10px;
	color:#666;
}

table th,td{
	padding:10px;
	font-size:16px;
}

table th{text-align:center;border-bottom:solid 2px #339933;}
table td{border-bottom:1px solid #999;}

input{
	border:1px solid #666;
	padding:5px;
}

textarea{
	border:1px solid #666;
	padding:5px;
}