@charset "Shift_JIS";
/* ヘアサロン共通CSS */


/* 全体のテキストリンク装飾 */
a:link  , #left #schedule #navi_move {
	color: #FFA307;
	text-decoration: underline;
}
a:visited {
	color: #FFA307;
	text-decoration: underline;
}
a:hover , a:active{
	color: #FF3333;
	text-decoration: none;
}

/* ヘッダー（背景画像読込） */
#header {
	background-image: url(../../hair/images/h1_hair.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* タイトル右下のリンク装飾（縦線） */
#header #headlink li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFA307;
	border-right-color: #FFA307;
	border-bottom-color: #FFA307;
	border-left-color: #FFA307;
}

/* ヘッダー下のイメージ画像（背景に読込） */
#headmain {
	background-image: url(../../hair/images/photo_head01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ヘッダー左下のナビゲーション設定 */
#headnavi .hn_home {
	background-image: url(../../hair/images/hn_hair_home.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_home a:hover , #headnavi .hn_home_here {
	background-image: url(../../hair/images/hn_hair_home_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#headnavi .hn_info {
	background-image: url(../../hair/images/hn_hair_info.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_info a:hover{
	background-image: url(../../hair/images/hn_hair_info_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#headnavi .hn_style {
	background-image: url(../../hair/images/hn_hair_style.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_style a:hover{
	background-image: url(../../hair/images/hn_hair_style_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#headnavi .hn_staff {
	background-image: url(../../hair/images/hn_hair_staff.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_staff a:hover{
	background-image: url(../../hair/images/hn_hair_staff_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#headnavi .hn_article {
	background-image: url(../../hair/images/hn_hair_article.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_article a:hover{
	background-image: url(../../hair/images/hn_hair_article_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#headnavi .hn_reservation {
	background-image: url(../../hair/images/hn_hair_reservation.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#headnavi .hn_reservation a:hover{
	background-image: url(../../hair/images/hn_hair_reservation_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}


/* スケジュール */
#left #schedule {
	background-color: #F7F999;
	background-image: url(../../hair/images/caption_schedule_hair.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#left #schedule .closed {
	background-image: url(../../hair/images/icon_closed_hair.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	display: block;
	text-align: center;
}
#schedule caption {
}


/* メイン部H3装飾設定 */
#main h3 {
	background-image: url(../../hair/images/h3_hair.gif);
	background-repeat: repeat-y;
	background-position: left center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	width: 490px;
}
#content #main .h3news {
	background-image: url(../../hair/images/h3_hair_news.gif);
	background-repeat: repeat-x;
	background-position: left;
	text-indent: 20px;
}

#news .newsparts,
#news #list,
#news .newsdetails {
	background : #ccc;
}




/* フッター部（背景画像読込） */
#footer {
	background-image: url(../../hair/images/bg_hairfutter.gif);
	width: 100%;
	background-color: #FFFFFF;
}

#main {
	background-repeat: no-repeat;
	background-position: right bottom;
}
