@charset "utf-8";

/*-----------------------------------
	基本設定
-----------------------------------*/
@import url("reset.css");

body {
	color: #333333;
	background: #FFF url(../img/body_bg.png) repeat-x center 0px;
	font: 14px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a:link, a:visited, a:active {
	color: #D53540;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	transition:0.3s opacity ease-in-out;
	-webkit-transition:0.3s opacity ease-in-out;
	-moz-transition:0.3s opacity ease-in-out;
	filter: Alpha(Opacity=1000);
	-moz-opacity:1;
	opacity:1;
}


a:hover img {
	transition:0.3s opacity ease-in-out;
	-webkit-transition:0.3s opacity ease-in-out;
	-moz-transition:0.3s opacity ease-in-out;
	filter: Alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

header {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	height: 110px;
	padding: 0px;
}
#coupon {
	height: 40px;
	width: 180px;
	float: right;
	margin-bottom: 10px;
}


#ch_banner {
	float: right;
	margin: 0;
}

#ch_banner li {
	float: left;
	padding: 0 8px 0 4px;
	list-style-type:none;

}


#coupon li {
	height: 40px;
	width: 180px;
	float: right;
	margin-bottom: 10px;
}


#logo {
	width:330px;
	height:90px;
	float:left;
	margin: 10px 0 0 6px;
}
nav {
	width: 610px;
	height:45px;
	float: right;
	margin: 8px -6px 0 0;
}
nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

nav li  {
	float:left;
}
nav li a  {
	width:122px;
	height:45px;
	display:block;
	text-indent:-9999px;
}

nav .nav01 {
	background:url(../img/nav01.png) no-repeat 0px 0px;
}

nav .nav02 {
	background:url(../img/nav02.png) no-repeat 0px 0px;
}

nav .nav03 {
	background:url(../img/nav03.png) no-repeat 0px 0px;
}

nav .nav04 {
	background:url(../img/nav04.png) no-repeat 0px 0px;
}

nav .nav05 {
	background:url(../img/nav05.png) no-repeat 0px 0px;
}

nav a:hover{
	background-position: 0px bottom;
}

#wraper {
	width: 100%;
	background: #FEF5D9 url(../img/bg_wrapper.png);
}

#main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.link {
	width: 650px;
	height: 20px;
	padding-top: 70px;
	padding-bottom: 20px;
}

/*-----------------------------------
	service.html
-----------------------------------*/
.gotop {
	float: right;
	margin-top: 20px;
	clear: both;
}


/*-----------------------------------
	フッター内
-----------------------------------*/

footer {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../img/bg_footer.png) repeat-x center;
	height: 240px;
}
.footer {
	width: 960px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.footer h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}



address {
	line-height: 120%;
	width: 830px;
}
.ichinomiya {
	width: 340px;
	float: left;
}
.inazawa {
	width: 340px;
	float: right;
}
.copyright {
	font-style: normal;
	clear: both;
	text-align: center;
	color: #FFF;
	margin-top: 25px;
}

hr {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	color: #F00;
}

.right {
	text-align:right;
}

.center {
	text-align: center;
}

.float_r {
	float: right;
}

.float_l {
	float: left;
}

.img_r {
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;
}

.img_l {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.icon_link {
	vertical-align:top;

}

.icon_h {
	vertical-align: middle;

	padding: 0 5px 0 0;
}

.txt_right{
	text-align:right;

}

.txt_center{
	text-align:center;

}.sc_h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #930;
	background: #FFD2FF;
	margin-bottom: 10px;
}

ul.list01 {
	padding:0;
	margin:0 0 0 20px;
}

ul.list01 li {
	background: url(../img/salon/icon_li_01.png) no-repeat 0 4px;
	list-style-type:none;
	line-height: 1.5;
	padding: 0 0 0 17px;

}
.mediatitle {
	font-size: 16px;
	font-weight: bold;
	color: #F99F96;
	text-align: center;
	padding: 10px;
}
.point {
	font-size: 110%;
	color: #EE6E64;
	font-weight: bold;
}
