@charset"UTF-8";


/*基本設定*/
*{margin:0px;padding:0px;}

strong{
	/*font-weight:normal;*/
	display:inline;
}
form{margin:0px;padding:0px;}
a:link{color:blue; text-decoration:none; }
a:visited{color:blue; text-decoration:none; }
a:hover{color:blue; text-decoration:underline; }
a{color:blue;}
a,p{outline: none; }
.list a:link{color:#333; text-decoration:none;outline: none; }
.list a:visited{color:#333; text-decoration:none;outline: none; }
.list a:hover{color:#333; text-decoration:none;outline: none; }

a,img{border:0px;margin:0px;padding:0px;height:auto;}
div,img{vertical-align:top;}
table {border-collapse: collapse;}
.border{border:1px solid  #FFD2DC;}
.hand{cursor:pointer;}
li{margin-left:50px;}

/*テキストクラス集*/
.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:11px;}
.alert_big{color:darkorange;font-weight:bold;font-size:x-large;}
/*text-indent:14px;*/

iframe{border:none;display:inline;}

/*配置クラス集*/
.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;}
.bg_pink{background-color:#ffeafc;}
.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;}
.margin05{margin:5px;}
.margin10{margin:10px;}
.margin_right10{margin-right:10px;}
.margin_bottom20{margin-bottom:20px;}
.fcred{color:red;}
.fcg{color:#B4CFA0;}
.fcw{color:#FFFFFF;}


.money{
	font-family:arial black,"ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;color:#333;
	padding-right:5px;
}

.kana{font-size:10px;margin-bottom:3px;}
/*Lightbox用*/
#outerImageContainer {
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}
#imageDataContainer {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}

a,th,td,p,font,div,h1,h2,h3,h4,h5,h6,textarea{
	font-size:normal;
	TEXT-DECORATION:NONE;
	line-height:130%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック";
	color:#333;
	word-break:break-all;
	font-weight:normal;
	padding:0px;
	margin:0px;
	font-size:x-small;
	letter-spacing:0px;
}
p,textarea{
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
	font-size:small;
	line-height:100%;
}
.texts{
	margin:10px;
	letter-spacing:1px;
	line-height:150%;
}


/*フッターを下にするCSS*/
html, body {
    height: 100%;
	background-color:white;
	text-align:center;
	margin:0px;padding:0px;
	background-color:#f0fff0;
}

.wrapper {
	min-height: 100%;
    height: auto !important;
    height: 100%; /* ie用に設定 */
    margin: 0 auto -20px; 
    /* class="footer"と同じ高さ(100px)の負の値を入力 */
	background-color:white;
	width:900px;
	background-color:white;
}
.wrapper #cntn{
	background-repeat:repeat-x;
	position:relative;
	width:900px;

}
.wrapper #body{
	text-align:left;
}

.main{
	border:1px solid #00ad00;
	width:640px;
	float:left;
	text-align:left;
}
.menu{
	width:250px;
	float:right;
	text-align:left;
	border:1px solid #00d70d;
}


.footer,
.push,
#foot {
    height: 20px;
}
#foot{
	background-color:white;
}
#foot,#foot a ,#foot div{
	font-size:10px;
}

h1{
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	cursor:pointer;
	background-image:url(./img/back.gif);
	background-position:0px 20%;
	background-repeat:no-repeat;
	background-color:#00ad00;
	border:1px solid white;
	color:white;
}
h2{
	background-image:url(./img/back.gif);
	background-position:0px 20%;
	background-repeat:no-repeat;
	background-color:#00ad00;
	border:1px solid white;
	color:white;
	padding:2px;
}
