/* CSS Document */
/* おまじない */
*{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}

.kill{
	display:none;
}

/* body設定 */
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','sans-serif';
	font-size:12px;
	color:#000000;
	background:#ecf828;
	text-align:center;
}

/* inner設定 */
#inner{
	width:1000px;
	margin:0px auto;
	text-align:left;
}

/* w_box(白部分）設定 */
#w_box{
	width:950px;
	margin:0px 0px 0px 20px;
	background:#FFFFFF repeat-y;
}

/* w_boxの左側設定 */
#left_box{
	width:525px;
	height:736px;
	float:left;
	background:#FFFFFF repeat-y;
	margin:0px 0px 0px 0px;
}


#left_box table{
/* 	width:455px; */
	margin:20px 5px 15px 45px;
}

.td{
	width:210px;
	height:23px;
	margin:0px 5px 0px 0px;
}


#left_box dt{
	margin:0px 0px 0px 45px;
}


.textarea{
	width:450px; 
	height:185px;
	margin:5px 5px 10px 45px;
}

.c_text{
	color:#313131;
	font-size:10px;
}

/*
.botton{
	float:left;
	margin:10px 5px 17px 192px;
}
*/

.info{
	width:453px;
	margin:20px 5px 0px 45px;
}

#left_box p{
}

.text{
	text-align:left;
	margin:25px 5px 13px 45px;
/*	padding:10px 0px 0px 0px; */
	line-height:20px;
	letter-spacing:2px;
}

/* w_boxの右側設定 */
#right_box{
	width:425px;
	height:736px;
	float:left;
	background:#FFFFFF repeat-y;
}

.r_text{
	width:420px;
	margin:5px 0px 20px 5px;
	line-height:20px;
	letter-spacing:2px;
}

/* footer設定 */
#footer{
	margin:0px 0px 50px 0px;
}

/* thanks.html設定 */


.thanks{
	text-align:center;
	font-size:20px;
	color:#CC0066;
	font-weight:400;
}

.link{
	text-align:center;
	margin:20px 0px 0px 0px;
	height:40px;
	display:block;
}

