@charset "shift_jis";

/* ------------------------------------------------
 * ファイル名：style.css
 * 内容      ：基本カラム設定
 * 作成日    ：08/06/06 e.adachi
 * 対象範囲  ：すべて
 * ------------------------------------------------ */
 
body {
	text-align: center;
}
div#page {
	margin: 0 auto;
	width: 780px;
}
h1 { /* タグライン */
	width: 772px;
	height: 25px;
	padding-left: 8px;
	line-height: 25px;
	text-align: left;
	font-size: 10px;
}
	.syuppantop {/* タグライン内テキストリンク */
		position: absolute; top: 6px; right: 110px;
		font-size: 14px;
	}
	.mapplelogo_mini {/* タグライン内マップルロゴ */
		position: absolute; top: 0px; right: 5px;
	}
div#head {
	width: 100%;
	height: 100px;
}
div#wrap {
}
div#main {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding: 20px 0 30px 0;
}
div#foot {
	max-width: 100%;
	margin-top: 20px;
	padding: 15px;
	text-align: left;
	zoom: 100%; /*IE6*/
	overflow: auto; /*IE7 and Firefox*/
}
	/*\*/
	* html div#foot {
		overflow: visible;
	}
	/**/
}
	div#foot p {
		width: 70%;
		float: left;
	}
	div#foot address {
		width: 70%;
		float: left;
		margin-top: 15px;
	}
	div#foot img {
		float: right;
	}