@charset "UTF-8";


/*=========================
基本スタイル
=========================*/

body {
	text-align:center;
	color:#333;
	font-family:'Hiragino Kaku Gothic Pro','MS PGothic',sans-serif;
}

a:link { color:#06c; }
a:visited { color:#73c; }
a:hover { color:#c34; }
a:active { color:#f00; }

#wrap {
	width:850px;
	margin:0 auto;
	text-align:left;
}

/*=== コンテンツエリア ===*/
#contarea {
	width:610px;
	float:right;
}

/*=== ナビエリア ===*/
#naviarea {
	width:220px;
	float:left;
}
#naviarea ul {
	margin-bottom:5px;
}
#naviarea ul li {
	float:left;
	width:220px;
	font-size:0;
	line-height:0;
}
#naviarea ul li.lastChild {
}
#naviarea ul li span {
	/*display:inline-block;*/
	position: absolute;
	top:-99999px;
	left:-99999px;
}

/*=== フッタ ===*/
#footer {
	padding:10px 0;
	text-align:center;
	font-size:0.81em;
	line-height:1.4;
}

