@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; /*未訪問*/
	text-decoration: none;
}

a:visited {
	color: #66cc33; /*訪問済み*/
	text-decoration: none;
}

a:hover {
	color: #009966; /*カーソルオン時*/
	text-decoration: underline;
}

a:active {
	color: #009966; /*リンクをクリックしている状態*/
	text-decoration: underline;
}


/************************************************************************************
* 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;
	margin-top: 10px;
	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: 660px;
	margin: 20px 30px;
}

#oubo{
	width: 720px;
	margin: 10px 40px;
}

p.text{
	font-size: 16px;
	line-height: 150%;
}


/************************************************************************************
* 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;
}


/************************************************************************************
* form
************************************************************************************/

#banner-area{
	width: 660px;
	margin: 20px 30px;
}

#banner-title{
	font-size: 20px;
	color: #ee3f8c;
	text-align: center;
	margin-bottom: 25px;
}

#banner-area p,
#banner-area div{
	font-size: 16px;
	margin-bottom: 1em;
}

#banner-area div input{
	width: 450px;
	padding: 3px;
	margin: 3px;
}

#banner-area h3{
	text-align: center;
	margin-bottom: 10px;
}

#banner-area p{
	float: left;
	margin-right: 15px;
}
