@charset "utf-8";


/* サイト全体
------------------------------------- */

html {
	background: #222 url(img/bg_for_html.gif) repeat;
	font-size: 12px;
}

div#wrapper {
	background: #FFF; /*url(img/bg_for_body.gif) repeat-x;*/
}
div#container {
	position: relative;
	width: 838px;
	margin:0 auto;
	/*border-left:#333333 solid 1px;
	border-right:#333333 solid 1px; */
	background: #FFF;/* url(img/bg_for_wrapper.gif) repeat-y;*/
}
/* ヘッダー
------------------------------------- */
div#header {
	width: 100%;
	height: 185px;
	background: url(img/header01.jpg) no-repeat 0px 0px;
}
/* トップメニュー
------------------------------------- */
div#topnavi {
	padding:0;
	font-weight: bold;
	display: block;
	background: url(img/gnavi_bg.gif) repeat-x;
	height: 100%;
}
/* サイドバー
------------------------------------- */
div#sidebar {
	float:left;
	width: 185px;
	padding: 0 0 20px 0;
	margin:12px 8px 0 0;
}

/* コンテンツ
------------------------------------- */
div#main {
	width: 623px;
	float:left;
	margin-left:12px;
	padding:5px;
	min-height:500px;
}

/* フッター
------------------------------------- */
div#footer {
	clear: both;
	width: 100%;
	height: 30px;
	background: #FFF; /*url(img/bg_for_footer.gif) repeat-x;*/
}

