body{
	margin: 0;
	padding: 0;
	background-color: #CCFFFF;
	}

a{
	text-decoration: none;
	}

/*全体*/
#container{
	width: 1000px;
	margin: auto;
	background-color: #FFFFFF;
	}
	
/*ヘッダー*/
#header{
	width: 1000px;
	}
	
#header table{
	border-bottom: solid #996633 5px;
	}
	
td{
	text-align: center;
	vertical-align: bottom;
	}
	
#koe{
	padding-left: 50px;
	}

#koe a{
   /* ▼表示形態 */
   display: block;
   
   /* ▼サイズ */
   width: 70%;
   
   /* ▼余白 */
   padding: 0.4em 0px;
   
   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   
   /* ▼角丸 */
   -webkit-border-radius: 7px; /* Chrome,Safari */
   -moz-border-radius: 7px;    /* Firefox */
   border-radius: 7px;         /* CSS3 */
   
   /* ▼文字装飾 */
   text-decoration: none;
   
   /* ▼文字位置 */
   text-align: center;
   
   /* ▼背景 */
   background-color: #00CC33;
	}

#koe a:link{
	color: #FFFFFF;
	}
#koe a:visited{
	color: #FFFFFF;
	}
#koe a:activ{
	color: #FFFFFF;
	}
#koe a:hover { 
	color: #000033;
	}

		
	
/*内容*/														
	

#contents2{
	width: 1000px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #FFFFCC;
	}

#sitami2{
	width: 70%;
	margin: auto;
	padding-bottom: 20px;
	text-align: center;
	background-color: ;
	font-size: 15px;
	}
	
.title{
	padding: 3px 0;
	background-color: #6699FF;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	}

#form_in{
	width: 90%;
	margin: auto;
	text-align: left;
	font-size: 16px;
	background-color: ;
	}


.textemail{
	width: 250px;
	ime-mode: inactive;
	}

.text2{
	width: 250px;
	ime-mode:active;
	}

span.small{
	font-size: 12px;
	}
	
	
.textsyokai{
	width: 250px;
	ime-mode:active;
	}
	
	


#tyumon input {
   /* ▼表示形態 */
   display: block;
   /* ▼サイズ */
   width: 80%;
   /* ▼余白 */
   padding: 0.4em 0px;
   margin: 0.5em auto;
   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   /* ▼角丸 */
   -webkit-border-radius: 7px; /* Chrome,Safari */
   -moz-border-radius: 7px;    /* Firefox */
   border-radius: 7px;         /* CSS3 */
   /* ▼文字装飾 */
   text-decoration: none;
   /* ▼文字位置 */
   text-align: center;
   /* ▼背景 */
   font-size: 16px;
   font-weight: bold;
   background-color: #000033;
   color: #FFFFFF;
	}

/* ラジオボタン用  20140221追加 */
input.radio {
	display:inline-block; 
	width:40px;  
	height:30px;  
	vertical-align:top;
	}
	
label.radiolabel {
	display:inline-block; 
	width:100%; 
	height:35px; 
	line-height:35px; 
	background:#EEF; 
	border:1px solid #CCC;
	}

#tyumon{
	margin-top: 20px;
	margin-bottom: 15px;
	}	





/* ページのトップへ */	
#pagetop{
	text-align: right;
	padding-right: 30px;
	font-weight: bold;
	}
	
#pagetop a:link{
	color: #000066;
	}
#pagetop a:visited{
	color: #000066;
	}
#pagetop a:activ{
	color: #000066;
	}
#pagetop a:hover { 
	color: #FF6600;
	}



/*閉じる*/	
input.tojiru{
   /* ▼表示形態 */
   display: block;
   
   /* ▼サイズ */
   width: 60%;
   
   /* ▼余白 */
   padding: 0.4em 0px;
   margin: 0.7em auto;
   
   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   
   /* ▼角丸 */
   -webkit-border-radius: 7px; /* Chrome,Safari */
   -moz-border-radius: 7px;    /* Firefox */
   border-radius: 7px;         /* CSS3 */
   
   /* ▼文字装飾 */
   text-decoration: none;
   font-weight: bold;
   
   /* ▼文字位置 */
   text-align: center;
   
   /* ▼背景 */
   background-color: #669900;
   color: #FFFFFF;
   font-size: 16px;
	}

input.tojiru:hover{ 
    background-color: #669900;
	color: #000033;
	}

	

/*フッター*/		
h5{
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	}
		
span.hurisode{
	font-size: 14px;
	}
	
h1{
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0;
	font-size: 16px;
	}
	