@charset "UTF-8";
/* CSS Document */

/* formatting style*
------------------------------*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6;
	background-color:#003876;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.4;
	color: #333333;
	letter-spacing: 0;
}

hr{
	display:none;
}

h2{
	margin:20px 0px 10px 0px;
}

h3{
	margin-bottom:5px;
}

p#otoku{
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}

#botan{
	margin-left:5px;
	margin-bottom:0x;
}

html {
    margin-bottom:1px;
    height:100%;
}

/* line style
------------------------------*/
img{
	border-style:none;
}

a:link{
	color:#003876;
	text-decoration:none;
}

a:hover{
	color:#330033;
	text-decoration:underline;
}

a:visited{
}

a:active{
}

/* basic layout
------------------------------*/
#wrapper{
	width:850px;
	margin:0px auto;
	background-color:#f3f3f3;
}

#header{
	height:110px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(img/top_headerback.jpg);
	background-repeat: no-repeat;
}

#main{
	width:590px;
	float:left;
	padding:0px 0px 0 25px;
	border-right:solid 1px #666666;
	margin-top:20px;
}

#menuBox{
	width:740px;
	float:left;
	padding:0 55px 15px 55px;
}

#sidebar{
	width:200px;
	float:right;
	margin-top:20px;
}

#footer{
	width:840px;
	padding:5px;
	text-align: center;
	background-color:#F7C8C9;
	clear:both;
}

/* toppege（ロールオーバー設定ここから）
------------------------------*/
#topMain ul#topMenu{
	list-style:none;
	width:100%;
}

ul#topMenu li{
	margin-top:20px;
	list-style:none;
	width:150px;
	float:left;
	margin-left:20px;
	margin-bottom: 10px;
}

ul#topMenu a{
    display:block;
    width:144px;
    height:129px;
}

#topMenu a span{
	display:none;
	}

a.t_kasiwa{
	background-image:url(img/topBt_kasiwa.jpg);
}

a:hover.t_kasiwa{
    background-position:0px -129px;
}
a.t_soubu{
	background-image:url(img/topBt_soubu.jpg);
}

a:hover.t_soubu{
    background-position:0px -129px;
}

a.t_yours{
	background-image:url(img/topBt_yours.jpg);
}

a:hover.t_yours{
    background-position:0px -129px;
}

a.t_clic{
	background-image:url(img/topBt_clic.jpg);
}

a:hover.t_clic{
    background-position:0px -129px;
}

a.t_ranezyu{
	background-image:url(img/topBt_ranezyu.jpg);
}

a:hover.t_ranezyu{
    background-position:0px -129px;
}

/* header
------------------------------*/
#header ul{
	position:absolute;
	top:85px;
	left:450px;
	display:block;
	list-style:none;
	float:right;
	width:390px;
}

#header ul li{
	float:left;
	font-size:10px;
}

#header ul li a{
	color:#000000;
	text-decoration:none;
	background-image:url(img/icom_kuro.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:20px;
	background-position: left;
}

#header ul li a:hover{
	color: #333333;
	text-decoration: underline;
	background-image:url(img/icom_kuro_a.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:20px;
	background-position: center left;
}

#logo{
	position:absolute;
	top:50px;
	left:10px;
	float: left;
}
#header .to_c3blog {
	background-image: url(img/bt_c3blog02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	position: absolute;
	left: 450px;
	top: 0px;
}

#header .to_c3blog a {
	background-image: url(img/bt_c3blog01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	}
	
#header .to_c3blog a:hover {
	background-image: none;
	}
	
#header .to_c3blog a span {
	display: none;
	}
	
/* main
------------------------------*/
#shop_main_v{
	margin-bottom:10px;
}

.categoryBox{
	float:left;
	margin-bottom:10px;
	width:560px;
	position: relative;
	}

.categoryBoxcenter{
	padding-top:10px;
	float:left;
	margin-bottom:10px;
	width:560px;
	}
	


#dp{
	width:100%;
	text-align:center;
	margin-top:15px;
}

#kashiwa_dp{
	width:560px;
	text-align:center;
	margin-top:15px;
}


#couponBotan{
	margin:10px;
}

#mainVisual{
	background-image:url(img/topVisual.jpg);
	width:850px;
	height:270px;
	background-repeat:no-repeat;
	position:relative;
}

/* メインキャッチ＆テキスト
------------------------------*/
#topCopy1{
	color:#000033;
	font-weight:bold;
	font-size:18px;
	letter-spacing:0.3em;
	position:absolute;
	top:40px;
	left:269px;
}

#topCopy2{
	font-size:11px;
	line-height:200%;
	text-align:center;
	position:absolute;
	top:90px;
	left:250px;
}

#topCopy3{
	font-size:15px;
	font-weight:bold;
	color:#FF0000;
	line-height:230%;
	position:absolute;
	top:220px;
	left:287px;
}

#index dt{
	color:#000066;
	font-weight:bold;
}

#index dd{
	margin-bottom:7px;
}

/* infomartion
------------------------------*/
#infoBox{
	background-color:#ffffff;
	padding:10px;
	width:120px;
	height:180px;
	position:absolute;
	top:60px;
	left:680px;
	border: dotted 2px #669999;
}

#infoBox ul li#shopName{
font-weight:bold;
}

#infoBox ul li#bottom{
padding-bottom:5px;
}

#scrollBox{
	overflow:auto;
	width:120px;
	height:160px;
	}

#infoTitle{
	background-color:#669999;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:4px;
	margin-bottom:5px;
}

.infoTextBox{
	margin-bottom:10px;
	overflow: auto;
}


/* main（料金表テーブル設定）
------------------------------*/
.pricelist{
	width:255px;
	margin-right:15px;
	float:left;
	margin-top:10px;
}

table#menu{
	width: 230px;
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 auto 0 auto;
}


table#menu th {
    padding: 3px;
    border: #E3E3E3 solid;
	border:0px;
    line-height: 120%;
    text-align: left;
}
table#menu td {
    padding: 3px;
    border:0px;
    text-align: left;
}

#idobata{
padding-left:100px;
margin-top:10px;
}

/* main（店舗情報テーブル設定）
------------------------------*/
table#profile{
	width:400px;
	float:left;
}

table#profile th {
	padding: 3px;
	border: #E3E3E3 solid;
	border:0px;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
}

table#profile td {
    padding: 3px;
    border:0px;
    text-align: left;
}

#forTop{
	width:530px;
	background-image:url(img/icom_top.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-right:15px;
	margin-top:100px;
	float:right;
	text-align:right;
	margin-right:15px;
	
}

/* main（採用情報テーブル設定）
------------------------------*/
table#recruit{
	width:500px;
	float:left;
	margin-top:0px;
}

table#recruit th {
	width:90px;
	background-color:#003876;
	color:#ffffff;
	text-align:center;
	padding: 3px;
	border:0px;
	line-height: 120%;
	vertical-align: top;
}

table#recruit td {
	background-color:#ffffff;
    padding: 3px;
    border:0px;
    text-align: left;
}

/* 
------------------------------*/
#recrutBosyu{
text-align:center;
}

#recruitText{
width:560px;
}



/* main（会社概要）
------------------------------*/
#policy{
	background-image:url(img/company_nakama.gif);
	background-repeat:no-repeat;
	width:557px;
	height:147px;
}

#policyText{
	float:left;
	width:300px;
	margin-top:60px;
}

/* sidebar
------------------------------*/

/* sidebar（ロールオーバー設定ここから）
------------------------------*/
#sidebar ul#menu{
	list-style:none;
	width:100%;
}

ul#menu li{
    list-style:none;
    width:175px;
	margin-bottom:5px;
}

ul#menu a{
    display:block;
    width:175px;
    height:50px;
}

#menu a span{
	display:none;
	}

a.kasiwa{
	background-image:url(img/side_b_kasiwa.gif);
}

a:hover.kasiwa{
    background-position:0px -50px;
}
a.soubu{
	background-image:url(img/side_b_soubu.gif);
}

a:hover.soubu{
    background-position:0px -50px;
}

a.yours{
	background-image:url(img/side_b_yours.gif);
}

a:hover.yours{
    background-position:0px -50px;
}

a.clic{
	background-image:url(img/side_b_clic.gif);
}

a:hover.clic{
    background-position:0px -50px;
}

a.ranezyu{
	background-image:url(img/side_b_ranezyu.gif);
}

a:hover.ranezyu{
    background-position:0px -50px;
}

/* リンクページ
------------------------------*/
.linkBox{
	width:250px;
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

#linkTextBox{
	width:110px;
	float:left;
}

#linkWebP{
	float:right;
	width:128px;
}

/* ラネージュブログリンクページ
------------------------------*/

#ra_main_img {
	position: relative;
}
#ra_main_img .ranezyu_main1 {
	background-image: url(img/ranezyu_main_img01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 132px;
	position: absolute;
	left: 0px;
	top: 290px;
}

#ra_main_img .ranezyu_main2 {
	background-image: url(img/ranezyu_main_img02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 132px;
	position: absolute;
	left: 141px;
	top: 290px;
}



/* かしわ台ブログリンクページ
------------------------------*/

#kashi_main_img {
	position: relative;
	height: 380px;
	width: 558px;
	margin-bottom: 10px;
}
#kashi_main_img .to_yamaguchi {
	background-image: url(img/ka_yamaguchi02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 105px;
	position: absolute;
	left: 0px;
	top: 290px;
}

#kashi_main_img .to_yamaguchi a {
	background-image: url(img/ka_yamaguchi01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 105px;
	
}

#kashi_main_img .to_yamaguchi a:hover {
	background-image: none;
}

#kashi_main_img .to_yamaguchi a span {
	display:none;
}

#kashi_main_img .to_komukai {
	background-image: url(img/ka_komukai02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 105px;
	position: absolute;
	left: 113px;
	top: 290px;
}

#kashi_main_img .to_komukai a {
	background-image: url(img/ka_komukai01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 105px;
	
}

#kashi_main_img .to_komukai a:hover {
	background-image: none;
}

#kashi_main_img .to_komukai a span {
	display:none;
}



#kashi_main_img .to_maeue {
	background-image: url(img/ka_maeue02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 105px;
	position: absolute;
	left: 226px;
	top: 290px;
}

#kashi_main_img .to_maeue a {
	background-image: url(img/ka_maeue01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 105px;
	
}

#kashi_main_img .to_maeue a:hover {
	background-image: none;
}

#kashi_main_img .to_maeue a span {
	display:none;
}

#kashi_main_img .to_takigawa {
	background-image: url(img/ka_takigawa02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 105px;
	position: absolute;
	left: 339px;
	top: 290px;
}

#kashi_main_img .to_takigawa a {
	background-image: url(img/ka_takigawa01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 105px;
	
}

#kashi_main_img .to_takigawa a:hover {
	background-image: none;
}

#kashi_main_img .to_takigawa a span {
	display:none;
}

#kashi_main_img .no_img {
	background-image: url(img/no_img.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 105px;
	position: absolute;
	left: 452px;
	top: 290px;
}


.ka_campaign{
	padding-top:10px;
	float:left;
	margin-bottom:10px;
	width:560px;
	margin-top: 20px;
	}
.ka_campaign .title_bar {
	margin-bottom: 5px;
}
.ka_campaign .title_text {
	font-size: 18px;
	color: #F00;
	font-weight: bold;
}

.ka_campaign span.blue {
	font-size: 15px;
	color: #08348b;
	font-weight: bold;
}

.ka_campaign span.red {
	font-size: 18px;
	color: #F00;
	font-weight: bold;
}

/* ラデシュドゥ
------------------------------*/
#do_main_text {
	width: 558px;
	margin-bottom: 20px;
}
.do_price_small {
	font-size: 10px;
}
#movie {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#movie .yokohama01 {
	background-image: url(img/bt_2008_02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 205px;
	float: left;
	margin-right: 20px;
}

#movie .yokohama01 a {
	background-image: url(img/bt_2008_01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 205px;
}

#movie .yokohama01 a:hover {
	background-image: none;
	}

#movie .yokohama01 a span {
	display: none;
	}
	
	
	#movie .yokohama02 {
	background-image: url(img/bt_2009_02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 205px;
	float: left;
	margin-right: 19px;
}

#movie .yokohama02 a {
	background-image: url(img/bt_2009_01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 205px;
}

#movie .yokohama02 a:hover {
	background-image: none;
	}

#movie .yokohama02 a span {
	display: none;
	}
	
	#movie .yokohama03 {
	background-image: url(img/bt_2010_02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 205px;
	float: left;
}

#movie .yokohama03 a {
	background-image: url(img/bt_2010_01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 205px;
}

#movie .yokohama03 a:hover {
	background-image: none;
	}

#movie .yokohama03 a span {
	display: none;
	}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.youtube_title {
	font-size: 20px;
	margin-bottom: 10px;
}

.youtube{
	margin-bottom: 20px;
}

.thumbnail{
	margin-top: 20px;
}

.thumbnail .thumb_img01 {
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}

.thumbnail .thumb_img02 {
	float: left;
	margin-bottom: 10px;
}
.categoryBox .thunb_link li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
	font-size: 12px;
}

