@charset "utf-8";


/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
	padding: 0;
	margin: 0;
	min-height:100%;
}
body {
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	color: #000000;
	margin:0;
	padding:0;
	background-color: #f5f4f2;
}

/*@media print {
body {
	font-family:sans-serif;
}
}*/
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:100%;
}

p,pre,blockquote,ul,ol,dl,dt,dd,hr,form,input {
	margin:0;
	padding:0;
}

table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: top;
}
.sp {
	display:none !important;
}
.currentpage {
}


/* link
----------------------------------------------------*/
a:link {
	color:#218700;
	text-decoration:underline;
}
a:visited {
	color:#218700;
	text-decoration:underline;
}
a:hover {
	color:#218700;
	text-decoration:none;
}

/* rollover
----------------------------------------------------*/
a:hover img.hov {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; overflow: hidden;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.wrap {
	background:url(../images/bg2.gif) repeat-x left bottom;
}

/* header
----------------------------------------------------*/
div#header_bg {
	background: url(../images/header.png) repeat-x 0 0;
	height: 115px;
}
div#header {
	width:980px;
	margin:0 auto;
	padding:28px 0 15px 0;
	
}

div#header #logo {
	float:left;
}

ul.header_menu {
	float: right;
	margin: 15px 0 0 0;
}
ul.header_menu li {
	float: left;
	list-style-type: none;
	background: url(../images/li01.png) no-repeat 0 center;
	padding: 0 0 0 18px;
	margin: 0 0 0 20px;
}
ul.header_menu li a {
	color: #000;
	text-decoration: none;
}
ul.header_menu li a:hover {
	color: #218700;
}

/* document
----------------------------------------------------*/
div#document {
	width:985px;
	margin:0 auto;
}
div#document ul.pankuzu {
	margin:20px 0 20px 0;
	line-height:1.6;
	font-size:14px;
}
div#document ul.pankuzu li {
	float: left;
	list-style:none;
	margin-right:12px;
	background:url(../images/pankuzu.png) no-repeat 0 center;
	padding-left:17px;
}
div#document ul.pankuzu li.home {
	background:none;
	padding:0;
}


/* menu_area
----------------------------------------------------*/
div#menu_area {
	width:238px;
	float: left;
	border: 1px solid #dddddd;
	background-color: #FFF;
	padding-bottom: 15px; 
}

ul#gmenu {
}
ul#gmenu li {
	font-size: 18px;
	border-bottom: 1px solid #dddddd;
	border-left: 4px solid #4da431;
}

ul#gmenu li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 20px 14px 20px 14px;
	background:url(../images/li02.png) no-repeat right center;
}

ul#gmenu li a.current {
	background:url(../images/li02_on.png) no-repeat right center;
	font-weight: bold;
	color: #218700;
}
ul#gmenu li a.current2 {
	font-weight: bold;
	color: #218700;
}
ul#gmenu li ul li {
	font-size: 15px;
	border-left: none;
	border-bottom: none;
	border-top: 1px solid #dddddd;
}
ul#gmenu li ul li a {
	text-decoration: none;
	padding: 10px 10px 10px 25px;
	background: none;
	background-color: #FFF;
}
ul#gmenu li a:hover {
	background-color: #EEE;
}
ul#gmenu li ul li a:hover,
ul#gmenu li ul li a.current {
	background: none;
	background-color: #EEE;
	font-weight: normal;
	color: #000;
}



div#menu_area ul.banner {
	padding:0;
	margin: 30px 0;
}
div#menu_area ul.banner li {
	margin-bottom:10px;
	list-style-type:none;
	text-align: center;
}

div#menu_area p.contact {
	text-align: center;
	margin: 30px 0 0 0;
}

/* item
----------------------------------------------------*/
.secondbox {
	padding: 25px;
}

div#item {
	width:710px;
	float: right;
	position:relative;
	border: 1px solid #dddddd;
	background-color: #FFF;
}

div#item h1 {
	font-size:36px;
	line-height:1.5em;
	color: #218700;
	margin:0 0 30px 0;
	
}


div#item h2 {
	margin:30px 0 20px 0;
	font-size:20px;
	line-height:1.5;
	color:#FFF;
	background: #4da431;
	font-weight: normal;
	padding:9px 15px 9px 15px;
}

div#item h2.first {
	margin-top:0;
}
div#item h3 {
	margin:25px 0 10px 0;
	font-size:20px;
	color:#218700;
	border-bottom: 3px solid #d3d3d3;
	padding: 0 0 5px 10px;
	font-weight: normal;
}
div#item h4 {
	margin:20px 0 10px 0;
	font-size:20px;
	border-left: 5px solid #4da431;
	padding: 0 0 0 10px;
	font-weight: normal;
}
div#item h5 {
	margin:20px 0 10px 0;
	font-size:16px;
	color:#6d6350;
}
div#item h2 em,
div#item h3 em,
div#item h4 em,
div#item h5 em {
	font-size:12px;
	font-style:normal;
}

div#item p {
	text-indent:1em;
	line-height:1.8;
}

div#item .text_noindent {
	text-indent:0;
}
div#item p.first_letter {
	margin-left:1em;
	text-indent: -1em;
}
div#item p.first_letter2 {
	margin-left:2em;
	text-indent: -2em;
}
div#item p.first_letter3 {
	margin-left:3em;
	text-indent: -3em;
}
div#item p.img_l {
	float: left;
	text-indent: 0;
	margin: 0 20px 0 0;
}
div.flt_l {
	float: left;
}
div#item ul {
	padding:0 0 0 20px;
	line-height:1.6;
}
div#item ul.list,
div#item ul.link {
	padding:0;
}
div#item ul.list li {
	background:url(../images/li04.png) no-repeat 0 8px;
	padding:0 0 0 15px;
	list-style-type:none;
	margin-bottom:5px;
}
div#item ul.link li {
	background:url(../images/li03.png) no-repeat 0 8px;
	padding:0 0 0 18px;
	list-style-type:none;
	margin-bottom:5px;
}

div#item ul.link li ul {
	padding:0;
	margin:3px 0 0 0;
}
div#item ul.link li ul li {
	background:url(../images/link_li2.png) no-repeat 0 6px;
	padding:0 0 0 10px;
	list-style-type:none;
	margin-bottom:5px;
}
span.link {
	background:url(../images/link_li.png) no-repeat 0 6px;
	padding:0 0 0 13px;
}

div#item ol {
	padding-left:25px;
	line-height:1.6;
}
div#item ol li {
	margin-bottom:5px;
}



div#item p.img_box {
	text-align:center;
	margin:30px 0;
	text-indent:0;
}
div#item p.img_r {
	float:right;
	margin:0 0 20px 20px;
	text-indent:0;
}
div#item p.img_l {
	float: left;
	margin:5px 15px 0 5px;
	text-indent:0;
}




table.table_basic {
	border-top:1px solid #5d5d5d;
	border-right:1px solid #5d5d5d;
	margin:20px 0;
	width:100%;
}

table caption {
	text-align:left;
	margin-bottom:5px;
}
table.table_basic th {
	background-color:#dbf0fe;
	border-bottom:1px solid #5d5d5d;
	border-left:1px solid #5d5d5d;
	border-right:none;
	padding:10px;
	line-height: 1.8;
}
table.table_basic td {
	border-bottom:1px solid #5d5d5d;
	border-left:1px solid #5d5d5d;
	padding:10px;
	line-height: 1.8;
}
div#item table.table_basic td li {
	margin:0;
}

.table_basic th.bg_gray,
.table_basic td.bg_gray {
	background: #f7dddd;
}
.table_basic th.bg_color,
.table_basic td.bg_color {
	background: #ded6c2;
	border-top:none;
	border-right:none;
}


.table_layout {
	margin: 10px 0;
	border: none !important;
	font-size:13px;
}

.table_layout th {
	padding: 0 0.5em 5px 0 !important;
	background: transparent !important;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	border: none !important;
	text-align:left;
}
.table_layout td {
	padding: 0 0 5px 0 !important;
	border: none !important;
	background:none !important;
}




.bg_color {
	margin: 1em 0 0 0;
	padding: 1em 2em;
	background: #dcf1ff;
}
.outline_border {
	border: 1px solid #CCC;
	margin: 1em 0 0 0;
	padding: 1em 2em;
}


div#item .bg_color p,
div#item .bg_gray p,
div#item .outline_border p,
div#item .bg_color li,
div#item .bg_gray li,
div#item .outline_border li {
	margin-bottom:0;
}
div#item .bg_color h3,
div#item .bg_gray h3,
div#item .outline_border h3 {
	margin:0 0 5px 0;
	padding:0;
	border:none;
	background:none;
}


.up {
	margin-top:1em !important;
}
.up2 {
	margin-top:2em !important;
}
.down {
	margin-bottom:1em;
}
.no_up {
	margin-top:0 !important;
}
.no_down {
	margin-bottom:0 !important;
}

p.page-top {
	text-align: right;
	margin:33px 5px 0 0;
}
	

div#footer {
	padding:7px 0 5px 0;
	background-color: #4da431;
}
div.footer_area {
	width:980px;
	margin:0 auto;
}



p.address {
	color: #FFF;
	font-size: 12px;
}








/* ---------------------------------------------
	pop730
--------------------------------------------- */
div#pop730 {
	width:735px;
	margin:0 auto;
}
div#header.pop730 {
	max-width:735px;
}
div#header.pop730 #logo {
	padding:0;
	margin-bottom:0;
}
div#pop730 div#item,
div#pop730 p.address {
	height:auto;
	width:auto;
	float:none;
}

div#pop730 div#footer {
	width:730px;
	padding-bottom: 10px;
}
div#pop730 p.close {
	text-indent:0;
	text-align:center;
	margin:30px 0 0 0;
	padding: 0 0 17px 0;
}
div#footer.pop730 {
	padding:15px 0;
}
div#footer.pop730 p.address {
	max-width:730px;
}
div.footer_area.pop730 {
    width: 730px;
    margin: 0 auto;
}



/* ---------------------------------------------
	pop980
--------------------------------------------- */
div#pop980 {
	width:985px;
	margin:0 auto;
}
div#header.pop980 {
	max-width:985px;
}
div#header.pop980 #logo {
	padding:0;
	margin-bottom:0;
}
div#pop980 div#item,
div#pop980 p.address {
	height:auto;
	width:auto;
	float:none;
}
div#pop980 .secondbox {
	background: url(../images/bottom_pop980.gif) no-repeat 0 bottom;
}

div#pop980 div#item {
	background: url(../images/item_bg_pop980.gif) repeat-y 0 0;
}

div#pop980 div#item h1 {
	background: url(../images/h1_pop980.gif) no-repeat left bottom;
	
}
div#pop980 div#item h1 span {
	background: url(../images/top_pop980.gif) no-repeat 0 0;
}

div#pop980 div#footer {
	width:980px;
	padding-bottom: 10px;
}
div#pop980 p.close {
	text-indent:0;
	text-align:center;
	margin:30px 0 0 0;
	padding: 0 0 17px 0;
}
div#footer.pop980 {
	padding:15px 0;
}
div#footer.pop980 p.address {
	max-width:980px;
}




/* ---------------------------------------------
	text color
--------------------------------------------- */
.txtColor1 { color: #b20000;}
.txtColor2 { color: #007f4b;}
.txtColor3 { color:#d5b329;}

/* ---------------------------------------------
	inline align
--------------------------------------------- */
.inlineL { text-align: left   !important;}
.inlineC { text-align: center !important;}
.inlineR { text-align: right  !important;}

/* ---------------------------------------------
	font style
--------------------------------------------- */
.fNormal { font-weight: normal;}
.fBold   { font-weight: bold;}
.fItalic { font-style: italic;}

.fSSS { font-size: 70%;}
.fSS  { font-size: 78%;} /* base 12px =  8px */
.fS   { font-size: 85%;} /* base 12px = 10px */
div#item .fM   { font-size: 16px;}
.fL   { font-size: 115%;}/* base 12px = 14px */
.fL2   { font-size: 122%;}/* base 12px = 15px */
.fLL  { font-size: 130%;}/* base 12px = 16px */
.fLLL { font-size: 143%;}/* base 12px = 18px */

sup {
	font-size: 11px;
	vertical-align: top;
	color:#c8161d;
}
sub {
	font-size: 11px;
	vertical-align: baseline;
}


/* ---------------------------------------------
	etc style
--------------------------------------------- */
.ob_center{
	margin:0 auto
}

/* end */

