/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	background-image: url(../img/tpl/back_body.jpg);
	text-align: center;
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
}
th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
	}



.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}






/**レイアウト**/
#bg{
	width:800px;
	text-align:left;
	background-color: #FFF;
	background-image: url(../img/tpl/back1.jpg);
	}
#container{
	margin:0 10px 0 10px;
	}
#head{
	height:70px;
	zoom:100%;
	background-color: #FFF;
	background-image: url(../img/tpl/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	}
#container h1{
	height:20px;
	line-height:16px;
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-indent:10px;
	background-color: #FFF;
	}
#head h2{
	float:left;
	width:520px;
	margin:0px 0 0 10px;
	}
#head h2 a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	text-decoration:none;
	}
#head h2 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
#head div#right{
	float:left;
	width:228px;
	}
#head div#right p{
	color:#FFFFFF;
	margin:4px 20px 8px 20px;
	font-size:12px;
	line-height:16px;
	}

.line01{
	clear:left;
	height:10px;
	font-size:1px;
	background-color: #FFF;
	}
		
#contents{
	clear:left;
	}
#contents div.txt{
	margin:0 20px 0 20px;
	}
#contents div.txt2{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	background-image: url(../img/txt2_back.gif);
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	height: 150px;
	}
#contents div.txt3{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	background-image: url(../img/txt3_back.gif);
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	height: 100px;
	}
#contents div.txt4{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
	letter-spacing: 0.1em;
	padding: 0px;
	}
#contents div.txt5{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	background-image: url(../img/txt7_back.gif);
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	height: 100px;
	}
#contents div.txt10{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 15px;
	letter-spacing: 0.1em;
	padding: 0px;
	background-color: #FFF;
	}

#contents div.txt p{
	line-height:180%;
	margin:0 0 20px 0;
	}	

#g_menu{
	float:left;
	width:163px;
	}
#g_menu ul{
	list-style-type:none;
	margin:0 0 0 0;
	}
#g_menu ul li{
	margin:8px 0 0 0;
	}
#g_menu ul li a{
	background:url(../img/tpl/bg_menu.jpg) no-repeat;
	width:150px;
	height:34px;
	line-height:34px;
	font-size:12px;
	background-color:#ffffff;
	color:#ffffff;
	display:block;
	text-indent:15px;
	text-decoration:none;
	}
#g_menu ul li a:hover{
	background:url(../img/tpl/bg_menu_on.jpg) no-repeat;
	text-decoration:none;
	}
#g_menu2{
	float:left;
	width:150px;
	background-image: url(../img/tpl/bac2.gif);
	background-repeat: no-repeat;
	height: 300px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #F00;
	padding-top: 15px;
	padding-right: 3px;
	}
#g_menu3{
	float:left;
	width:150px;
	background-image: url(../img/bac3.gif);
	background-repeat: no-repeat;
	height: 300px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #F00;
	padding-top: 10px;
	padding-right: 3px;
	margin-top: 10px;
	}
#g_menu3_ul {
	text-align: left;
	color: #03F;
	line-height: 20px;
	font-size: 12px;
	padding-left: 10px;
}
#g_menu4{
	float:left;
	width:163px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

.txt_design1 {
	color: #FFF;
}
.txt_design2 {
	color: #F00;
}
.txt_design3 {
	font-size: 12px;
	color: #006;
	text-align: left;
	margin-top: 15px;
	padding-left: 10px;
	line-height: 16px;
	width: 135px;
}
.txt_design_p {
	padding-top: 6px;
}




#main{
	float:left;
	width:590px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 12px;
	}
#main h2{
	font-size:12px;
	color:#36F;
	font-weight: normal;
	text-indent: 1.5em;
	}
#main h3{
	font-size:12px;
	color:#36F;
	font-weight: normal;
	text-indent: 1.5em;
	}
#main h4{
	font-size:12px;
	color:#36F;
	font-weight: normal;
	text-indent: 1.5em;
	}

#foot_up{
	clear:both;
	height:10px;
	background-color: #FFF;
	}

#foot{
	background:url(../img/tpl/bg_foot.jpg) left top no-repeat;
	color:#333;
	height:40px;
	clear:left;
	text-align:center;
	font-size:10px;
	height:60px;
	line-height:20px;
	}
#foot a{
	color:#333;
	text-decoration:none;
	}
#foot a:hover{
	color:#ffffff;
	}
	
/*トップ*/
#top{}
#top div#news{
	width:580px;
	border: #999999 dotted;
	border-width:1px 0 1px 0;
	padding:0 0 10px 0;
	}
#top div#news p.day{
	color:#666666;
	font-weight:bold;
	font-size:100%;
	background:url(../img/tpl/bg_list02.gif) no-repeat center left;
	text-indent:10px;
	vertical-align:top;
	margin:10px 0 0 0;
	}
.txt_center {
	text-align: center;
}

#top div#news p{
	margin:2px 10px 0 10px;
	}
.txt_head {
	height: 155px;
	width: 575px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(../img/txt5_back.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 20px;
	font-weight: normal;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.txt_head2 {
	height: 110px;
	width: 575px;
	background-image: url(../img/txt6_back_r1_c1.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 20px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.txt_head3 {
	height: auto;
	width: 575px;
	background-image: url(../img/txt6_back_r2_c1.gif);
	background-repeat: repeat-y;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.txt_head4 {
	height: auto;
	width: 575px;
	background-image: url(../img/txt6_back_r2_c1.gif);
	background-repeat: repeat-y;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 20px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.txt_head5{
	height: auto;
	background-image: url(../img/txt8_back.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.txt_head6{
	height: auto;
	background-image: url(../img/txt6_back_r2_c1.gif);
	background-repeat: repeat;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.txt_head7 {
	height: 100px;
	width: 575px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(../img/txt9_back.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 20px;
	font-weight: normal;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.link_box {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: repeat-y;
}
#thanks_box {
}

.title_mail {
	height: 50px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(../img/title2.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

.t1 {
	text-indent: 2em;
	padding-right: 5px;
	line-height: 16px;
}
.thanks1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#thanks_box {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 20px;
}

