@charset "UTF-8";
/* CSS Document */



/*基本設定
----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
div#wrapper {
	display: block;
	width: 700px;
	margin: auto;
}
div.clear {
	clear: both;
}
img {
	border: none;
}



/*基本レイアウト
----------------------------------------------------------*/
h1#logo a {
	display: block;
	width: 180px;
	height: 33px;
	margin-top: 36px;
	float: left;
	text-indent: -9999em;
	background: url(../img_common/logo.gif) no-repeat;
	overflow: hidden;
}
div#s_navi_area {
	width: 412px;
	display: block;
	float: right;
	margin-top: 49px;
	margin-bottom: 8px;
}
div#g_navi_area {
	clear: both;
	width: 700px;
	display: block;
	padding-bottom: 1px;
	height: 36px;
}
div#footer {
	display: block;
	margin: 4em 0 1em 0;
	text-align: right;
	font-size: x-small;
	letter-spacing: 0;
}



