@charset "Shift_JIS";
/* ネイルサロン予約情報ページ用CSS */

@import url("nail.css");

/* タイトル下メイン画像読込 */
#header #headmain {
	background-image: url(../../nail/reservation/images/photo_head01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* タイトル下ナビゲーションの補正 */
#header #headnavi .hn_reservation {
	background-image: url(../../nail/images/hn_nail_reservation_hover.gif);
}


/* 予約情報ログインボタン装飾の指定 */
#main #login #form .login_hair {
	background-image: url(../../nail/reservation/images/login_nail.gif.gif);
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 71px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* 予約情報カレンダーの色指定 */
#main #calendar th {
	background-color: #FF6600;
}
#main #calendar h4 {
	color: #F75084;
}
#main #calendar #move , #main #calendar #move a:link , #main #calendar #move a:visited {
	color: #FF6699;
	text-decoration: none;
}
#main #calendar #move a:hover {
	color: #FF9900;
	text-decoration: none;
}

