@charset "utf-8";

/* Layout
=========================================================================*/
a:link, a:visited{
	text-decoration:underline;
}
a:hover, a:active{
	text-decoration:none;
}
a.blank{
	margin:0 2px 0 0;
	padding:0 14px 0 0;
	background:url(/common/images/icon_blank.gif) no-repeat right 2px;
	color:#10A84D;
}

body{
	text-align:center;
}
.wrapper{
	width:100%;
}





/* ヘッダー
=========================================================================*/
.header{
	width:100%;
	background:#13A94F url(../images/header_bg.gif) repeat-x center 0;
}
.headerInner{
	position:relative;
	margin:0 auto;
	padding:0 0 20px;
	width:900px;
	height:259px;
	text-align:left;
	background:url(../images/header_inner_bg.gif) no-repeat 0 126px;
}
.headerInner h1{
	position:absolute;
	top:32px;
	left:78px;
}
.headerInner .satogaerikun{
	position:absolute;
	top:13px;
	right:0;
}
.headerInner .toppageBtn{
	position:absolute;
	top:229px;
	left:20px;
}


/* コンテンツ部分
=========================================================================*/
.container{
	padding:0 0 20px;
	width:100%;
	background:#13A94F;
}
.content{
	margin:0 auto;
	width:900px;
	background:#FFF;
	text-align:left;
}
.content .headerNavi{
	margin:0 0 20px;
	width:900px;
	height:86px;
	background:url(../images/header_navi_bg.gif) no-repeat 0 0;
}
.content .headerNavi ul{
	margin:0 0 0 38px;
	width:834px;
}
.content .headerNavi li{
	float:left;
	margin:0 4px 0 0;
}

.content .footerNavi{
	margin:30px 0 0;
	width:900px;
	height:86px;
	background:url(../images/footer_navi_bg.gif) no-repeat 0 0;
}
.content .footerNavi ul{
	margin:0 0 0 38px;
	width:834px;
}
.content .footerNavi li{
	float:left;
	margin:0 4px 0 0;
}

.contentInner{
	margin:0 0 0 40px;
	width:820px;
}



.moduleLeft{
	float:left;
	width:520px;
}
.moduleRight{
	float:right;
}
.content h2.title{
	margin:0 0 10px;
	padding:9px 0 0 64px;
	height:36px;
	background:url(/common/images/title_bg_character.gif) no-repeat 0 0;
}
.moduleLeft .txt{
	margin:0 0 12px 66px;
	font-size:92%;
	line-height:180%;
}
.moduleLeft .link{
	margin:0 0 20px 66px;
	font-size:92%;
	color:#10A84D;
	line-height:180%;
}
.moduleLeft .link a{
	color:#10A84D;
}


/* ニュースページ
=========================================================================*/
.contentHeader{
	height:30px;
	background:url(../images/header_navi_bg.gif) no-repeat 0 bottom;
}
.contentFooter{
	margin:30px 0 0;
	height:30px;
	background:url(../images/footer_navi_bg.gif) no-repeat 0 top;
}
h2.newsTitle{
	margin:0 0 20px;
	padding:8px 0 14px 64px;
	background:url(/common/images/title_bg_character.gif) no-repeat 0 0;
	font-size:182%;
	font-weight:bold;
	color:#0F9946;
	line-height: 150%;
}




/* フッター
=========================================================================*/
.footer{
	width:100%;
	background:#FFF url(../images/footer_bg.gif) repeat-x center 0;
	text-align:left;
}
.footerInner{
	margin:0 auto;
	padding:50px 0 26px;
	width:900px;
	background:url(../images/footer_inner_bg.gif) no-repeat 19px 0;
}
.footerInner .pagetop{
	text-align:right;
}
.footerInner table{
	margin:38px auto 0;
}
.footerInner td{
	padding:0 32px 0;
	vertical-align:middle;
}
