@charset "utf-8";
/* ---------------------------------------------------------------------------------
XHTML CSS Selectors common 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */

/*フォント初期化設定*/
body {
    font-size: 62.5%; /* 全体のフォントサイズを1em=10pxにする */
}

h1,h2,h3,h4,h5,h6,
p,li,dt,dd,th,td,
input,textarea,select,option {
	font-size: 12px; /* フォントサイズを1em=12pxにする */
	font-weight: normal;
}
* {
	 font-family: 'Lucida Grande',Verdana,sans-serif;
}


/*初期設定*/
body,div,pre,p,
form,fieldset,input,textarea,select,option, 
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
table,th,td,embed,object { 
	margin: 0px; 
	padding: 0px; 
}
body {
	color: #333333;
	line-height: 167%;
	background-color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

div.clear {
	clear: both;
}
.clearfix:after {
	content: url(../pc_images/common/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {overflow:hidden;}

div#preloadImage {
	display: none;
	visibility: hidden;
}
.btn {
}


div#top {
	background-image: url(../pc_images/common/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1050px;
	background-color: #FFF;
}
div#wrapper {
	width: 950px;
	padding-right: 50px;
	padding-left: 50px;
	/*background-image: url(../pc_images/common/contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	margin-right: auto;
	margin-left: auto;
}
/*---------------------------------------------------------------------------------
共通ヘッダー
--------------------------------------------------------------------------------- */
div#globalHeaderBlock {
	height: 30px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
div#globalHeaderBlock table {
	width: 937px;
}
div#globalHeaderBlock table th {
	font-size: 10px;
	line-height: 10px;
	color: #E0DDD6;
	font-weight: normal;
	text-align: left;
	width: 600px;
}
div#globalHeaderBlock table td {
	width: 337px;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}
div#globalHeaderBlock table td a {
	color: #000000;
}

/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
div#headerArea {
	width: 950px;
	position: relative;
	min-height: 50px;
}

div#headerArea h1 {
	font-size: 10px;
	line-height: 10px;
	width: 450px;
	position: absolute;
	top: 3px;
	right: 13px;
	/*color: #ABA7A2;*/
	font-weight: normal;
	text-align: right;
}
div#headerArea p#logo {
	width: 500px;
}
div#headerArea p#headerNavi {
	width: 125px;
	position: absolute;
	right: 13px;
	bottom: 7px;
}

/*---------------------------------------------------------------------------------
メイン画像
--------------------------------------------------------------------------------- */
div#mainVisualBlock {
	width: 950px;
	padding-bottom: 7px;
}

/*---------------------------------------------------------------------------------
ナビゲーション
--------------------------------------------------------------------------------- */
div#naviBlock {
	height: 50px;
	width: 920px;
	padding-top: 10px;
	padding-left: 30px;
	background-image: url(../pc_images/navi/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
div#contentsWrapper {
	width: 860px;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
	background-color: #FFFFFF;
}

div#contentsWrapper div#contentsColumn {
	float: right;
	width: 575px;
	padding-bottom: 25px;
	background-color: #FFF;
	/*background-image: url(../pc_images/common/conntents_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid #CCCCCC;
	position: relative;
}
div#contentsWrapper div#contentsColumn:after {
	content: url(../pc_images/common/conntents_bottom.jpg);
	display: block;
	clear: both;
	height: 14;
	position: absolute;
	width: 15px;
	right: -1px;
	bottom: -1px;
}


div#contentsWrapper div#contentsColumn p#breadcrumb {
	padding-bottom: 30px;
	font-size: 10px;
	line-height: 10px;
	padding-right: 7px;
	text-align: right;
}
div#contentsWrapper div#contentsColumn p#breadcrumb2 {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 10px;
	padding-right: 7px;
	text-align: right;
}
div#contentsWrapper div#contentsColumn p#salonTitleName {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 10px;
	padding-right: 7px;
	text-align: right;
	font-weight: bold;
}

div#contentsWrapper div#contentsColumn div#salonLinkBox {
	height: 23px;
	width: 560px;
	padding-bottom: 7px;
	background-image: url(../pc_images/common/navi_salon_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

div#contentsWrapper div#contentsColumn div#contentsArea {
	/*min-height: 1000px;*/
}
div#contentsWrapper div#contentsColumn div#contentsArea p.pagenation {
	font-size: 11px;
	line-height: 11px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #998D80;
	text-align: right;
}
div#contentsWrapper div#contentsColumn div#contentsArea p.pagenation a {}
div#contentsWrapper div#contentsColumn div#contentsArea p.pagenation span {
	font-weight: bold;
}


div#contentsWrapper div#contentsColumn p.goPageTop {
	text-align: right;
	padding-top: 30px;
}


div#contentsWrapper div#sideColumn {
	padding: 10px;
	float: left;
	width: 190px;
	background-image: url(../pc_images/common/side_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 690px;
}

div#contentsWrapper div#sideColumn div#sideSalonSearch {
	height: 98px;
	width: 190px;
	background-image: url(../pc_images/common/side_salon_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#contentsWrapper div#sideColumn div#sideSalonSearch h2 {
	height: 45px;
	width: 190px;
	text-indent: -9999px;
	background-image: none;
}
div#contentsWrapper div#sideColumn div#sideSalonSearch div#selectBox {
	text-align: center;
}

div#contentsWrapper div#sideColumn h2 {
	height: 22px;
	width: 190px;
	text-indent: -9999px;
	font-size: 10px;
	line-height: 10px;
	background-image: url(../pc_images/common/side_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#contentsWrapper div#sideColumn p.banner {
	padding-bottom: 12px;
	background-image: url(../pc_images/common/banner_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#contentsWrapper div#sideColumn p.banner a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

div#contentsWrapper div#sideColumn div#sideNewsBlock {
	height: 87px;
	background-image: url(../pc_images/common/side_blog_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 46px;
	padding-right: 12px;
	padding-left: 12px;
}
div#contentsWrapper div#sideColumn div#sideNewsBlock p.date {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
div#contentsWrapper div#sideColumn div#sideNewsBlock p.title {
	font-size: 12px;
	line-height: 19px;
	height: 54px;
	width: 166px;
	overflow: hidden;
}

/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
div#footerArea {
	padding-top: 10px;
}

div#footerArea p#footerNavi {
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 10px;
	color: #333333;
	text-align: center;
}
div#footerArea p#footerNavi a {
	color: #333333;
	font-size: 10px;
	line-height: 10px;
}

div#footerArea p#copyright {
	height: 22px;
	width: 950px;
	padding-top: 16px;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	background-image: url(../pc_images/common/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



/* Selectbox Styles
=================================*/

a.sctble_display {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #262626;
	text-decoration: none;
	cursor: default;
}

	a.sctble_display span {
	display: block;
	width: 120px;
	cursor: default;
	text-align: left;
	}
	
	a.m_year span,
	a.s_year span { width: 3em }
	a.m_month span,
	a.s_month span,
	a.m_day span,
	a.s_day span { width: 2em }
	a.callback span { width: 9em }

/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {
	border: solid #dfdfdf 1px;
	border-top: none;
	border-left: none;
	background: #eee;
}

	div.sctble_mat dl {
		margin: 0;
		border: solid #999 1px;
		border-top: none;
		border-left: none;
		padding: 1em 1em 0;
	}
	
		div.sctble_mat dl dt {
			float: left;
			margin: 0 0 1em 0 !important;
			border: none !important;
			padding: 0 !important;
			width: 7em;
			color: #333;
			font-weight: bold;
		}
		
		div.sctble_mat dl dd {
			margin: 0 0 1em 7em !important;
			border-left: solid #333 2px !important;
			padding: 0 0 0 1.5em !important;
		}

	div.sctble_mat a {
		padding-right: .7em;
		color: #1972ea;
		font-weight: bold;
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}
	
/* Pulldown Mat (No Optgroups)
=================================*/
	
div.sctble_mat.nooptgroup div.body {
	padding: .5em .6em;
	line-height: 1.9;
}

/* Date (Inline)
=================================*/

div.sctble_mat.sctble.m_year div.body,
div.sctble_mat.sctble.m_month div.body {
}
		
	div.sctble_mat.sctble.m_year a,
	div.sctble_mat.sctble.m_month a {
		padding: .4em;
	}
	
	div.sctble_mat.sctble.m_day a {
		display: inline-block;
		width: 1.5em;
		text-align: center;
	}
		
/* Simple Select Box
=================================*/
	
div.sBox {
	border: solid #dfdfdf 1px;
	border-left: none;
	width: 200px;
	overflow: auto;
	overflow-x: hidden;
	background: #FFF;
}

div.sBox.s_year { width: 6em }
div.sBox.s_month,
div.sBox.s_day { width: 5em }

	div.sctble_mat.sBox div.body {
		border: none;
		padding: 0;
		line-height: 1.5;
	}

	div.sBox a {
		border: solid #dfdfdf 1px;
		border-top: none;
		border-right: none;
		padding: .3em .5em;
		display: block;
		text-decoration: none;
	}
	
	div.sBox a.last-child {
		border-bottom: none;
	}
	
	div.sBox a:hover {
		background: #eee;
	}
	
	div.sBox a.selected {
		background: #eee;
	}
	
	
/* Selectbox Styles
=================================*/

a.sctble_display {
	border: solid #ddd 1px;
}

	a.sctble_display span {
	padding: 0 22px 0 7px;
	height: 22px;
	line-height: 22px;
	background-color: #fff;
	background-image: url(../pc_images/common/icon_select.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	}
	a.sctble_display:hover span { background-position: right -21px }
	a.sctble_focus span { background-position: right -42px !important }
	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {}

	div.sctble_mat dl {}
	
	div.sctble_mat a {
		padding-right: .7em;
		color: #1972ea;
		font-weight: bold;
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}