@charset 'Shift_JIS';

/* BASE
---------------------------------------------------- */
body{
	font: normal 80%/1.3em "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #1C1C1C;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bg.gif) left top;
}


/* LAYOUT
---------------------------------------------------- */
#headerArea{
	margin: 0 auto;
	width: 760px;
}

#contentsArea{
	background: #FFFFFF url(../images/bg_contents.jpg) repeat-x left top;
	margin: 0 auto;
	width: 760px;
}

#gnaviArea{
	margin: 0;
	padding: 0 10px;
	width: 740px;
}


/* LAYOUT TOP---------- */
#wrapTop{
	background: url(../images/bg_top.gif) no-repeat center top;
}

#maincontentsTop{
	margin: 0;
	padding: 0 10px;
	width: 740px;
}

/* LAYOUT 2ND----------- */
#wrap2nd{
	background: url(../images/bg_2nd.gif) no-repeat center top;
}

#maincontents2nd{
	margin: 0;
	padding: 0 5px;
	width: 750px;
}

#subcontents2nd{
	margin: 0;
	padding: 0 10px;
	width: 740px;
}



#footerArea{
	margin: 10px 0 0;
	padding: 10px 20px 30px;
	width: 720px;
	background:#6BA106;
}



/* FOOTER
---------------------------------------------------- */
.footlinks{
	color:#FFFFFF;
	text-align:left;
	font-size:11px;
	float:left;
}

.footcopy{
	color:#FFFFFF;
	text-align:right;
	font-size:11px;
}

/* GROVAL NAVI
---------------------------------------------------- */
#gnaviArea ul{
	list-style-type: none;
}

#gnaviArea li{
	float: left;
	display: inline;
}

#gnaviArea li img{
	vertical-align: bottom;
}



/* ANCHOR
---------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: green;
}

a:hover,
a:active {
	text-decoration: underline;
	color: green;
}


a.foot:link,
a.foot:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.foot:hover,
a.foot:active {
	text-decoration: underline;
	color: #FFFFFF;
}


/* OTHER
---------------------------------------------------- */
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 0px;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	font-variant: normal;
}

img{
	border: 0px;
}

p, h1, h2, h3, h4, h5, h6, form, ul, li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}




.kengaku{
	text-align:left;
	margin: 7px 0;
	width: 126px;
	height:130px;
	border: 1px solid #89c503;
	background: url(../images/top_fig03.gif) no-repeat left top;

}


/* コンテンツ用
---------------------------------------------------- */
.kengaku p{
	font-size:16px;
	font-weight:bold;
	padding:40px 4px 4px 4px;

}


/* FONT
---------------------------------------------------- */
.fs{
	font-size: 80%;
	line-height: 130%;
}
.fm{
	font-size: 100%;
	line-height: 130%;
}
.fl{
	font-size: 130%;
	line-height: 130%;
}

.fxl{
	font-size: 180%;
	line-height: 130%;
}

.note{
	font-size: 100%;
	line-height: 130%;
	color: #FF0000;
}

.kome{
	color: #CC0000;
	font-weight:bold;
}













/* ブロック表示HACK
---------------------------------------------------- */
#wrapper:after,
#contentsArea:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#wrapper,
#contentsArea{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html #wrapper:after,
*html #contentsArea:after{
	height: 1%;
}

#wrapper,
#contentsArea{
	display: block;
}
/* End hide from IE-mac */


