/* 背景 */
body {
	background:url(img/backimg.gif);
	background-color: #D7FCFF;
	margin:0;
	padding:0;
	text-align:center;
}
/* リンク */
a{
	color: #009;
	text-decoration: underline;
}
a:visited {
	color: #09F;
}
a:hover {
	color:#999999;
}
/*  見出し */
h3 {
	font-size: 90%;
	font-weight:normal;
	color: #333;
	text-align: left;
	letter-spacing:0.9px;
	margin:10px 20px 20px 10px;
	font-style: normal;
	line-height: 120%;
}
}
/* 文字 */

/* 線 */ 
.line {
	border: 1px solid #0E65A2;
}

/* ボックス */
br { 
	clear:both}
.box1{
	padding: 0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}

/* ヘッダー */ 

/* フッター */ 
.foot1 {
	font-size: 75%;
	font-weight: bold;
	line-height: 100%;
	color: #333333;
	text-align: center;
	border-top:1px #0E65A2 solid;
	padding: 10px;
	margin:0 10px;
	background-color: #ffffff;
}