@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

body{
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #99CDFF;
}

img{
	border: 0px;
}


/************************************************************************************
* Link Color 
************************************************************************************/
a:link {
	color: #009966; /*未訪問*/
}

a:visited {
	color: #66cc33; /*訪問済み*/
}

a:hover {
	color: #009966; /*カーソルオン時*/
}

a:active {
	color: #009966; /*リンクをクリックしている状態*/
}


/************************************************************************************
* header
************************************************************************************/
#header{
	padding: 10px 0 6px 11px;
	background: #99CDFF;
	border-bottom: 1px #5C90FD solid;

}


/************************************************************************************
* footer
************************************************************************************/
#footer{
	padding: 14px 0 11px 0;
	text-align: center;
	background: #99CDFF;
	border-top: 1px #5C90FD solid;
}


/************************************************************************************
* container
************************************************************************************/
#container{
	text-align: center;
  background: url(../images/bg.jpg) repeat left top;
}


/************************************************************************************
* contents
************************************************************************************/
#contents{
	width: 800px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: #ffffff;
	text-align: left;
}


/************************************************************************************
* form-area
************************************************************************************/
#form-area-bgm{
	margin-left: 40px;
	width: 720px;
	background: url(../images/form_bgm.jpg) repeat-y left top;
}
#form-area-bgb{
	width: 720px;
	background: url(../images/form_bgt.jpg) no-repeat left top;

}
#form-area-bgt{
	width: 720px;
	padding: 5px 0;
	background: url(../images/form_bgb.jpg) no-repeat left bottom;
}

#form-area{
	width: 700px;
	margin: 0 10px;
}


/************************************************************************************
* thankx
************************************************************************************/
#thankx-bg{
	background: url(../images/thankx_bg.jpg) no-repeat left bottom;
}

#thankx{
	width: 800px;
	padding: 0 0 450px 0;
}

#thankx p{
	width: 235px;
	padding: 5px 0;
	font-size: 16px;
	text-align: center;
}

#thankx p a{
	font-size: 16px;
	margin-left: 140px;
}



/************************************************************************************
* form
************************************************************************************/
#from-table{
	border-spacing: 5px;
	margin: 10px 0 10px 110px;
}

#from-table th,
#from-table td{
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
	vertical-align: middle;
	text-align: left;
}

#from-table th{
	width: 200px;
	font-weight: normal;
	background: #99ccff;
}

#from-table td{
	width: 235px;
}

#from-table input.btn{
	margin: 0 3px;
}

#from-table option{
	padding: 2px 0;
}

#from-table th.tb-left{
	width: 200px;
}

#from-table td.tb-left{
	width: 90px;
}

#from-table th.tb-right{
	width: 40px;
}

#from-table td.tb-right{
	width: 85px;
}

#from-table td#submit-btn{
	text-align: center;
	width: 460px;
}
