@charset "utf-8";

/* ------------------------------- メニュー ------------------------------- */

#navi ul{
	width: 850px;
	height: 59px;
	display: block;
}

#navi ul li{
	display: block;
	text-indent: -9999em;
	float: left;
}

#navi ul li a{
	height: 59px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

.home{
	width: 170px;
}

.home a{
	width: 170px;
	background-image: url(../img/home_m2.gif);
}

.facial{
	width: 170px;
}

.facial a{
	width: 170px;
	background-image: url(../img/facial_m2.gif);
}

.karada{
	width: 170px;
}

.karada a{
	width: 170px;
	background-image: url(../img/body_m2.gif);
}

.kanpou{
	width: 170px;
}

.kanpou a{
	width: 170px;
	background-image: url(../img/kanpou_m1.gif);
}

.access{
	width: 170px;
}

.access a{
	width: 170px;
	background-image: url(../img/access_m2.gif);
}

#navi ul li a:hover{
	background-position: left bottom;
}

/* ------------------------------- メインエリア ---------------------------- */

#main{
	width: 488px;
	margin-left: 30px;
	float: left;
}

#main h2.common1{
	width: 469px;
	height: 35px;
	margin-top: 10px; 
	background: url(../img/kanpou_img/kanpou_1.gif) no-repeat left top;
	text-indent: -9999em;
}

#main p.common2{
	margin: 20px 0px 30px;
	color: #666666;
}

h2.common3{
	width: 469px;
	height: 35px;
	margin-top: 10px; 
	background: url(../img/kanpou_img/kanpou_2.gif) no-repeat left top;
	text-indent: -9999em;
}

#side{
	width: 310px;
	float: right;
}

p.common4{
	margin: 10px 30px 0 0;
}

h2.common5{
	width: 469px;
	height: 35px;
	margin-top: 10px; 
	background: url(../img/kanpou_img/kanpou_3.gif) no-repeat left top;
	text-indent: -9999em;
}

p.common5{
	width: 339px;
	margin-left: 10px;
	float: right;
}

#column{
	width: 828px;
	margin: 0px 0px 10px 30px;
	clear: both;
}

p.common6{
	width: 798px;
	margin: 20px 30px 5px 0px;
	color: #666666;
}

p.common7{
	width: 815px;
	margin: 0px 30px 0px 0px;
}
span.common8{
	color: #996666;
}

p.common9{
	float: right;
}


/* ------------------------------- IE6対策 ------------------------------- */

*html #main{
	margin-left: 15px;
}

