/*
new design @ w.tone in 2007 
only beauty-box.jp/index.html
*/


/* ----- base for sidebar ------------------------- */
html{
	height:100%;
}
body {
	text-align:left;
	height: 100%;
}

/* ----- header ------------------------- */
#wt_header{
	text-align:left;
	background-image: url(../img/header/bg_200.gif);
	background-repeat: repeat-y;
	background-position:bottom;
}
/* ----- navigation ------------------------- */
#wt_navi{
	background-image: url(../img/navi/bg.gif);
	background-repeat: repeat-x;
}
/* ----- footer ------------------------- */
#wt_footer{
	margin:0 auto;
	font-size:11px;
	color:#fff;
}
#wt_footer a{color:#FFF;}
#wt_footer a:hover{color:#CFF;}

/* ----- copyright ------------------------- */
#wt_copy{
	font-size:11px;
	color:#fff;
	text-align:right;
}

/* ----- text (fixed for win) ------------------------- */
.p10{font-size:11px;}
.p12{font-size:12px;}
.p14{font-size:14px;}
.c_both{clear:both;}

/* ----- right banner ------------------------- */
.banner_txt{
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
	text-align:left;
}
.banner_salon{
	font-size:11px;
	text-align:right;
}

/* ----- contents ------------------------- */
.contents_text{
	text-align:left;
	font-size:11px;
	line-height:20px;
	color:#666666;
}

a{
	text-decoration:none;
	color:#334477;
}
a:hover{text-decoration:underline;color:#773344;}
