@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#333333;
	background-image:url(../img/body-bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#f7f5f1;
}

a:link {
	color:#3b88be;
	text-decoration:underline;
}

a:visited {
}

a:hover {
	text-decoration:underline;
}

a:active {
}

/*----------------------------------------

common 

-----------------------------------------*/
.m10{margin-bottom:10px;}
.m20{margin-bottom:20px;}
.m30{margin-bottom:30px;}
.m40{margin-bottom:40px;}
.m50{margin-bottom:50px;}
.p10{padding-bottom:10px;}
.p20{padding-bottom:20px;}
.left{text-align: left;}
.right{text-align: right;}


/*----------------------------------------

wrapper 

-----------------------------------------*/

#wrapper {
	margin:0 auto;
	width:980px;
	background:url(../img/wrap-bg.gif) repeat-x left top;
}



/*----------------------------------------

header-wrap

-----------------------------------------*/

#header-wrap {
	width:920px;
/*	width:940px;
*/	margin:0 auto;
/*	padding-left:18px;
	padding-right:18px;
*/}

/*---header
-----------------------------------------*/

#header {
	width:920px;
}

#header h1 {
	font-size:84%;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:12px;
	margin-left:8px;
	background:url(../img/bg-h1.gif) no-repeat left 6px;
}

#header h1 a {
	text-decoration:none;
	color:#666666;
}

#header p {
	float:left;
	padding-left:8px;
	padding-bottom:4px;
}

#header #utilityNav {
	float:right;
	padding-top:5px;
	padding-right:10px;
}

#header #utilityNav ul {
}

#header #utilityNav ul li {
	float:left;
}

#header #utilityNav ul li a {
}


/*---gNavi
-----------------------------------------*/
#gNav {
}

#gNav ul {
	float:left;
	padding-left:8px;
	padding-top:6px;
	padding-bottom:3px;
}

#gNav ul li {
	float:left;
}



/*----------------------------------------

content-wrap

-----------------------------------------*/

#content-wrap {
}

#content {
	margin:0 auto;
	width:920px;
	background-image:url(../img/conWrap-bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFFFFF;
}

#content-lower {
	width:890px;
	padding-left:20px;
	padding-right:10px;
}

/*下層ページのみ共通*/
#main {
	float:left;
	width:655px;
	margin-top:20px;
}

#sub {
	width:220px;
	float:right;
	margin-top:20px;
}

/*----------------------------------------

#sub

-----------------------------------------*/

#sub .bnr {
	padding-bottom:10px;
}

#sub #sub-news {
	background:url(../img/sub-news-bo-bg.gif) no-repeat left bottom;
	padding-bottom:5px;	
}

#sub #sub-news .sub-news-ttl {
	position:relative;
}

#sub #sub-news .sub-news-ttl p {
	position:absolute;
	top:10px;
	right:8px;
}

#sub #sub-news .news-list {
	background:url(../img/sub-news-bg.gif) repeat-y left top;
	width:214px;
	padding-left:3px;
	padding-right:3px;
}

#sub #sub-news dl {
}

#sub #sub-news dl dt {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}

#sub #sub-news dl dd {
	border-bottom:1px solid #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	line-height:1.3;
}

p.read-more {
	text-align:right;
	padding-bottom:5px;
	padding-top:10px;
	padding-right:10px;
}



/*----------------------------------------

content-foot-wrap

-----------------------------------------*/

#content-foot-wrap {
	width:980px;
	margin:0 auto;
	background:url(../img/contentfoot-bg.gif) no-repeat left top;
	padding-top:88px;
}

#content-foot {
	width:920px;
	margin:0 auto;
}

#content-foot p.PagetTop {
	clear:both;
	text-align:right;
	padding-right:10px;
}



/*----------------------------------------

footer-wrap

-----------------------------------------*/

#footer-wrap {
	width:100%;
	clear:both;
	border-top:7px solid #62b205;
	background:url(../img/footerWrap-bg.gif) repeat-x left top;
}

/*   footer-bottom
-----------------------------------------*/

#footer {
	width:980px;
	margin:0 auto;
	background:url(../img/footerbottom-bg.gif) repeat-y left top;
	padding-top:15px;
	padding-bottom:15px;
}

#footer p.copyright {
	color:#666666;
	font-size:84%;
	text-align:center;	
}



/*----------------------------------------

topicpath

-----------------------------------------*/
.topicpath {
	padding:0px 5px;
	margin-bottom:15px;
	font-size:84%;
	line-height:1;
}

.topicpath p a {
	color:#000000;
	text-decoration:none;
}



