@charset "Shift_JIS";

/*タイトル*/
#bg_title {
	width: 100%;
	height: 250px;
	background-color: #7F7F7F;
}
#title {
	width: 800px;
	margin: 0px auto; 
}
#title h3 {
	width: 800px;
	height: 250px;
	display: block;
	background-image: url(../images/care_03.jpg);
	background-repeat: no-repeat;
}

/*ラップ01*/
#mainContents .wrap_01 {
	float: left;
	width: 190px;
}

/*ラップ02*/
#mainContents .wrap_02 {
	float: right;
	width: 590px;
}

/*ナビ01*/
#navi_01 {
	margin-bottom: 10px;
}
#navi_01 h4 {
	width: 190px;
	height: 20px;
	margin-bottom: 10px;
	display: block;
	background-image: url(../images/care_06.gif);
	background-repeat: no-repeat;
}
#navi_01 ul {
	margin: 0px;
	padding: 0px;
}
#navi_01 li.img_01 a {
	width: 190px;
	height: 50px;
	margin-bottom: 5px;
	display: block;
	background-image: url(../images/care_11.gif);
	background-repeat: no-repeat;
}
#navi_01 li.img_02 a {
	width: 190px;
	height: 50px;
	margin-bottom: 5px;
	display: block;
	background-image: url(../images/care_18.gif);
	background-repeat: no-repeat;
}
#navi_01 li.img_03 a {
	width: 190px;
	height: 50px;
	margin-bottom: 5px;
	display: block;
	background-image: url(../images/care_20.gif);
	background-repeat: no-repeat;
}
#navi_01 li.img_04 a {
	width: 190px;
	height: 50px;
	margin-bottom: 5px;
	display: block;
	background-image: url(../images/care_22.gif);
	background-repeat: no-repeat;
}
#navi_01 li.img_05 a {
	width: 190px;
	height: 50px;
	display: block;
	background-image: url(../images/care_24.gif);
	background-repeat: no-repeat;
}

/*ナビ02*/
#navi_02 {
	background-color: #FFF7CC;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 9px;
}
#navi_02 h4 {
	width: 170px;
	height: 175px;
	margin-bottom: 10px;
	display: block;
	background-image: url(../images/tatami01_26.gif);
	background-repeat: no-repeat;
}

/*ナビ03*/
#navi_03 h4 a {
	width: 190px;
	height: 270px;
	margin-bottom: 10px;
	display: block;
	background-image: url(../images/deck01_27.gif);
	background-repeat: no-repeat;
}

/*ナビ04*/
#navi_04 h4 a {
	width: 190px;
	height: 270px;
	display: block;
	background-image: url(../images/reform_24.gif);
	background-repeat: no-repeat;
}

/*右側カテゴリ01*/
.category_01 {
	clear: both;
	margin-bottom: 20px;
}
.category_01 dl {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.category_01 dl.img_noramal {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.category_01 dl.img_space {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	margin-right: 22px;
}
.category_01 dt,dd {
	margin: 0px;
	padding: 0px;
}
.category_01 dd.comment_01 {
	height: 100px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFF7CC;
}
.category_01 h5 {
	margin-bottom: 10px;
}

