@charset "UTF-8";

///////////////////
//   BERRY-css	 //
///////////////////


/*--------------------------------------------------
	ブラウザの初期化
--------------------------------------------------*/
focus {
	outline: 0;
}

* {
	margin: 0;
	padding: 0;
	font-family:
		Arial,
		"ヒラギノ角ゴ Pro W3",
		"Osaka",
		"ＭＳ Ｐゴシック",
		san-serif;
	font-style: normal;
	color: 4d4d4d;
	line-height: 1em;
}


/* remember to define focus styles */
ol, ul,li {
	clear: both;
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	line-height: 1.3em;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*--------------------------------------------------
	基本
--------------------------------------------------*/
/* リンクテキスト */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #888888;
	text-decoration: underline;
}
a:hover,a:focus,a:active {
	color: #FF9900;
	text-decoration: underline;
}

/* 画像 */
img{
	border: 0;
}

/*--------------------------------------------------
	カラー
--------------------------------------------------*/
.red {
	color: #BF5E5E;
}
.blue {
	color: #003399;
}

/*--------------------------------------------------
	文書本体
--------------------------------------------------*/
/* 文書内容 */
body{
	background: /* ページ全体の背景 */
		url(../images/bg_body.gif)
		repeat-y
		center
		top;
	color: #4d4d4d;
	font-size: 12px;
}

/* 全体のコンテナ */
#container {
	width: 760px;
	margin: 0 auto; /* 上下：0・左右：中央 */
	background-color: #ffffff;
	line-height: 1.5;
}

/* ヘッダー */
#container #header{ /* ヘッダー全体 */
	width: 760px; /* ヘッダーの幅 */
	height: 120px; /* ヘッダーの高さ */
	background: /* ヘッダーの背景 */
		url(../images/bg_header.jpg)
		no-repeat;
	color: #666666;
	font-size: 13px;
	line-height: 1.4;
}
#header #header-inner { /* ヘッダー内 */
	margin-left: 20px;
}
#header #logo { /* ロゴ（サイト名） */
	width: 200px; /* ロゴの幅 */
	height: 65px; /* ロゴの高さ */
	overflow: hidden;
}
#header #header2-nav {
	margin-top: 10px;
}

/*--------------------------------------------------
	文書本体【ナビゲーション】
--------------------------------------------------*/

/* グローバルナビゲーション */
#content-upper #global-nav{
	width: 760px;
	height: 25px;
	margin-bottom: 10px;
	padding: 0;
	background:
		#860223
		url(../images/bg_nav.gif)
		repeat-x
		left
		top;
	font-size: 13px;
}
#global-nav h2{
	height: 0;
	overflow: hidden;
}
#global-nav ul {
	padding-top: 4px;
}
#global-nav ul li {
	display: inline;
	margin-left: 10px;
	color: #ffffff;
}
#global-nav ul li a:link, #global-nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
#global-nav ul li a:hover, #global-nav ul li a:focus, #global-nav ul li a:active {
	color: #e6ccd2;
	text-decoration: none;
}
#global-nav ul li span {
	color: #ffffff;
	font-size: 75%;
}


/*--------------------------------------------------
	文書本体【メイン】
--------------------------------------------------*/
/* メイン */
#container #content-main{
	float: left;
	width: 500px;
	color: #666666;
}

#content-main2{
	margin: 0 0 30px 5px;
}

#content-main p { 
	position:relative; top:2px; left:0;
	z-index:-1;
	overflow: hidden;
	margin-bottom: 20px;
}

/*--------------------------------------------------
	文書本体【サイド】
--------------------------------------------------*/
/* サイド */
#content-side{
	float: right;
}

#content-side-inner{
	margin: 0 10px 30px 0;
}

/* サイド（キャンペーン） */
#campaign{
	width: 230px;
	line-height: 1.4;
	border: 1px solid #6A564A;
	margin-bottom: 10px;
}
#campaign-inner{
	
}
#campaign ul{
	margin: 8px;
}
#campaign ul li {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e1e1e1;
	line-height: 1.2;
}

#campaign p.campaign-date{
	color: #FF9900;
	margin: 0 5px 5px 0;
	text-align: right;
}

/* サイド（駅別検索） */

#salon-search {
	width: 230px;
	margin-top: 10px;
}
#salon-search h2{
	color: #ffffff;
	font-size: 15px;
	background-color: #860223;
	padding: 2px 5px;
}
#salon-search dl.station{
}
#salon-search dl.station dt{
	margin: 15px 0 5px 0;
	color: #CB8DA2;
	border-bottom: 1px dashed #E1E1E1;
	padding-left: 18px;
	padding-bottom: 2px;
	background:
		url(../images/search_point.gif)
		no-repeat left top;
}
#salon-search dl.station dd{
	line-height: 1.5;
}

/* サイド（安さの秘密） */
#secret a {
	font-size: 16px;
	color: #860223;
}

/* サイド（サロンde通販） */
#salon-goods {
	margin-top: 15px;
}

/*--------------------------------------------------
	文書本体【フッター】
--------------------------------------------------*/
/* フッター */
#footer{
	clear: both;
	width: 760px;
	height: 25px;
	margin: 0 auto;
	padding-top: 0.5em;
	border-top: 1px solid #573F27;
}

/* フッターナビゲーションメニュー */
#footer #footer-nav{
	float: left;
	margin-left: 5px;
}
#footer-nav h2{
	height: 0;
	overflow: hidden;
}
#footer-nav ul{
	margin-top: 3px;
	margin-right: 10px;
}
#footer-nav ul li{
	display: inline;
	list-style: none;
	color: #666666;
	font-size: 11px;
}
#footer-nav ul li a:link, #footer-nav ul li a:visited {
	color: #860223;
	text-decoration: none;
}

#footer-nav ul li a:hover, #footer-nav ul li a:focus, #footer-nav ul li a:active {
	color: #ff9900;
	text-decoration: underline;
}

/* コピーライト */
#footer address{
	float: right;
	margin-top: 8px;
	padding: 0;
	color: #C1B8AF;
	font-size: 10px;
	text-align: right;
}


/*--------------------------------------------------
　安さのひみつ
--------------------------------------------------*/
/* 基本 */
#content-main2{	
	position :relative;
	z-index: 1;
	width: 500px;
	line-height: 1.5;
	font-size: 14px;
	margin: 0 0 0 10px;
}
#content-main2 div, #content-main2 p {	
	line-height: 1.5;
}
#content-main2 h2{
	position:relative; top:0; left:0;
	z-index: -1;
	width: 500px;
	height: 50px;
}
#content-main2 div{
	margin-bottom: 10px;
}
#content-main2 p {
	margin-bottom: 15px;
}

/* どうして安いの？ */
#top_title {
	width: 500px;
	height: 350px;
	background:
		url(/images/secret/h1_why.gif)
		no-repeat
		left
		top;
}

#top_title h1 {
	position:relative; top:25px; left:0;
	z-index:-1;
	overflow: hidden;
	margin-top: 10px 0;
}

/*なりたいスタイル */
#h2_style {	
	background:
		url(/images/secret/h2_style.gif)
		no-repeat
		left
		top;
}
#h2_style p{
	margin-top: 15px;
	margin-left: 10px;
}
#style p{
	position:relative; top:0; left:0;
	z-index:-1;
	width: 490px;
	font-size: 100%;
}
#style {
	width: 500px;
	height: 80px;
	background:
		url(/images/secret/img_style.gif)
		no-repeat
		right
		center;
	text-align: right;
}

/*常にキレイなヘアライフ */
#h2_hairlife {	
	background:
		url(/images/secret/h2_kirei.gif)
		no-repeat
		left
		top;
}
#h2_hairlife p{
	margin-top: 15px;
	margin-left: 10px;
}

#p_hairlife{	
	width: 490px;
	margin-top:20px;
	margin-left:10px;
	background:
		url(/images/secret/bg_hito.gif)
		no-repeat
		right
		center;
}

#p_hairlife p{	
	position :relative;
	z-index: 2;
	width: 480px;
	line-height: 1.5;
}

#hairlife {
	width: 500px;
	height: 80px;
	background:
		url(/images/secret/img_hairlife.gif)
		no-repeat
		right
		center;
	text-align: right;
}
#hairlife p{
	position:relative; top:0; left:0;
	z-index:-1;
	width: 490px;
}

/*多店舗展開*/
#h2_store {	
	background:
		url(/images/secret/h2_kirei.gif)
		no-repeat
		left
		top;
}
#h2_store p{
	margin-top: 15px;
	margin-left: 10px;
}

#img_sc{
	width: 500px;
	height: 340px;
	background:
		url(/images/secret/img_sc.gif)
		no-repeat
		center
		bottom;
}

#img_sc p{
		margin-left:10px;
		margin-bottom:20px;
}

#styl-hairlife p{
	position:relative; top:0; left:0;
	z-index:-1;
	width: 100%;
	font-size: 100%;

}

/* なりたいスタイル＋常にキレイなヘアライフ */
#styl-hairlife {
	width: 500px;
	height: 180px;
	background:
		url(/images/secret/img_yazirusi.gif)
		no-repeat
		center
		top;
	text-align: center;
}

/* クーポン */
#img_kupon {
	margin-left: 10px;
	width: 480px;
	height: 95px;
	background:
		url(/images/secret/img_kupon.gif)
		no-repeat
		center
		top;
	text-align: center;
}

#img_kupon a{
	display: block;
	width: 480px;
	height: 95px;
	text-decoration: none;
}
#img_kupon span {
	position:relative; top: 5px;
	z-index:-1;
	width: 480px;
}
