@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color:#333333;
	font-size:12px;
	line-height:1.5em;
	letter-spacing:0.2em;
}

a {
	color:#00590f;
	text-decoration:none;
}

a:hover {
	color:#339900;
	text-decoration:underline;
}


/*ヘッダー*/
#head{
	text-align:center;
	background-image: url(images/menu_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:10px;
}

#head h1{
	margin:0;
	padding:0;
}

/*コンテンツ*/
#wrapper{
	margin:0 auto;
	width:870px;
}

p{
	padding:0;
	margin:0 0 15px 0;
}

h2.pagetitle{
	padding:0 0 30px 0;
	margin:0;
}

h3.subtitle{
	padding:0 0 30px 0;
	margin:0;
}

h3.subsubtitle{
	padding:0 0 15px 0;
	margin:0;
}

.margin_bottom15{
	padding-bottom:15px;
}

.margin_bottom30{
	padding-bottom:30px;
}


.float_left{
	float:left;
	margin-right:20px;
}

.float_right{
	float:right;
	margin-left:20px;
}

div.line{
	height:1px;
	background-image: url(images_top/news_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom:30px;
}


/*フッター*/

#foot{
	text-align:left;
	padding:0 10px 30px 10px;
}

#foot p{
	font-size:10px;
	letter-spacing:0.1em;
}

#foot .logo{
	border-top:solid 1px #E5E5E5;
	padding:15px 0;
}

#foot .logo img{
	margin-right:15px;
	vertical-align:middle;
}

#foot .anchor{
	float:right;
	margin:15px 0;
}
