@charset"UTF-8";


/*基本設定*/
*{margin:0px;padding:0px;}
a,th,td,p,font,div,h1,h2,h3,h4,h5,h6{
	font-size:12px;
	TEXT-DECORATION:NONE;
	line-height:150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック";
	color:#333;
	word-break:break-all;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
strong{
	font-weight:normal;
	display:inline;
}
form{margin:0px;padding:0px;}
a:link{color:#333; text-decoration:none; }
a:visited{color:#333; text-decoration:none; }
a:hover{color:#333; text-decoration:underline; }
a,img{border:0px;margin:0px;padding:0px;height:auto;}
div,img{vertical-align:bottom;}
table {border-collapse: collapse;}
.border{border:1px solid #ccebba;}
.hand{cursor:hand;}


/*テキストクラス集*/
.t_left{text-align:left;}
.t_center{text-align:center;}
.t_right{text-align:right;}
.ime_act{ime-mode:active;}
.ime_dis{ime-mode:disabled;}
.ime_inact{ime-mode:inacitve;}
.alert{color:orangered;font-weight:bold;font-size:small;}
.alert_big{color:darkorange;font-weight:bold;font-size:x-large;}
/*text-indent:14px;*/

/*配置クラス集*/
.float_l{float:left;}
.float_r{float:right;}
.end{clear:both;font-size:1px;height:1px;padding:0px;margin:0px;}
.relative{position:relative;}
.absolute{position:absolute;}
.border_top{border-top:1px solid black;}
.border_left{border-left:1px solid black;}
.border_right{border-right:1px solid black;}
.btm_dot{border-bottom: 1px dotted #cccccc;}

/*フォントサイズクラス集*/
.fsxxs{font-size:xx-small;}
.fsxs{font-size:x-small;}
.fss{font-size:small;}
.fsm{font-size:medium;}
.fsl{font-size:large;}
.fsxl{font-size:x-large;}
.fsxxl{font-size:xx-large;}
.fs08{font-size:8px;}
.fs09{font-size:9px;}
.fs10{font-size:10px;}
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs18{font-size:18px;}
.fs20{font-size:20px;}
.fs25{font-size:25px;}
.fs30{font-size:30px;}
.bold{font-weight:bold;}
/*カラークラス集*/
.bg_gray01{background-color:#e6e6e6;}
.bg_gray02{background-color:#f0f0f0;}
.bg_gray03{background-color:gray;}
.bg_white{background-color:white;}
.padding05{padding:5px;}
.padding10{padding:10px;}
.padding_top10{padding-top:10px;}
.padding_left10{padding-left:10px;}
.padding_right10{padding-right:10px;}
.padding_bottom10{padding-bottom:10px;}
.padding_bottom20{padding-bottom:20px;}
.margin_top10{margin-top:10px;}
.margin_bottom20{margin-bottom:20px;}
.fcred{color:red;}
.fcwhi{color:white;}
.fcg{color:#B4CFA0;}


.money{
	font-family:arial black,"ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;color:#333;
	padding-right:5px;
}

/*フッターを下にするCSS*/

html, body {
    height: 100%;
	background-color:#f3ffe7;
	text-align:center;
    
}

.wrapper {
	min-height: 100%;
    height: auto !important;
    height: 100%; /* ie用に設定 */
    margin: 0 auto -20px; 
    /* class="footer"と同じ高さ(100px)の負の値を入力 */
	border-left:1px solid green;
	border-right:1px solid green;
	
	width:800px;
	/*background-color:white;*/
	background-image:url(./img/page_back.gif);
	background-repeat:repeat-y;

}
.wrapper #body{
	text-align:left;

}

.footer,
.push,
#foot {
    height: 20px;
}
#foot{
	font-size:10px;
	background-color:white;
	width:800px;
	background-color:#79e252;
	color:white;
}
#foot a{
	color:white;
}
#foot .hr{
	width:780px;
	border-top:1px solid #ffd255;
}

/*Lightbox用*/
#outerImageContainer {
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}
#imageDataContainer {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}
h2{
	margin-top:20px;
	padding-left:30px;
	background-image:url('./img/mark3.gif');
	background-repeat:no-repeat;
	background-position:2% 50%;
	height:30px;
	width:584px;
	color:green;
	font-size:18px;
	font-weight:bold;
}.link_cate{
	margin-top:20px;
	padding-left:30px;
	background-image:url('./img/bar_link.gif');
	background-repeat:no-repeat;
	background-position:2% 50%;
	height:30px;
	width:450px;
	color:green;
	font-size:18px;
	font-weight:bold;
}.line{
	background-image:url('./img/border_img.gif');
	background-repeat:repeat-x;
	background-position:0% 100%;
	
}li{
	list-style-image:url('./img/mark4.gif');
	margin-left:15px;
	margin-bottom:0px;
}.h3back{
	background-image:url('./img/mark4.gif');
	background-repeat:repeat-x;
	background-position:50% 50%;
	width:200px;
}h3{
	background-color:white;
	font-size:18px;
	width:90px;
}.s_table{
	width:100%;
}
.s_table th{
	padding:10px;
	background-color:#79e252;
	color:white;
	font-size:15px;
}
.s_table td{
	padding:10px;
	font-size:15px;
}
.ok{
	background-image:url('./img/ok.gif');
	background-repeat:no-repeat;
	background-position:50% 50%;
	height35px;

}
.ng{
	background-image:url('./img/ng.gif');
	background-repeat:no-repeat;
	background-position:50% 50%;
	height35px;

}

.s_table td, .s_table th{
	border:1px solid #c8f2b6;
}
.map h4{
	padding:5px;
	background-color:#79e252;
	color:white;
	font-size:15px;
	width:80px;
	text-align:center;
}
.m_border{
	border:1.5px solid #79e252;
}
.box{
	margin-top:10px;
	margin-left:10px;
	background-image:url('./img/main_barbar.gif');
	background-repeat:no-repeat;
	background-position:95% 100%;
	width:568px;
}.header{
	width:800px;
	height:100px;
	background-image:url('./img/top.jpg');
	position:relative;
}.header h1{
	padding-top:2px;
	padding-left:5px;
}#menu{
	padding-top:10px;
	width:176px;
	float:left;
	text-align:left;
	valign:top;
}
#menu{
	margin-left:2px;
	margin-bottom:5px;
}.menu_btn img{
	margin-bottom:7px;
}.menu_msg_box{
	border:1px solid #79e252;
	background-color:white;
	border-bottom:5px solid #79e252;
	width:148px;
	margin:10px;
}
.menu_msg_box div{
	padding:10px;
	font-size:12px;
}
.menu_msg_box h4{
	color:white;
	font-weight:bold;
	font-size:16px;
	background-color:#79e252;
	font-family: "ＭＳ 明朝";
}
#main{
	text-align:left;
	padding-top:10px;
	margin-left:0px;
	margin-right:0px;
	width:620px;
	float:right;
}
th,td{
	padding:2px;
}
th{
	background-color:#ccebba;
	font-weight:bold;
	text-align:center;
}

