@charset "UTF-8";

body {
	font-weight: normal;
	font-size: 16px;
	/**/
	
	background:#d5f5fc url() left top repeat-y;
	text-align: center;
	margin: 20px;
	line-height: 1.2em; 
	
}

.news h1 {　　
	background:#fff;
	margin: 10px 0 10px 0;
	padding: 5px 0  10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align:center;
 /*	border-top: ridge 5px #666;
	border-bottom: ridge 5px #666;項目の下飾りライン */
}


.news h3 {
	background:url()  repeat-x;
	margin: 10px 0 10px 0;
	padding: 5px 0  10px;
	font-size: 1.7em;
	font-weight: bold;
	color: #000;
	text-align:center;
	line-height: 30px
	
}


.news p {
	color: #000;
	text-align: center;
	line-height:20px; 
	font-size: 1.2em;
	text-align:center;
	
}




/* footer */
.footer p {
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height:18px; 
	font-size: 0.9em
			
	}


img {
    border-style:none;
}


div#mf_header {
	width: 680px;
	text-align: center;
	border-bottom: solid 1px #999999;
	　
}

div#mf_wrapper {
	width: 680px;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
	background:#d0f0ff;
	margin-bottom: 10px ;
	border:solid 2px #999999;
	padding: 0px 10px 10px 10px;
	
	}

div#mf_header h1 {
	margin: 0px -10px -10px -10px;
	padding: 0px 0px 0px 0px;

}

div#mf_header h2 {
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	margin: 5px;
	padding: 0px;
	
	}

div#mf_header h3 {
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	margin: 10px;
	padding: 5px;
	margin-bottom: 0px ;
}


form#mailform {
	padding: 5px;
	
	

}

table.mailform {
	width: 100%;
	
}


input[type=text]{
    height: 18px;
	padding: 1px 1px;
	margin: 5px 0px 10px 5px;

 
 }
 
 p{
   margin: 0px 0px 0px 10px;
 }

table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
	
}
table.mailform tr th {
	width: 150px;
	
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 12px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}


