@charset "utf-8";
/*****************************************
*     CSS Document for beauty parlor     *
*     filename: menu.css                 *
*****************************************/

#menutop {
	width:616px;
	height:15px;
	margin:5px auto 0 auto!important;
	margin:5px auto -4px auto;
	background:url(../img/menu_top.gif) no-repeat;
}
#menu {
	width:616px;
	margin:0 auto;
	background:#FFFFf6 url(../img/menu_bg.gif) top center repeat-y;
}
#menubtm a {
	display:block;
	width:616px;
	height:66px;
	margin:0 auto 0 auto;
	background:url(../img/menu_btm.gif) no-repeat;
}
#menu h2 {
	width:596px;
	margin:0 auto;
	font:24px/48px "MS Gothic";
	color:#000;
	text-align:center;
	background-color:#3cc;
}
#menu h2 span { font-family:"Times Sans Serif", Arial; margin-left:16px;}

#menu dl {
	width:80%;
	margin:0 auto;
	font:12px/22px "MS Gothic";
	color:#f05;
}
#menu dt {
	font-weight:bold;
	font-size:14px;
	margin-top:24px;
}
#menu dt span {
	font-family:"Times New Roman", Times, serif;
	margin-right:6px;
}
#menu dd { margin-left:20px;}
#menu dd span {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-top:-22px;
	float:right;
}
#menu dt.special {
	font:italic 24px/30px Arial;
	margin-bottom:-16px;
	border-bottom:1px solid #FC6AA0;
}

#menu #note {
	width:80%;
	margin:20px auto 0 auto;
}
#menu p {
	font:12px/16px "MS Gothic";
	color:#222;
}
#menu a { float:right; border:1px solid #fff;}
#menu a:hover { border:1px dashed #3cc;}
#menu #note img {
	margin:2px;
}
