/* フォーマットフレーム */
/* アウトライン */

div#outline {
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


/* コンテンツ */
div#contents {
	width: 760px;
	height: auto;
	margin-left: 10px;
	background-color: #FFFFFF;

}

/* ヘッダーエリア */
div#header {
	width: 760px;
	height: 82px;
	margin-left: 10px;
}


/* ヘッダー内容 */
/* メール */
div.mailto {
	width: 230px;
	height: 18px;
	float: right;
	text-indent: -9999px;
	margin-top: 155px;
}
div.mailto a {
	display: block;
	width: 230px;
	height: 18px;
	font-size: 0px;
	border: 0px solid #FF0000;
	}
	
	
div.mailto {
	width: 230px;
	height: 18px;
	float: right;
	border: 0px solid #FF0000;
	text-indent: -9999px;
	margin-top: 175px;
}

/* 隠しヘッダTXT */
p#seo {
	height: 12px;
	font-size: 11px;
	color: #738697;
	text-align: right;
}
h1 {
	width: 291px;
	height: 69px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	text-indent: -9999px;
}

div#header_menu{
	width: 168px;
	height: 14px;
	padding-top: 10px;
	float: right;

}
	


div#ad {
	width: 760px;
	height: 258px;
	margin-top: 13px;
	margin-left: 10px;
	background-image: url(../img/catch.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	clear: both;
}


.clear {
clear: both;
}




div#title {
	width: 755px;
	height: 19px;
	margin-top: 20px;
	padding: 5px 0 0 4px;
	border: 1px solid #7293ab;
	clear: both;
}


/* フッターエリア */
div#footer-menu {
	width: 740px;
	height: 15px;
	margin:15px;
	text-align: center;
	color: #424952;
	font-size:11px;
	clear: both;
	margin-top: 20px;
}

div#footer {
	width: 760px;
	height: 16px;
	margin:0 auto;
	padding-top: 5px;
	background-color: #eff3f7;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	color: #424952;
	text-align: right;
	font-size:11px;
	clear: both;
}
