@charset "utf-8";
/* CSS Document */

/* ==============================================
 ヘッダー
=============================================== */
.frame_outer {
	background: url(../img/common/bac_body.jpg) repeat-x 0 433px;
}
#header_wrap {
	width: 100%;
	height: 412px;
	background: url(../img/top/header.jpg) no-repeat center top;
}
#header {
    width: 1000px;
	height: 430px;
	background: url(../img/top/img_main.jpg) no-repeat 0 0;
	margin: auto;
}


/* ==============================================
 下層ページ
=============================================== */
#service h2,
#price h2,
#gallery h2,
#event h2,
#privacy h2 {
	visibility: hidden;
	height: 40px;
}


/* 訪問美容とは
------------------------------------------------ */
#service {
	background: url(../img/pages/title_service.gif) no-repeat 0 0;
	margin-bottom: 30px;
}
#service p {
	line-height: 180%;
	margin-bottom: 15px;
}
#service p:first-letter {
	padding-left: 1em;
}
#service p strong {
	color: #C30;
}
#service #riyou {
	background: url(../img/pages/st_riyou.gif) no-repeat 0 0;
	margin-top: 30px;
}
#service #riyou h3 {
	visibility: hidden;
	height: 35px;
}
#service ul {
}
#service li {
	min-height: 21px;
	background: url(../img/pages/check.gif) no-repeat 0 0;
	border-bottom: dashed 1px #CCC;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 45px;
	padding-bottom: 10px;
}
#service li strong {
	color: #F00;
}



/* 料金について
------------------------------------------------ */
#price {
	background: url(../img/pages/title_price.gif) no-repeat 0 0;
	margin-bottom: 30px;
}
#price h3 {
	visibility: hidden;
	height: 80px;
}
#price .price01 {
	background: url(../img/pages/st_price01.gif) no-repeat 0 0;
	margin-bottom: 30px;
}
#price .price02 {
	background: url(../img/pages/st_price02.gif) no-repeat 0 0;
	margin-bottom: 30px;
}
#price dl {
	clear: both;
	overflow: hidden;
	width: 750px;
	background: url(../img/pages/ico_dot.gif) repeat-x 0 3px;
	margin-bottom: 7px;
}
#price dl dt {
	float: left;
	background-color: #FFF;
	padding-right: 10px;
}
#price dl dd {
	float: right;
	background-color: #FFF;
	text-align: right;
	padding-left: 10px;
}
#price dl dd .sale_price {
	font-size: 120%;
}
#price .price01 p {
	color: #333;
	font-size: 90%;
	margin-bottom: 20px;
}
#price strong {
	color: #C30;
}
#price .price01 h4{
	margin-top:10px;
	margin-bottom:10px;
	font-size:110%;
	color:#F60;
}
#price .price01 .pcm {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: bold;
}

/* フォトギャラリー
------------------------------------------------ */
#gallery {
	clear: both;
	overflow: hidden;
	width: 737px;
	background: url(../img/pages/title_gallery.gif) no-repeat 0 0;
	margin-bottom: 30px;
	padding-left: 13px;
}
#gallery p {
	margin-bottom: 15px;
}
#gallery a img {
	float: left;
	width: 220px;
	border: solid 1px #CCC;
	margin-right: 13px;
	margin-bottom: 13px;
	padding: 5px;
}
#gallery a:hover img {
	filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
	border: solid 1px #FF9900;
}


/* イベント
------------------------------------------------ */
#event {
	background: url(../img/pages/title_event.gif) no-repeat 0 0;
	margin-bottom: 30px;
}
#event h3 {
	visibility: hidden;
	height: 35px;
}
#event #event_photo {
	background: url(../img/pages/event_photo.jpg) no-repeat 0 0;
	margin-bottom: 15px;
	padding-top: 165px;
}
#event #event01 {
	background: url(../img/pages/st_event01.gif) no-repeat 0 0;
	margin-bottom: 30px;
}
#event #event01 p {
	margin-left: 30px;
}
#event #event01 p strong {
	color: #C30;
}
#event #event02 {
	min-height: 400px;
	background: url(../img/pages/st_event02.jpg) no-repeat 0 0;
	margin-bottom: 30px;
}
#event #event02 dl {
	clear: both;
	overflow: hidden;
	width: 750px;
	background: url(../img/pages/bac_border.gif) repeat-y 2px 0;
	padding-top: 10px;
}
#event #event02 dl dt {
	float: left;
	clear: left;
	width: 150px;
	background: url(../img/pages/ico_gray.gif) no-repeat 0 0;
	margin-bottom: 20px;
	padding-left: 25px;
}
#event #event02 dl dd {
	margin-left: 150px;
	margin-bottom: 20px;
}
#event #event03 {
	/*background: url(../img/pages/st_event03.gif) no-repeat 0 0;*/
}
#event #event03 ul {
	margin-left: 15px;
}
#event #event03 ul li {
	list-style: outside disc;
	margin-left: 15px;
	margin-bottom: 10px;
}


/* プライバシーポリシー
------------------------------------------------ */
#privacy {
	background: url(../img/pages/title_privacy.gif) no-repeat 0 0;
	margin-bottom: 30px;
}
#privacy h3 {
	font-size: 120%;
	color: #BE4533;
	margin-bottom: 7px;
}
#privacy p {
	margin-bottom: 20px;
}
#privacy #pbox {
	font-size: 110%;
	line-height: 160%;
	text-align: center;
	background: #F4F0EB;
	border: solid 1px #EADCC8;
	padding: 20px 15px 0;
	margin-bottom: 20px;
}