﻿@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_m1.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_m2.gif);
}

.access{
	width: 170px;
}

.access a{
	width: 170px;
	background-image: url(../img/access_m2.gif);
}

#navi ul li a:hover{
	background-position: left bottom;
}

/* ------------------------------- メインエリア ---------------------------- */

#link{
	width: 476px;
	margin-left: 10px;
	float: left;
}

#link{
	width: 476px;
	padding: 0px 10px 10px 10px;
}

#link h2.link1{
	margin-top: 10px;
	padding: 10px 10px 30px 15px;
	font-size: 16px;
	color: #996666;
	background: url(../img/link_img/link_1.gif) no-repeat left top;
	text-indent: -9999em;
}

#banner{
	width: 470px;
}

.link2{
	width: 160px;
	margin: 0 0 30px 10px;
	clear: both;
	float: left;
}

.link3{
	width: 290px;
	margin: 0 0 0 10px;
	color: #990000;
	float: left;
}

.link4{
	width: 290px;
	margin-left: 10px;
	float: left;
}

/* ------------------------------- floatが　netscape7 ---------------------------- */

#side{
	width: 318px;
	margin: 10px 0 10px 0px;
	float: right;
}

/* ------------------------------- floatが　netscape7 ---------------------------- */

#qr{
	width: 280px;
	height: 169px;
	margin: 10px 0 0 2px;
	background: url(../img/qr1.gif) no-repeat left top;
}

#qr img{
	width: 106px;
	height: 106px;
	margin: 0px 5px 0 5px;
}

#qr p{
	width: 110px;
	margin: 58px 5px 0 15px;
	font-size: 14px;
	float: left;
}

/* ------------------------------- IE7対策 ------------------------------- */

*+html #banner{
	margin-bottom: 10px;
}

*+html .link2{
	margin: 0;
}

/* ------------------------------- IE6対策 ------------------------------- */

*html #banner{
	margin-bottom: 20px;
}

*html .link2{
	margin: 0;
}

*html #qr{
	margin: 20px 0 0 18px;
}

*html #qr p{
	width: 110px;
	margin: 58px 5px 0 10px;
	float: left;
}

