@charset "Shift_jis";
@import "base.css";

/* ナビゲーションの設定
--------------------------------------------------------------------*/
.home_btn a {
	background: url(../images/home02.gif);
}

/* コンテンツ外枠
--------------------------------------------------------------------*/
#box {
	width: 540px;
	margin: 15px auto;
}

/* サロンのご案内
--------------------------------------------------------------------*/
.infobox {
	text-align: left;
	width: 280px;
	float: left;
	margin-left: 5px;
}
.infobox h2 {
	background: url(../images/salon_info.gif) no-repeat;
	width: 131px;
	height: 36px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.infobox p {
	font-size: 80%;
}

/* 住所の設定
--------------------------------------------------------------------*/
.adress {
	text-align: left;
	width: 210px;
	float: right;
	background: #FFFCDD;
	margin: 15px 5px 0 0;
}
.adress h3 {
	color: #006633;
	margin: 15px 0 5px 15px;
}
.adress h4 {
	color: #A0C415;
	font-size: 80%;
	margin: 0 0 5px 20px;
}
.adress p {
	font-size: 80%;
	text-align: center;
	margin-bottom: 15px;
}
.indent {
	padding-left: 30px;
}

/* Newsの設定
--------------------------------------------------------------------*/
.news {
	width:540px;
	border: 1px dotted #DEDEDE;
	font-size: 70%;
	text-align: left;
	margin: 30px auto;
	padding: 10px 0;
}
.news h2 {
	background: url(../images/news.gif) no-repeat;
	width: 270px;
	height: 36px;
	text-indent: -9999px;
	margin: 5px 10px 10px;
}
.news p {
	margin: 5px 12px;
}
