@charset"UTF-8";


/*基本設定*/
*{margin:0px;padding:0px;}
a,th,td,p,font,div,h1,h2,h3,h4,h5,h6{
	font-size:14px;
	TEXT-DECORATION:NONE;
	line-height:150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック";
	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:pointer;}


/*テキストクラス集*/
.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;}

/*フォントサイズクラス集*/
.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;}
.padding10{padding:10px;}
.padding_top10{padding-top:10px;}
.padding_left10{padding-left:10px;}
.padding_right10{padding-right:10px;}
.padding_bottom10{padding-bottom:10px;}
.margin_top10{margin-top:10px;}
.fcred{color:red;}

.money{
	font-family:arial black,"ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;color:#333;
	padding-right:5px;
}

/*フッターを下にするCSS*/

html, body {
    height: 100%;
	background-color:#ccebba;
		text-align:center;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%; /* ie用に設定 */
    margin: 0 auto -20px; 
    /* class="footer"と同じ高さ(100px)の負の値を入力 */

	width:900px;
	background-color:white;

}
.wrapper #body{
		text-align:left;
}

.footer,
.push,
#foot {
    height: 20px;
}
#foot{
	font-size:10px;
	background-color:white;
	width:900px;
}
#foot .hr{
	width:780px;
	border-top:1px solid #ffd255;
}
#foot a{
	font-size:10px;
}


/*Lightbox用*/
#outerImageContainer {
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}
#imageDataContainer {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}

p{margin:5px;margin-bottom:30px;}
ul{padding-left:30px; padding-top:5px;}

.padding05{padding:5px;}
.header{
	width:900px;
	height:100px;
}.header h1{
	padding-top:2px;
	padding-left:5px;
	font-size:30px;
	color:green;
	/*color:white;*/
}h2,h3,.menu_btn{
	border-left:18px solid green;
	padding-left:5px;
	font-size:18px;
	color:green;
	font-weight:bold;
	background-color:#ccebba;
	
}#menu{
	margin-left:5px;
	padding-top:10px;
	/*border:1px solid black;*/
	width:185px;
	float:left;
}
.menu_btn{
	margin-bottom:5px;
	
}#main{
	text-align:left;
	padding-top:10px;
	margin-left:5px;
	margin-right:2px;
	/*border:1px solid black;*/
	width:702px;
	float:right;
}
.nform table{
	width:300px;
}
.nform th{
	padding:3px;
	background-color:#92b93f;
	font-weight:bold;
	color:white;
}
.nform td{
	padding:3px;
}

