﻿@charset "utf-8";
/* CSS Document */

#sidebar {
	width:180px;
	height: 1%;
	float:left;
	/*background:#168089;*/
}
#sidebar h2 {
padding:2px;
}
#sidebar h2 img {
vertical-align:bottom;
}

#sidenavi li{
	width:176px;
	height:34px;
	margin:2px;
}

#sidenavi img{
	border:none;
	vertical-align:top;
}

#contents {
	width:640px;
	float:right;
	background:#FFFFFF;
}

#container {
	background:url(../img/container_bg_01.png) repeat-y;
	float:left;/*floatすることで、背景が下まで塗られる*/
}

#ft-mark {
	height:0px;
}

body {
	/*background:url(../img/cnt_body_bg.png) repeat-x top;*/
}
