/**
 * エステ歓歓 ブロックスタイルシート (bloc.css)
 *
 * @version 1.0 2008/06/22 最初のインプリメント
 *          4.0 2011/02/09 cssスプライト化による修正
 * @author: suzuki
 * @copyright hoan-hoan.com
 */
/*********************************************************/
/*                      header                           */
/*********************************************************/
div#header {
	/*width:100%;*/
	/*height:83px;*/
	/*background:url(/img/material/hback.jpg) repeat-x left top ;*/
	/*border-bottom:2px solid #ff7f7f;*/
}
div#hbox {
	margin:0 auto;
	width:980px;
	height:83px;
}
div#hbox_left {
	float:left;
	width:670px;
	height:83px;
}
div#title_left {
	float:left;
	width:160px;
	height:53px;
}
div#title_right {
	float:left;
	width:510px;
	height:53px;
}
div#title_right h1 {
	margin:10px 0 0 20px;
	font-size:10px;
	font-weight:normal;
	line-height:16px;
	color:#666666;
}
/* menu */
div#hbox_left ul {
	margin:0;
	padding:0;
	height:30px;
	list-style:none;
}
div#hbox_left ul li {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	width:150px;
	height:30px;
	list-style:none;
	display:inline;
	background:url(/img/material/menu_sprite.png) no-repeat scroll left top;
}
div#hbox_left ul li.hm2 {
	background-position:-150px 0px;
}
div#hbox_left ul li.hm3 {
	background-position:-300px 0px;
}
div#hbox_left ul li.hm4 {
	background-position:-450px 0px;
}
div#hbox_left ul li a {
	display:block;
	width:150px;
	height:30px;
	background:url(/img/material/menu_sprite.png) no-repeat scroll left top;
	position:relative;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
div#hbox_left ul li.hm1 a {
	background-position:0 -30px;
}
div#hbox_left ul li.hm2 a {
	background-position:-150px -30px;
}
div#hbox_left ul li.hm3 a {
	background-position:-300px -30px;
}
div#hbox_left ul li.hm4 a {
	background-position:-450px -30px;
}
div#hbox_left ul li span {
	display:none;
}
/* sub menu */
div#hbox_right {
	float:left;
	width:310px;
	height:83px;
}
div#hbox_right ul{
	margin:14px 0 0 62px;
	padding:0;
}
div#hbox_right ul li {
	margin-right:10px;
	float:left;
	display:inline;
}
div#hbox_right ul a {
	display:block;
	width:auto;
	height:10px;
	background:url(/img/material/hradericon_sprite.png) no-repeat left top;
}
div#hbox_right ul a span {
	display:none;
}
div#hbox_right ul li.hsubmenu1 a {
	width:76px;
	background-position:0 -68px;
}
div#hbox_right ul li.hsubmenu2 a {
	width:70px;
	background-position:0 -78px;
}
div#hbox_right ul li.hsubmenu3 a {
	width:70px;
	background-position:0 -88px;
}
/*********************************************************/
/*               グローバルメニュー                      */
/*********************************************************/
div#gm {
	width:100%;
	height:30px;
	background:url(/img/material/menuback.gif) repeat-x left top;
	border-top:2px solid #ffcccc;
}
div#gbox {
	margin:0 auto;
	width:980px;
	height:30px;
}
div#gbox_left {
	float:left;
	width:780px;
	height:30px;
}
div#gbox_right {
	float:left;
	width:200px;
	height:30px;
	vertical-align:top;
}
div#gbox_right table {
	margin-top:4px;
	height:20px;
}
.sformicon {
	display:block;
	width:20px;
	height:20px;
	background:url(/img/material/hradericon_sprite.png) no-repeat 0 0;
}
.sforminput {
	width:140px;
	height:18px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	font-size:small;
	color:#cccccc;
	line-height:18px;
	text-indent:3px;
}
.sformbtn1 {
	width:34px;
	height:20px;
}
.sformbtn2 {
	display:block;
	width:34px;
	height:20px;
	background:url(/img/material/hradericon_sprite.png) no-repeat -20px 0;
}
div#gbox_left ul li{
	float:left;
	margin:0;
	width:102px;
	height:30px;
	background:url(/img/material/menu_sprite.png) no-repeat 0 -90px;
	list-style:none;
}
div#gbox_left ul li.gm1 {
	background-position:0 -90px;
}
div#gbox_left ul li.gm2 {
	background-position:-102px -90px;
}
div#gbox_left ul li.gm3 {
	background-position:-204px -90px;
}
div#gbox_left ul li.gm4 {
	background-position:-306px -90px;
}
div#gbox_left ul li.gm5 {
	background-position:-408px -90px;
}
div#gbox_left ul li.gm6 {
	background-position:-510px -90px;
}
div#gbox_left ul li.gm7 {
	background-position:-612px -90px;
}
div#gbox_left ul li a {
	display:block;
	width:auto;
	height:30px;
	background:url(/img/material/menu_sprite.png) no-repeat 0 -60px;
}
div#gbox_left ul li.gm1_over a {
	background-position:0 -90px;
}
div#gbox_left ul li.gm2 a {
	background-position:-102px -60px;
}
div#gbox_left ul li.gm2_over a {
	background-position:-102px -90px !important;
}
div#gbox_left ul li.gm3 a {
	background-position:-204px -60px;
}
div#gbox_left ul li.gm3_over a {
	background-position:-204px -90px !important;
}
div#gbox_left ul li.gm4 a {
	background-position:-306px -60px;
}
div#gbox_left ul li.gm4_over a {
	background-position:-306px -90px !important;
}
div#gbox_left ul li.gm5 a {
	background-position:-408px -60px;
}
div#gbox_left ul li.gm5_over a {
	background-position:-408px -90px !important;
}
div#gbox_left ul li.gm6 a {
	background-position:-510px -60px;
}
div#gbox_left ul li.gm6_over a {
	background-position:-510px -90px !important;
}
div#gbox_left ul li.gm7 a {
	background-position:-612px -60px;
}
div#gbox_left ul li.gm7_over a {
	background-position:-612px -90px !important;
}
div#gbox_left ul li.gm1 a:hover {
	background-position:0 -90px;
}
div#gbox_left ul li.gm2 a:hover {
	background-position:-102px -90px;
}
div#gbox_left ul li.gm3 a:hover {
	background-position:-204px -90px;
}
div#gbox_left ul li.gm4 a:hover {
	background-position:-306px -90px;
}
div#gbox_left ul li.gm5 a:hover {
	background-position:-408px -90px;
}
div#gbox_left ul li.gm6 a:hover {
	background-position:-510px -90px;
}
div#gbox_left ul li.gm7 a:hover {
	background-position:-612px -90px;
}
div#gbox_left ul li span {
	display:none;
}
/*********************************************************/
/*                       ナビ                            */
/*********************************************************/
div#navi {
	width:100%;
	height:23px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #c3c3c3;
	background-color:#e5e5e5;
}
div#navibox {
	margin:0 auto;
	width:980px;
	font-size:12px;
	color:#333333;
}
div#navibox ul li {
	height:23px;
	line-height:23px;
}
div#navibox ul {
	list-style:none;
	background: url(/img/material/navi_line.gif) no-repeat left top;
}
div#navibox ul li {
	margin:0;
	float:left;
	display:inline;
	padding:0 25px 0 15px;
	height:23px;
	line-height:23px;
	background: url(/img/material/pankuzu.gif) no-repeat right top;
}
div#navibox p {
	margin-left:1em;
}
div#navibox ul .rightnavi {
	background-image:none !important;
}
/* ユーザーログイン */
div#navibox dl {
	float:right;
}
div#navibox dl dd {
	float:left;
	display:inline;
	padding:0 2px 0 0;
	height:23px;
	line-height:23px;
	margin-left:1px;
}
div#navibox img {
	padding:3px 0 3px 0;
}
div#navibox dl .navidd {
	padding-right:1em !important;
}
.naviuser a {
	margin-top:3px;
	width:70px;
	display:block;
	height:16px;
	background: url(/img/material/hradericon_sprite.png) no-repeat 0 -52px;
}
.naviuser a span{
	display:none;
}
.navilogout a {
	background-position: 0 -52px;
}
.naviset a {
	width:29px;
	background-position: -54px 0;
}
.navilogin a {
	background-position: 0 -20px;
}
.navireg a {
	background-position: 0 -36px;
}
/*********************************************************/
/*                    CSS SPRITE                         */
/*********************************************************/
div.topbox1 h2 {
	width:278px;
	height:24px;
	background: url(/img/material/topicon_sprite.png) no-repeat left top;
	overflow:hidden;
}
div.topbox1 h2 span {
	display:none;
}
div.topcntsmall {
	width:278px;
	border:1px solid #CDB7B2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*********************************************************/
/*                      共通使用                         */
/*********************************************************/
div.topbox1 {
	margin:15px 0;
	width:580px;
	height:auto;
}
div.topbox1 a {
	color:#0066CC;
}
div.topbox1 a:hover {
	color:red;
}
div.topbox_left {
	float:left;
	width:300px;
	height:auto;
}
div.topbox_right {
	float:left;
	width:280px;
	height:auto;
}
/* 店舗更新情報 */
div#top_newsflash2 h2 {
	background-position:0 -96px;
}
div.newbox1 {
	margin:0;
	width:278px;
	height:86px;
	background:url(/img/material/newsflash_back.jpg) no-repeat left top;
}
div.newbox1_left {
	float:left;
	width:86px;
}
div.newbox1_right {
	padding-top:10px;
	float:left;
	width:192px;
	font-size:12px;
}
div.newbox1_left img {
	margin:6px 0 0 4px;
	vertical-align:bottom;
}
div.newbox1_left p {
	margin:5px 0 0 4px;
	font-size:11px;
	color:#333333;
	width:73px;
	text-align:center;
}
div.newbox1_right strong {
	margin-bottom:7px;
	color:#993300;
	display:block;
	font-size:13px;
	height:13px;
}
div.newbox1_right span {
	margin-bottom:4px;
	color:#444;
	display:block;
	font-size:11px;
	height:11px;
}
div.newbox1_right p {
	padding-right:10px;
	line-height: 1.3;
	height:33px;
	overflow:hidden;
}
div.boxanchor {
	padding-top:6px;
	width:278px;
	height:16px;
}
div.boxanchor a {
	margin-left:187px;
	display:block;
	width:84px;
	height:10px;
	background: url(/img/material/topicon_sprite.png) no-repeat -72px -168px;
}
div.boxanchor a span {
	display:none;
}
/* キャンペーン情報 */
div#top_campaign2 h2 {
	background-position:-278px -96px;
}
div#top_campaign2 {
	width:278px;
	height:auto;
	border-right:1px solid #CDB7B2;
	border-bottom:1px solid #CDB7B2;
	border-left:1px solid #CDB7B2;
}
div.top_campaign2_s {
	clear:both;
	width:278px;
	height:86px;
	background:url(/img/material/newsflash_back.jpg) no-repeat left top;
	font-size:12px;
}
div.top_campaign2_s span {
	margin-right:10px;
	float:left;
	display:block;
	width:30px;
	height:14px;
	background: url(/img/material/topicon_sprite.png) no-repeat 0 -178px;
}
div.topcam2s1 {
	padding:10px 0 0 10px;
	color:#993300;
	font-size:13px;
	height:14px;
}
div.topcam2s2 {
	clear:both;
	padding:5px 0 0 10px;
	height:14px;
}
div.topcam2s3 {
	clear:both;
	padding:5px 0 0 10px;
	line-height: 1.3;
	height:33px;
	overflow:hidden;
	vertical-align:top;
}
div.topcam2s3 p {
	padding-top:-1px;
	padding-left:2px;
	float:left;
	width:220px;
}
div.topcam2s1 span {
	background-position: 0 -178px;
}
div.topcam2s2 span {
	background-position: -30px -178px;
}
div.topcam2s3 span {
	background-position: -60px -178px;
}
div.campanchor a {
	margin-left:165px;
	width:103px;
	background: url(/img/material/topicon_sprite.png) no-repeat -156px -168px;
}
/* 体験談 */
div#topreport h2 {
	background-position:0 -144px;
}
.top5tback {
	padding-top:5px;
	background:url(/img/material/top5tback.jpg) no-repeat left top !important;
}
div.topreportbox {
	padding-top:5px;
	width:278px;
	height:92px;
	background:url(/img/material/topreportback.jpg) no-repeat left bottom;
}
div.topreportbox table {
	width:278px;
}
div.topreportbox td {
	height:25px;
}
div.topreportbox tr {
	background:url(/img/material/toprepoline.gif) no-repeat left bottom;
}
div.topreportbox h5 {
	padding-top:2px;
	font-size:12px;
	text-indent:12px;
}
div.topreportbox img {
	margin-right:12px;
}
div.topreportbox strong {
	margin:6px 0 0 12px;
	color:#FF6600;
	font-size:12px;
	display:block;
}
div.topreportbox p {
	padding:3px 12px;
	font-size:12px;
	color:#434343;
	line-height:18px;
	height:38px;
	overflow:hidden;
}
div.reportanchor a {
	margin-left:200px;
	width:72px;
	background: url(/img/material/topicon_sprite.png) no-repeat 0 -168px;
}
/* 口コミ */
div#topkuchikomi {
	padding-bottom:4px;
}
div#topkuchikomi h2 {
	background-position:-278px -144px;
}
div.kuchikomibody {
	margin-bottom:6px;
	height:60px;
}
div.top5bbs {
	width:278px;
	height:20px;
	background:url(/img/material/topbbsline.gif) no-repeat left bottom;
}
div.topbbsleft {
	float:left;
	width:225px;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	text-indent:10px;
}
div.topbbsleft span {
	padding-left:6px;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
div.topbbsright {
	float:left;
	width:53px;
	height:20px;
	line-height:20px;
	font-size:10px;
	color:#666666;
}
div.kuchijikan {
	margin-left:10px;
	padding:5px 0 4px;
	font-size:11px;
	color:#434343;
}
div.kuchicmt {
	margin-left:10px;
	font-size:12px;
	color:#434343;
	width:260px;
	height:14px;
	overflow:hidden;
}
div.kuchicmt span {
	margin-right:7px;
	float:left;
	display:block;
	width:14px;
	height:14px;
	background: url(/img/material/topicon_sprite.png) no-repeat -272px -178px;
}
/* アクセス数 (TOP,WORST) */
div#acctop10 h2 {
	background-position:0 -120px;
	margin-bottom:6px;
}
div#accworst10 h2 {
	background-position:-278px -120px;
	margin-bottom:6px;
}
div.acciconbox {
	padding:6px 0 0 10px;
	font-size:13px;
	height:20px;
	background:url(/img/material/toprepoline.gif) no-repeat left bottom;
}
.accicon {
	clear:both;
	margin-right:10px;
	float:left;
	display:block;
	width:14px;
	height:14px;
	background: url(/img/material/topicon_sprite.png) no-repeat -90px -178px;
}
.acctopicon1 { background-position:-90px -178px; }
.acctopicon2 { background-position:-118px -178px; }
.acctopicon3 { background-position:-146px -178px; }
.acctopicon4 { background-position:-174px -178px; }
.acctopicon5 { background-position:-188px -178px; }
.acctopicon6 { background-position:-202px -178px; }
.acctopicon7 { background-position:-216px -178px; }
.acctopicon8 { background-position:-230px -178px; }
.acctopicon9 { background-position:-244px -178px; }
.acctopicon10 { background-position:-258px -178px; }
.accworsticon1 { background-position:-104px -178px; }
.accworsticon2 { background-position:-132px -178px; }
.accworsticon3 { background-position:-160px -178px; }
.acctype2 {
	padding-left:6pxt;
	font-size:10px;
	color:#666666;
	font-weight:normal;
}

/* 画像セレクション */
div#top_imgselection {
	width:578px;
	height:auto;
	border-right:1px solid #CDB7B2;
	border-bottom:1px solid #CDB7B2;
	border-left:1px solid #CDB7B2;
	background:url(/img/material/topt4_bottom.gif) no-repeat left bottom;
}
div#top_imgselection ul {
	padding:6px 0 0 8px;
	list-style:none;
}
div#top_imgselection ul li{
	margin:0;
	float:left;
	width:71px;
	height:89px;
}

div#top_imgselection img {
	vertical-align:bottom;
}

div.top_imgselection_s {
	width:578px;
	text-align:right !important;
	clear:both;
}
/* 地図からセレクト */
div.topbox2 {
	margin:15px 0;
	width:578px;
	border:1px solid #CDB7B2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.topcntbig h2 {
	margin-bottom:3px;
	width:578px;
	height:24px;
	background: url(/img/material/topicon_sprite.png) no-repeat left top;
	overflow:hidden;
}
div.topcntbig h2 span {
	display:none;
}
div#top_mapselect h2 {
	background-position:0 -48px;
}
/* マッサージ店舗情報投稿 */
div#top_contribution h2 {
	background-position:0 -72px;
}
div#top_contribution_body {
	padding:10px 0;
	width:578px;
	height:auto;
}
div#top_contribution_body p {
	margin:0 15px 3px 15px;
	font-size:12px;
	line-height:18px;
	color:#434343;
}
div#top_contribution_body span {
	margin-left:15px;
	font-size:11px;
	color:#666666;
	display:inline-block;
}
div.top_contribution_select {
	margin:15px 0 0 0;
	text-align:center;
}
div#top_contribution_form1 {
	margin:10px 0 10px 25px;
	display:none;
}
div#top_contribution_form2 {
	margin:10px 0 10px 25px;
	display:none;
}
div#top_contribution_form1 table {
	font-size:12px;
}
div#top_contribution_form2 table {
	font-size:12px;
}
div#top_contribution_form1 table th {
	width:100px;
	height:26px;
	background-color:#E0E0D6;
	text-align:right;
	color:#333333;
	padding-right:1em;
	font-weight:normal;
}
div#top_contribution_form2 table th {
	width:100px;
	height:26px;
	background-color:#E0E0D6;
	text-align:right;
	color:#333333;
	padding-right:1em;
	font-weight:normal;
}
div#top_contribution_form1 table th {
	padding-left:10px;
	color:#666666;
}
div#top_contribution_form2 table th {
	padding-left:10px;
	color:#666666;
}
div.tcf_button {
	margin-top:15px;
	text-align:center;
}
div.ninjya {
	display:none;
}
/*********************************************************/
/*                    右側ブロック                       */
/*********************************************************/
/* 広告エリア１ */
div#ribox1 {
	margin:0 0 15px 0;
	width:200px;
	height:250px;
	background-color:#000000;
	color:white;
	overflow:hidden;
}

/* 店舗PR */
div#ribox2 {
	margin:0 0 15px 0;
	width:200px;
	height:auto;
}
div#ribox2_1 {
	width:198px;
	height:auto;
	border-right:1px solid #FFB3B3;
	/*border-bottom:1px solid #FFB3B3;*/
	border-left:1px solid #FFB3B3;
}
div.ribox2_1_1 {
	width:198px;
	height:102px;
	background:url(/img/material/prt1_back.gif) no-repeat left top;
}
div.ribox2_1_1 img {
	float:left;
	margin:13px 0 0 13px;
}
div.ribox2_1_1 ul {
	padding:15px 10px 0 70px;
	list-style:none;
}
div.ribox2_1_1 h4{
	clear:both;
	margin:6px 0 0 10px;
	width:180px;
	height:13px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-align:center;
}
div.ribox2_1_1_1 {
	height:73px;
}

/* バナーエリア */
div#ribox3 {
	margin:0 0 15px 0;
	width:200px;
	height:auto;
}

div#ribox3 ul{
	margin:0;
	list-style:none;
}
div#ribox3 ul li{
	margin:0 0 10px 0;
}
div#ribox3 img{
	vertical-align:bottom;
}

/* 相互リンク */
div#ribox4 {
	margin:0 0 15px 0;
	width:200px;
	height:auto;
}
div#ribox4_1 {
	padding:10px 0 0 0;
	width:198px;
	height:auto;
	border-right:1px solid #B3B3D9;
	border-bottom:1px solid #B3B3D9;
	border-left:1px solid #B3B3D9;
	background-color:#EBEBF5;
}
div#ribox4_1 ul {
	margin:0 0 0 7px;
	padding:0 0 0 0;
	list-style:none;
}
div#ribox4_1 ul li {
	margin:0;
	padding:0 0 0 0;
	float:left;
	width:95px;
	height:38px;
}
div#ribox4_1 img {
	vertical-align:bottom;
}
/* 新着情報 */
div#ribox5 {
	margin:0 0 15px 0;
	padding:3px 0;
	width:198px;
	height:auto;
	border:1px solid #b2ccff;
	background-color:#e5edf4;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
div#ribox5_1 {
	margin:0 0 0 3px;
	padding:0 0 10px 0;
	width:190px;
	height:auto;
	border:1px solid #c6d9ff;
	background-color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
div#ribox5_1 ul {
	margin:5px 0 0 6px;
	padding-top:7px;
}
div#ribox5_1 h3 {
	margin:2px 0 0 2px;
	width:186px;
	height:23px;
	display:block;
	background:url(/img/material/right_sprite.png) no-repeat left top;
}
div#ribox5_1 h3 span {
	display:none;
}

/* ピックアップ */
div#ribox6 {
	margin:0 0 15px 0;
	width:200px;
	height:auto;
	background:url(/img/material/pickupt1_back.gif) repeat-y left top;
}
div#ribox6_1 {
	margin:0 0 0 0;
	padding:0 0 10px 0;
	width:200px;
	height:auto;
	background:url(/img/material/pickupt1_bottom.gif) no-repeat left bottom;
}
div#ribox6_1 ul{
	margin:10px 0 0 15px;
	padding:0 0 0 0;
	list-style:none;
}
div#ribox6_1 ul li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:60px;
	height:76px;
	
}
div#ribox6_1 img {
	vertical-align:bottom;
}
/* ビジネスリンク */
div#ribox7 {
	margin:0 0 15px 0;
	width:200px;
	height:auto;
}

div#ribox7 ul{
	margin:0;
	list-style:none;
}
div#ribox7 ul li{
	margin:0 0 15px 0;
}
div#ribox7 img{
	vertical-align:bottom;
}
/*********************************************************/
/*                  TOPページ(CLOSEUP                    */
/*********************************************************/
div#top_closeup {
	width:578px;
	border:1px solid #CDB7B2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div#top_closeup h2 {
	margin-bottom:3px;
	width:578px;
	height:24px;
	background: url(/img/material/topicon_sprite.png) no-repeat left top;
	overflow:hidden;
}
div#top_closeup h2 span {
	display:none;
}
div#top_closeup2_left {
	float:left;
	margin-left:4px;
	width:369px;
	height:auto;
	display:inline;
}
div#top_closeup2_right {
	float:left;
	width:200px;
	height:auto;
}
div#top_closeup2_right ul {
	margin-top:1px;
	list-style:none;
}
div#top_closeup2_right ul li {
	width:200px;
	height:40px;
	margin-bottom:4px;
	overflow:hidden;
}
div#top_closeup2_right ul img {
	cursor:pointer;
}

/* 新規登録店舗 */
div#top_closeup_newshop {
	padding:4px 0 1px 0;
	width:362px;
	height:auto;
	background-color:#A1B881;
}
div.top_closeup_newshop_cont {
	margin:0 0 4px 4px;
	width:354px;
	height:67px;
	background:url(/img/material/top_cl_new_back.jpg) no-repeat left top;
}
div.top_closeup_newshop_cont strong {
	margin:0 0 0 12px;
	padding-top:8px;
	font-size:13px;
	color:#333333;
	display:block;
	height:14px;
}
div.top_closeup_newshop_cont span {
	margin:5px 0 0 12px;
	font-size:12px;
	color:#666666;
	display:block;
	height:12px;
}
div.top_closeup_newshop_cont p {
	margin:5px 0 0 12px;
	font-size:12px;
}

/*********************************************************/
/*                      エリア検索                       */
/*********************************************************/
div#areabox1 {
	margin:10px 0 10px 0;
	width:590px;
	/* width:580px; */
	font-size:12px;
	color:#333333;
}
div#areabox1 table {
	width:580px;
}

div.areabox2 {
	margin:0 0 20px 0;
	width:578px;
	height:auto;
	border:1px solid #9FB7D4;
	background:url(/img/material/shopblockback.jpg) no-repeat left bottom;
}
div.areabox2_back {
	border:1px solid #cccccc;
	background:url(/img/material/shopblockback2.jpg) no-repeat left bottom !important;
}
div.areabox2_1 {
	width:578px;
	height:27px;
	background:url(/img/material/shoptitleback.gif) no-repeat left top;
}
div.areabox2_1_back {
	background:url(/img/material/shoptitleback2.gif) no-repeat left top !important;
}
div.areabox2_1 h2 {
	margin:7px 0 0 0;
	padding:0 0 2px 0;
	float:left;
	font-size:13px;
	color:#4F2B1C;
}
div.areabox2_1 p {
	margin:0 0 0 0;
	padding:10px 1em 0 0;
	font-size:11px;
	color:#333333;
	text-align:right;
}
div.areabox2_2 {
	width:578px;
	height:25px;
	background:url(/img/material/shopiconback.jpg) no-repeat left top;
	font-size:11px;
	color:#4F2B1C;
}
div.areabox2_2_back {
	background:url(/img/material/shopiconback2.jpg) no-repeat left top !important;
}
div.areabox2_3 {
	width:578px;
	height:auto;
}
div.areabox2_3 p {
	padding:10px;
	font-size:13px;
	font-weight:bold;
	color:#644538;
	line-height:1.3em;
}
div.areabox2_4 {
	width:578px;
	height:auto;
}
div.areabox2_4_left {
	float:left;
	width:250px;
	height:auto;
}
div.areabox2_4_left_zero {
	float:left;
	width:250px;
	height:auto;
	text-align:center;
}
div.areabox2_4_left img {
	margin:0 0 0 8px;
	vertical-align:bottom;
}

div.areabox2_4_right {
	float:left;
	width:328px;
	height:auto;
}
div.areabox2_4_right p {
	margin:6px 6px 0 6px;
	color:#585858;
	font-size:12px;
	line-height:16px;
}
div.areabox2_5 {
	margin:15px 0 7px 0;
	padding:0 0 0 0;
	text-align:center;
}

div#areabox3 {
	width:580px;
	font-size:12px;
	color:#585858;
	text-align:right;
}

div#areabox4 {
	margin:15px 0 0 0;
	width:580px;
	font-size:12px;
	color:#585858;
	text-align:center;
}

div.areabox5_left {
	padding-top:3px;
	float:left;
	width:200px;
}
div.areabox5_right {
	padding-right:12px;
	font-size:12px;
	line-height:22px;
	float:right;
}
div.areabox6 {
	width:578px;
	padding:40px 0;
	border:1px solid #cccccc;
	background-color:#efefef;
	text-align:center;
	font-size:12px;
}

/* ****************
 * エリア検索 ハーフ
 **************** */

div.areahalfbox1 {
	float:left;
	margin:0 10px 10px 0;
	width:283px;
	height:178px;
	border:1px solid #9FB7D4;
	display:inline;
	background:url(/img/material/area_half_title_back.gif) no-repeat left top;
}
div.areahalfbox1 h3 {
	margin:3px 0 0 0;
	text-indent:12px;
	font-size:12px;
	color:#333333;
}
div.areahalfbox1_1 {
	margin:7px 0 0 0;
	width:283px;
	height:auto;
}
div.areahalfbox1_1_left {
	float:left;
	width:121px;
	height:auto;
}
div.areahalfbox1_1_right {
	float:left;
	width:162px;
	height:auto;
}

div.areahalfbox1_1_right ul {
	margin:2px 0 0 0;
	list-style:none;
	font-size:12px;
	color:#333333;
}
div.areahalfbox1_1_right ul li {
	margin:0;
	width:150px;
	height:23px;
	line-height:23px;
	background:url(/img/material/dash2.gif) repeat-x left bottom;
}
div.areahalfbox1_1_right ul li span {
	padding:0 6px 0 8px;
	font-weight:bold;
}
div.areahalfbox1_1_right p {
	margin:0 0 5px 57px;
	padding:1px 0 0 5px;
	width:95px;
	height:13px;
	line-height:13px;
	font-size:11px;
	color:white;
	background:url(/img/material/area_update_back2.gif) no-repeat left top;
}
div.areahalfbox1_1_right_1 {
	margin:8px 0 0 7px;
}
div.areahalfbox1_title {
	height:26px;
}

div.areabox1_loader {
	padding:30px 0;
	width:580px;
	text-align:center;
	color:#666666;
	font-size:12px;
}

/* ***********************
 * エリア検索 サムネイル
 *********************** */
div.areathumbbox1 {
	margin:0 0 30px 0;
	float:left;
	width:198px;
	height:auto;
	display:inline;
}
div.areathumbbox1 img {
	margin:6px 0 0 6px;
}
div.areathumbbox1 p {
	width:183px;
	height:22px;
	font-size:12px;
	color:#434343;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}
div.areathumbbox1 ul {
	width:198px;
	height:100px;
	background-image:url(/img/material/thumblistback.gif);
	font-size:12px;
	list-style:none;
}
div.areathumbbox1 ul li {
	margin:0 0 0 35px;
	list-style:none;
	height:25px;
	line-height:25px;
}
div.areathumbbox1 ul span {
	font-size:10px;
}
.thumbnumber {
	font-size:14px;
	font-weight:bold;
	color:#585858;
}
.thumbhpicon {
	margin:3px 0 0 163px !important;
}
.thumbsmalltitle {
	font-size:10px !important;
	line-height:10px;
}
div.areathumbback1 {
	width:198px;
	height:163px;
	background-image:url(/img/material/hpthumbback1.jpg);
}
div.areathumbback2 {
	width:198px;
	height:163px;
	background-image:url(/img/material/hpthumbback2.jpg);
}
div.areathumbback3 {
	width:198px;
	height:163px;
	background-image:url(/img/material/hpthumbback3.jpg);
}
div.areathumbback4 {
	width:198px;
	height:163px;
	background-image:url(/img/material/hpthumbback4.jpg);
}
div.areathumbback5 {
	width:198px;
	height:163px;
	background-image:url(/img/material/hpthumbback5.jpg);
}
div.areathumbback99 {
	width:198px;
	height:163px;
	background-image:url(/img/material/hpthumbback99.jpg);
}
/*********************************************************/
/*                     左側ブロック                      */
/*********************************************************/
/* エリア検索メニュー */
div.leftrel {
	/*
	position: relative;
	z-index: inherit;
	zoom: 1; */ /* For IE6 */
}
div.leftboxouter {
	margin-bottom:20px;
	width:168px;
	border:1px solid #acacac;
	background-color:#d9d9d9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*behavior: url(/css/border-radius.htc);*/
}
div.leftboxinner {
	margin:3px;
	width:160px;
	border:1px solid #ccc;
	background-color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*behavior: url(/css/border-radius.htc);*/
}
/* IE6,7用ハック */
/*
div.leftboxinner {
	*margin:4px 0 3px 4px;
}
*/
div#leftareasearch h3 {
	margin:2px 0 0 2px;
	display:block;
	width:156px;
	height:23px;
	background: url(/img/material/left_sprite.png) no-repeat left top;
}
div.leftboxinner h3 span {
	display:none;
}
a.leftmapicon {
	margin:4px 0 0 5px;
	display:block;
	width:150px;
	height:36px;
	background: url(/img/material/left_sprite.png) no-repeat -256px 0;
}
a.leftmapicon span{
	display:none;
}
/* 都道府県 */
div.leftprefbox {
	margin:4px 0 0 5px;
	height:30px;
}
div.leftprefbox a {
	float:left;
	margin-right:1px;
	display:block;
	width:35px;
	height:20px;
	background: url(/img/material/left_sprite.png) no-repeat -256px -36px;
}
div.leftprefbox a span {
	display:none;
}
div.leftprefbox a.leftpreficon1 { background-position:-256px -36px; }
div.leftprefbox a.leftpreficon1:hover { background-position:-256px -56px;}

div.leftprefbox a.leftpreficon2 { width:42px; background-position:-291px -36px; }
div.leftprefbox a.leftpreficon2:hover { background-position:-291px -56px; }

div.leftprefbox a.leftpreficon3 { background-position:-333px -36px; }
div.leftprefbox a.leftpreficon3:hover { background-position:-333px -56px; }

div.leftprefbox a.leftpreficon4 { background-position:-368px -36px; }
div.leftprefbox a.leftpreficon4:hover { background-position:-368px -56px; }

div.leftprefbox a.lpon1 { background-position:-256px -56px; }
div.leftprefbox a.lpon2 { background-position:-291px -56px; }
div.leftprefbox a.lpon3 { background-position:-333px -56px; }
div.leftprefbox a.lpon4 { background-position:-368px -56px; }

/* エリア */
div.leftareabox {
	clear:both;
	display:none;
}
div.leftareabox div {
	margin:0 0 0 3px;
	background-color:#eaeaea;
	width:154px;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	text-indent:6px;
}
.leftareacnt {
	font-size:10px;
}
.areaminiconnew {
	margin:5px 0 0 4px;
	float:left;
	display:block;
	width:21px;
	height:9px;
	background: url(/img/material/left_sprite.png) no-repeat -388px -88px;
}
.areaminiconup {
	margin:5px 0 0 6px;
	float:left;
	display:block;
	width:15px;
	height:9px;
	background: url(/img/material/left_sprite.png) no-repeat -373px -88px;
}
.leftareaname {
	float:left;
	display:block;
	cursor:pointer;
}
div.leftareabox div a {
	float:left;
	display:block;
	width:154px;
	height:20px;
	color:#585858;
	text-decoration:none;
	background-color:#eaeaea;
}
div.leftareabox div a:hover {
	color:#fff;
	background-color:#666666;
}
div.leftareabox p {
	margin:5px 0 5px 10px;
	font-size:11px;
	color:#666666;
	line-height:16px;
}
div.leftareabox div a.on {
	color:#fff;
	background-color:#666666;
}
/* エリア検索サブメニュー クイックエリア */
div#leftquicksearch h3 {
	margin:2px 0 0 2px;
	display:block;
	width:156px;
	height:23px;
	background: url(/img/material/left_sprite.png) no-repeat 0 -46px;
}
div.quickarealink {
	margin-top:-7px;
}
div.quickarealink table {
	margin:0 0 0 4px;
	padding:0 0 0 0;
}
div.quickarealink table td {
	background-color:#ebebeb;
	font-size:12px;
	color:#434343;
	width:73px;
	height:19px;
	border-right:1px solid #acacac;
	border-bottom:1px solid #acacac;
	text-align:center;
}
div.quickanchor {
	margin:6px 0;
}
div.quickanchor a {
	margin-left:55px;
	display:block;
	width:96px;
	height:12px;
	background: url(/img/material/left_sprite.png) no-repeat -256px -88px;
}
div.quickanchor a span {
	display:none;
}
/**
 * tab動作
 */
div.quickareabox {
	display:none;
}
/* 携帯QRコード */
div#leftmobile h3 {
	margin:2px 0 0 2px;
	display:block;
	width:156px;
	height:23px;
	background: url(/img/material/left_sprite.png) no-repeat 0 -23px;
}
.leftmobilesubt {
	margin:10px 0 0 12px;
	display:block;
	width:131px;
	height:12px;
	background: url(/img/material/left_sprite.png) no-repeat -256px -76px;
}
div#leftmobile p {
	margin:8px 10px 10px;
	font-size:12px;
	line-height:1.3;
	color:#585858;
}
div#leftmobile a {
	margin-left:28px;
	display:block;
	width:100px;
	height:100px;
	background: url(/img/material/left_sprite.png) no-repeat -156px 0;
}
.leftmobileicon {
	margin:13px 0 10px 5px;
	display:block;
	width:150px;
	height:30px;
	background: url(/img/material/left_sprite.png) no-repeat 0 -69px;
}
div.leftmobilesend {
	font-size:12px;
	height:30px;
	line-height:30px;
}
div.leftmobilesend span {
	margin:6px 6px 0 7px;
	float:left;
	display:block;
	width:18px;
	height:18px;
	background: url(/img/material/left_sprite.png) no-repeat -403px -70px;
}
div.leftmobilesend a {
	color:#003399;
}
div.leftmobilesend a:hover {
	color:red;
}
/*********************************************************/
/*                    店舗詳細ページ                     */
/*********************************************************/
/* タブメニュー */
div.shopbox1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:580px;
	height:auto;
	border-bottom:2px solid #CC3300;
}
div.shopbox1 img {
	vertical-align:bottom;
}
div.shopbox1 ul {
	list-style:none;
}
div.shopbox1 ul li {
	margin:0 2px 0 0;
	padding:0 0 0 0;
	float:left;
	width:80px;
	height:25px;
}
/* ページ内リンク */
div.shopbox2 {
	margin:10px 0 15px 0;
	padding:0 0 0 0;
	width:580px;
	height:auto;
}
div.shopbox2 ul {
	list-style:none;
	font-size:12px;
	color:#333333;
}
div.shopbox2 ul li {
	margin:0 0 0 0;
	padding: 0 30px 0 0;
	display:inline;
	background:url(/img/material/arror3.gif) no-repeat left center;
}

div.shopbox2 a {
	text-decoration:none;
	padding-left:16px;
	color:#333333;
}
div.shopbox2 a:link {
	color:#333333;
}
div.shopbox2 a:visited {
	color:#333333;
}
div.shopbox2 a:hover {
	color:red;
}
/* 各ブロック */
div.shopbox3 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:578px;
	height:auto;
	border:1px solid #cccccc;
	background-color:#ebebeb;
}

div.shopbox3_1 {
	margin:4px 0 4px 3px;
	padding:0 0 0 0;
	width:570px;
	height:auto;
	border:1px solid #cccccc;
	background-color:white;
}
div.shopbox3_1_bbs {
	margin:4px 0 4px 3px;
	padding:15px 0;
	width:570px;
	height:auto;
	border:1px solid #cccccc;
	background-color:white;
	text-align:center;
}
div.shopbox3_1_google {
	margin:4px 0 4px 3px;
	padding:6px 0;
	width:570px;
	height:auto;
	border:1px solid #cccccc;
	background-color:white;
	text-align:center;
}
div.shopbox3_1 .table_01 p {
	margin:0 10px 0 10px;
	padding-left:7px;
	width:220px;
	height:20px;
	line-height:20px;
	background:url(/img/material/dash1.gif) repeat-x left bottom;
}
div.shopbox3_1 h4 {
	padding-left:8px;
	font-size:12px;
	color:#333333;
	font-weight:normal;
}
div.shopbox3_1_1 {
	margin:10px 0 10px 9px;
	width:550px;
	height:550px;
	background-color:#cccccc;
}
div.shopbox3_1_sub {
	margin:10px 0 10px 9px;
	width:550px;
	height:350px;
}
div.shopbox3_1_2_left {
	float:left;
	padding:10px 0 0 1em;
	color:#993300;
	font-size:16px;
	font-weight:bold;
}
div.shopbox3_1_2_right {
	float:right;
	padding:10px 1em 0 0;
	color:#FF3300;
	font-size:14px;
	font-weight:bold;
}
div.shopbox3_1_3 {
	padding:0 1em 10px 0;
	text-align:right;
	color:#333333;
	font-size:12px;
}
div.shopbox3_1_4 {
	margin:0 10px;
	padding:0 0 12px 0;
	background:url(/img/material/dash1.gif) repeat-x left bottom;
}
div.shopbox3_2 {
	margin:0 0 4px 3px;
	padding:0 0 0 0;
	width:570px;
	height:auto;
	border:1px solid #cccccc;
	background-color:white;
}

div.shopbox3_2 p {
	margin:10px;
	padding:0 0 0 0;
	font-size:13px;
	color:#644538;
	line-height:18px;
}

div.shopbox3_3_left {
	margin:0;
	float:left;
	width:338px;
	height:auto;
}
div.shopbox3_3_right {
	margin:0;
	float:left;
	width:240px;
	height:auto;
}

/* divとclassがあるのはshadowboxを使うことを計算して*/

div#shopbox3_3_1 {
	margin:9px 0 9px 9px;
	width:320px;
	height:420px;
	background:url(/img/material/gdetail_back.gif) no-repeat left top;
}
div.shopbox3_3_1 {
	margin:9px 0 9px 9px;
	width:320px;
	height:420px;
	background:url(/img/material/gdetail_back.gif) no-repeat left top;
}


div#shopbox3_3_2 {
	margin:9px 0 0 0;
	width:228px;
	height:416px;
	border:1px solid #acacac;
	background:white url(/img/material/gdetail_profile.gif) no-repeat left top;
}
div.shopbox3_3_2 {
	margin:9px 0 0 0;
	width:228px;
	height:416px;
	border:1px solid #acacac;
	background:white url(/img/material/gdetail_profile.gif) no-repeat left top;
}


div#shopbox3_3_2 p {
	margin:4px 6px 0 0;
	font-size:11px;
	color:#585858;
	text-align:right;
}
div.shopbox3_3_2 p {
	margin:4px 6px 0 0;
	font-size:11px;
	color:#585858;
	text-align:right;
}


div#shopbox3_3_2 table {
	margin:10px 0 0 14px;
	width:200px;
	font-size:12px;
}
div.shopbox3_3_2 table {
	margin:10px 0 0 14px;
	width:200px;
	font-size:12px;
}


div#shopbox3_3_2 table tr {
	background:url(/img/material/detail_dash.gif) no-repeat left bottom;
}
div.shopbox3_3_2 table tr {
	background:url(/img/material/detail_dash.gif) no-repeat left bottom;
}


div#shopbox3_3_2 table th {
	padding:0 0 0 6px;
	height:29px;
	text-align:left;
	color:#585858;
}
div.shopbox3_3_2 table th {
	padding:0 0 0 6px;
	height:29px;
	text-align:left;
	color:#585858;
}


div#shopbox3_3_2 table td {
	width:140px;
	text-align:left;
}
div.shopbox3_3_2 table td {
	width:140px;
	text-align:left;
}


div.shopbox3_4 {
	margin:10px 0;
	text-align:center;
}

div.shopbox4 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:578px;
	height:auto;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#ebebeb;
}
div.shopbox4_1 {
	margin:0 0 9px 9px;
	clear:both;
	width:560px;
	height:25px;
}
div.shopbox5 {
	margin-top:15px;
	width:578px;
	text-align:center;
}
div.shopbox6 {
	padding:0 0 15px 0;
	width:578px;
	text-align:center;
	border:1px solid #cccccc;
	font-size:small;
	color:#585858;
}
/**
 * 体験談
 */
div.repbox1 {
	padding-right:1em;
	height:24px;
	border-bottom:1px solid #cccccc;
	line-height:24px;
	text-align:right;
	font-size:12px;
	color:#333333;
}
div.repbox1_member {
	width:570px;
	height:24px;
	border-bottom:1px solid #cccccc;
	font-size:12px;
}
div.repbox1_member_le {
	float:left;
	width:390px;
	height:24px;
	line-height:24px;
	text-indent:1em;
	font-weight:bold;
	color:#666666;
}
div.repbox1_member_ri {
	float:left;
	width:170px;
	height:24px;
	line-height:24px;
	text-align:right;
	color:#333333;
}

div.repbox2 {
	padding:5px 0;
	width:570px;
	border-bottom:1px solid #cccccc;
}
div.repbox2_left {
	float:left;
	width:248px;
	height:auto;
	background:url(/img/material/dash_tate1.gif) repeat-y right top;
}
div.repbox2_right {
	float:left;
	width:322px;
	height:auto;
}
div.repbox2_right_1 {
	padding-top:9px;
	width:320px;
	height:35px;
	background:url(/img/material/report_average.gif) no-repeat left top;
}
/**
 * 口コミ
 */
div.bbsbox1 {
	margin-top:20px;
	width:578px;
	height:auto;
	border:1px solid #cccccc;
}
div.bbsbox1_1 {
	width:576px;
	height:20px;
	border:1px solid white;
	background-color:#D6D6CC;
}
div.bbsbox1_1_le {
	float:left;
	width:470px;
	height:20px;
	line-height:20px;
	text-indent:10px;
	font-size:12px;
	color:#434343;
}
div.bbsbox1_1_ri {
	float:left;
	width:106px;
	height:20px;
}
div.bbsbox1_2 {
	padding:10px 1em;
	line-height:20px;
	font-size:small;
	color:#333333;
}
div.bbsbox1_3 {
	margin-left:3px;
	width:570px;
	height:25px;
	background:url(/img/material/dash1.gif) repeat-x left top;
}
div.bbsbox1_3_le {
	float:left;
	width:100px;
	height:25px;
	line-height:25px;
	color:#993300;
	text-indent:6px;
	font-size:12px;
}
div.bbsbox1_3_ri {
	float:left;
	width:470px;
	height:25px;
	line-height:25px;
	color:#666666;
	text-align:right;
	font-size:12px;
}
/*********************************************************/
/*                      店舗検索                         */
/*********************************************************/
div.searchbox1 {
	margin:15px 0 20px 0;
	width:578px;
	height:auto;
	border:1px solid #999999;
	background:#EBEBEB url(/img/material/searchbox_backline.gif) no-repeat left top;
}
div.searchbox2_1 {
	margin-top:3px;
	padding:10px;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #ffffff;
}
div.searchbox2_1 table {
	width:100%;
	font-size:small;
}
div.searchbox2_1 table tr {
	background:url(/img/material/dash1.gif) repeat-x left bottom;
}
div.searchbox2_1 table th {
	padding:5px 0;
	width:110px;
	font-weight:normal;
	text-align:left;
}
div.searchbox2_1 table td {
	padding:5px 0;
}
div.searchbox2_1 span {
	display:block;
	text-indent:30px;
	background:url(/img/material/arrow5.gif) no-repeat 10px center;
}
/* button area */
div.searchbox2_2 {
	height:30px;
	border:1px solid #ffffff;
	background:url(/img/material/searchbox_button_back.gif) repeat-x left top;
	text-align:center;
}
div.searchbox2_2 img {
	margin-top:5px;
}

/*********************************************************/
/*                    新人情報ページ                     */
/*********************************************************/
div#newfacebox {
	margin:0 0 0px 0;
	width:591px;
	height:auto;
}
div.newfacelist {
	float:left;
	margin-right:11px;
	width:186px;
	height:360px;
}
div.newfacelist ul {
	margin-top:3px;
}
div.newfacelist li {
	height:25px;
	font-size:13px;
	text-align:center;
	background: url(/img/material/dash1.gif) repeat-x left bottom;
	line-height:25px;
	color:#333;
}
div.newfacelist li:last-child {
	padding-top:2px;
	background-image:none;
	font-size:12px;
}
div.newfaceimg {
	position:relative;
	width:184px;
	height:262px;
	border:1px solid #DDD;
	display:block;
}
div.newfaceimg span {
	position:absolute;
	top:247px;
	left:10px;
	z-index:9;
	font-size:10px;
	color:#aaa;
}
.newfacemainimg {
	margin:2px 0 0 2px;
}
.newfaceofficial {
	position:absolute;
	top:246px;
	left:166px;
	z-index:9;
	width:12px;
	height:12px;
	background: url(/img/material/left_sprite.png) no-repeat -387px -76px;
}
.newfacecountryflag {
	position:absolute;
	top:246px;
	left:140px;
	z-index:9;
	width:20px;
	height:14px;
	background: url(/img/material/left_sprite.png) no-repeat -406px -14px;
}
.newfaceshopicon {
	margin-right:5px;
	background: url(/img/material/left_sprite.png) no-repeat -426px -48px;
	width:16px;
	height:16px;
	vertical-align:-5px;
}
.newfacenewicon {
	background: url(/img/material/left_sprite.png) no-repeat -352px -88px;
	width:21px;
	height:9px;
}
a.newfaceshopdetail {
	color:#0066CC;;
}
a.newfaceshopdetail:hover {
	color:#ff0000;
}

/*
div#newfbox1_title {
	height:25px;
}
div.newfbox1 {
	float:left;
	margin:0 10px 10px 0;
	width:283px;
	height:178px;
	border:1px solid #9FB7D4;
	display:inline;
	background:url(/img/material/newface_title_back.gif) no-repeat left top;
}
div.newfbox1 h3 {
	margin:3px 0 0 20px;
	font-size:12px;
	color:#333333;
	height:25px;
}
div.newfbox1_1 {
	margin:7px 0 0 0;
	width:283px;
	height:auto;
}
div.newfbox1_1_left {
	float:left;
	width:121px;
	height:auto;
}
div.newfbox1_1_right {
	float:left;
	width:162px;
	height:auto;
}

div.newfbox1_1_right ul {
	margin:2px 0 0 0;
	list-style:none;
	font-size:12px;
	color:#666666;
}
div.newfbox1_1_right ul li {
	margin:0;
	width:150px;
	height:23px;
	line-height:23px;
	background:url(/img/material/dash2.gif) repeat-x left bottom;
}
div.newfbox1_1_right ul li span {
	padding:0 6px 0 8px;
	font-weight:bold;
}
*/

/*********************************************************/
/*                      画像一覧                         */
/*********************************************************/

div#photobox {
	margin:0 0 15px 0;
	width:578px;
	height:auto;
	border:1px solid #9FB7D4;
	background-color:#F2FAFF;
	overflow:auto;
}

div#photobox ul {
	margin:10px 0 9px 9px;
	padding:0;
	list-style:none;
}
div#photobox ul li {
	margin:0;
	padding:0 8px 9px 0;
	float:left;
	width:105px;
	height:155px;
	display:inline;
}
div#photobox p {
	padding-top:4px;
	width:105px;
	font-size:12px;
	text-align:center;
}



/*********************************************************/
/*                    キャンペーン                       */
/*********************************************************/
div.cambox1 {
	margin:0 0 20px 0;
	width:578px;
	height:auto;
	background-color:#EBEBEB;
	border:1px solid #cccccc;
}
div.cambox1_title {
	margin:4px 0 4px 0;
	height:25px;
}
div.cambox1_title h2{
	margin:0 0 0 3px;
	padding:0;
	width:572px;
	height:25px;
	background:url(/img/material/ampaign_title_back.gif) no-repeat left top;
	font-size:13px;
	color:#585858;
	text-indent:30px;
	line-height:25px;
}
div.cambox1_2 {
	margin:0 0 4px 3px;
	padding:0 0 0 0;
	width:570px;
	height:auto;
	border:1px solid #cccccc;
	background-color:white;
}
div.cambox1_2_left {
	float:left;
	width:137px;
	height:auto;
}
div.cambox1_2_left img {
	margin:6px 0 6px 6px;
}
div.cambox1_2_right {
	float:left;
	width:433px;
	height:auto;
}
div.cambox1_2_1 {
	margin:4px 10px 0 0;
	text-align:right;
}
div.cambox1_3 {
	margin:5px 0 5px 0;
	padding:0 0 0 0;
	text-align:center;
}


/*********************************************************/
/*                      更新情報                         */
/*********************************************************/
div.updbox1 {
	margin:0 0 20px 0;
	padding-bottom:8px;
	width:578px;
	height:auto;
	background-color:#EBF1F9;
	border:1px solid #CCCCCC;
}
div.updbox2_1 {
	height:5px;
	border-top:1px solid #EBF1F9;
	border-bottom:1px solid #CCCCCC;
	background-color:#DAE0F9;
	text-align:right;
	overflow:hidden;
}
div.updbox2_2 {
	padding-left:59px;
	height:50px;
	border-top:1px solid #EBF1F9;
	border-right:1px solid #EBF1F9;
	border-left:1px solid #EBF1F9;
	border-bottom:1px solid #FFFFFF;
	background:#DAE0E7 url(/img/material/upd_box_back_book.gif) no-repeat left top;
}
div.updbox2_2 img {
	margin-top:18px;
}

div.updbox2_3_normal {
	margin:6px 0 0 8px;
}
div.updbox2_3_new {
	margin:6px 0 0 8px;
}
/* ノーマル */
div.updbox2_3_normal div.updbox3_1 {
	width:560px;
	height:68px;
	background:#ffffff url(/img/material/upd_cont_head1.gif) no-repeat left top;
}
/* 新着 */
div.updbox2_3_new div.updbox3_1 {
	width:560px;
	height:68px;
	background:#ffffff url(/img/material/upd_cont_head2.gif) no-repeat left top;
}
div.updbox3_2 {
	padding-bottom:20px;
	width:560px;
	height:auto;
	background:#ffffff url(/img/material/upd_cont_footer.gif) no-repeat left bottom;
}
div.updbox4_1 {
	margin:0 0 0 25px;
	padding-top:28px;
	height:20px;
}
div.updbox4_1 h3 {
	padding:0 0 4px 0;
	font-size:13px;
	color:#333333;
}
/* ノーマル */
div.updbox2_3_normal div.updbox4_2 {
	margin:0 0 0 25px;
	height:20px;
	color:#666666;
	font-size:12px;
	line-height:20px;
}
/* 新着 */
div.updbox2_3_new div.updbox4_2 {
	margin:0 0 0 25px;
	height:20px;
	color:#ffffff;
	font-size:12px;
	line-height:20px;
}

div.updbox4_3_left {
	float:left;
	width:95px;
	height:auto;
}
div.updbox4_3_right {
	float:left;
	width:465px;
	height:auto;
}
div.updbox5_1_left {
	float:left;
	width:440px;
}
div.updbox5_1_right {
	float:left;
	width:95px;
}

/* ノーマル */
div.updbox2_3_normal div.updbox5_2 {
	margin-top:10px;
	color:red;
	font-size:12px;
}
/* 新着 */
div.updbox2_3_new div.updbox5_2 {
	margin-top:10px;
	color:red;
	font-size:12px;
	font-weight:bold;
}
/* ノーマル */
div.updbox2_3_normal div.updbox5_3 {
	margin:4px 1em 0 0;
	color:#333333;
	font-size:12px;
	line-height:18px;
}
/* 新着 */
div.updbox2_3_new div.updbox5_3 {
	margin:4px 1em 0 0;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

a.updatelink {
	color:#333333;
}
a.updatelink:link {
	color:#333333;
}
a.updatelink:visited {
	color:#333333;
}
a.updatelink:hover {
	color:red;
}
/*********************************************************/
/*                      エステマップ                     */
/*********************************************************/
div#mapcontents {
	margin-top:1px;
	width:100%;
	height:500px;
	border-bottom:1px solid #acacac;
}
div#shopmap {
	width:100%;
	height:500px;
}
div#mappickuparea {
	margin-top:2px;
	width:100%;
	height:89px;
	border-bottom:1px solid #acacac;
	background-color:#ebebeb;
}
div#mappickupshop {
	margin:0 auto;
	width:980px;
	height:89px;
	background:url(/img/material/mapshopReco.gif) no-repeat left top;
}
div#mappickupcontents {
	margin-left:30px;
	padding-top:8px;
	width:100%;
	height:89px;
	background:url(/img/material/mappick_line.gif) no-repeat right top;
}
div.mapattention {
	margin:10px auto 30px auto;
	width:980px;
	font-size:small;
	line-height:16px;
	color:#666666;
}
/*********************************************************/
/*                    お問合わせ                         */
/*********************************************************/
div.cntact1 {
	padding:25px 0 25px 0;
	width:980px;
	height:auto;
	background:#efefef url(/img/material/contakut_main_back.gif) no-repeat left bottom;
}
div.cntact2 {
	padding:14px 0;
	width:978px;
	height:auto;
	border:1px solid #acacac;
	background-color:#ebebeb;
}
/* 左メニュー */
div.cntact1_right {
	float:left;
	width:250px;
}
div.cntact1_right_1 {
	margin:0 0 0 25px;
}
div.cntact1_right_1 h3 {
	width:200px;
	height:28px;
	font-size:12px;
	background:url(/img/material/icontact_menu_back.gif) no-repeat left top;
	color:#ffffff;
	text-align:center;
	line-height:28px;
}
div.cntact1_right_1_1 {
	margin:0;
	padding:0;
	width:198px;
	height:auto;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	background-color:#ffffff;
}
div.cntact1_right_1 dl {
	margin:0 0 40px 10px;
	padding:20px 0 0 0;
	font-size:small;
	height:auto;
}
div.cntact1_right_1 dl dt {
	margin:0 0 10px 0;
	text-indent:16px;
	background: url(/img/material/arrow3.gif) no-repeat left top;
}
div.cntact1_right_1 dl dd {
	margin:0 0 8px 0;
	text-indent:16px;
}
/* 右メイン */
div.cntact1_left {
	float:left;
	width:730px;
}

div.cntact1_left_1 {
	margin:0 0 0 0;
	width:703px;
	border:1px solid #D6D6D6;
	background-color:#FFFFFF;
}
div.cntact1_left_1_1 {
	margin:15px;
	font-size:small;
}
div.cntact1_left_1_1 p {
	margin:15px 0 15px 0;
	line-height:18px;
	color:#333333;
}
div.cntact1_left_1_1_1 {
	padding:20px;
	border:1px solid #cccccc;
	background-color:#efefef;
	line-height:20px;
}
div.cntact1_left_1_1 h5 {
	margin:30px 0 -10px 0;
	color:#FF6633;
}
/* 相互リンク 200*40 */
div.linkbox1 {
	margin-bottom:20px;
	padding:18px 0 0 0;
	width:671px;
	height:auto;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

div.linkbox1 ul {
	margin:0 0 0 17px;
	list-style:none;
}
div.linkbox1 ul li {
	margin:0 18px 0 0;
	float:left;
	width:200px;
	height:75px;
	display:inline;
	text-align:center;
}
/* 相互リンク 88*31 */
div.linkbox2 {
	margin-bottom:20px;
	padding:9px 0 0 0;
	width:671px;
	height:auto;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
div.linkbox2 ul {
	margin:0 0 0 9px;
	list-style:none;
}
div.linkbox2 ul li {
	margin:0 6px 0 0;
	float:left;
	width:88px;
	height:37px;
	display:inline;
	text-align:center;
}
/* サイトマップ */
div.sitemapbox1 {
	margin-bottom:20px;
	padding:6px 0 6px 0;
	width:671px;
	height:auto;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
div.sitemapbox1 ul {
	margin:0 1em 6px 1em;
	list-style:none;
	color:#8C605E;
}
div.sitemapbox1 ul li {
	height:30px;
	line-height:30px;
	text-indent: 12px;
	background:url(/img/material/dash2.gif) repeat-x left bottom;
}
div.sitemapbox1 p {
	margin:6px 0 6px 24px;
}
/* リンク要素 */
div.sitemapbox1 ul a {
	background:url(/img/material/arrow4.gif) no-repeat left center;
	padding-left:12px;
	text-decoration:none;
	color:#333333;
}
div.sitemapbox1 ul a:link {
	background:url(/img/material/arrow4.gif) no-repeat left center;
	text-indent:12px;
	text-decoration:none;
	color:#333333;
}
div.sitemapbox1 ul a:visited {
	background:url(/img/material/arrow4.gif) no-repeat left center;
	text-indent:12px;
	text-decoration:none;
	color:#333333;
}
div.sitemapbox1 ul a:hover {
	background:url(/img/material/arrow4.gif) no-repeat left center;
	text-indent:12px;
	text-decoration:none;
	color:red;
}
div.sitemapbox2 {
	margin:12px 1em 0 12px;
	font-weight:bold;
	background-color:#efefef;
	color:#585858;
	border-left:5px solid #585858;
	text-indent:6px;
}
/* 利用規約*/
div.legalbox1 {
	margin:15px;
	padding-top:20px;
	font-size:small;
	color:#333333;
}
div.legalbox1 h5 {
	margin:0 0 0 0;
	font-size:small;
}
div.legalbox1 p {
	margin:4px 0 10px 0;
	line-height:16px;
	color:#333333;
}

/* 広告掲載概要 */
div#siteinfo_title {
	width:100%;
	height: 101px;
	text-align:center;
	background:url(/img/material/advowninfo_title_back.gif) repeat-x left top;
}
div#advprimg {
	width:100%;
	height: 517px;
	text-align:center;
	background:url(/img/material/advtitlepr1_back.gif) repeat-x left top;
}
div.advownbox1 {
	margin:0 0 0 14px;
	padding:0 0 20px 0;
	width:948px;
	border:1px solid #c1c1c1;
	background-color:white;
}
/*********************************************************/
/*                     メンバー                          */
/*********************************************************/
div#chkName {
	margin-bottom:6px;
	font-size:12px;
}
div.memberbox1 {
	margin-top:20px;
	width:580px;
	text-align:center;
}

div.memberbox2 {
	padding:30px 0;
	margin-top:20px;
	width:578px;
	background-color:#FFEFE5;
	font-size:12px;
	line-height:18px;
}
div.memberbox3 {
	margin-bottom:10px;
	padding:10px 0;
	width:578px;
	background-color:#FFBFBF;
	border:1px solid red;
	line-height:18px;
	font-size:12px;
	text-align:center;
}
div.memberbox4 {
	font-size:12px;
	color:red;
	margin-bottom:10px;
	font-weight:bold;
}
div.memberbox5 {
	margin-top:15px;
	padding:15px 0;
	width:578px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#E5EDF4 url(/img/material/shimaline.gif) repeat-x left top;
	height:auto;
}
div.memberbox5_1_left {
	float:left;
	width:153px;
	height:auto;
}
div.memberbox5_1_right {
	float:left;
	width:425px;
	height:auto;
}
div.memberbox5_1_1 {
	margin-left:5px;
	width:140px;
	height:140px;
	background:url(/img/material/mypic_back.gif) no-repeat left top;
	text-align:center;
}
div.memberbox5_1_1 img {
	margin-top:10px;
}
div.memberbox5_1_2 {
	width:420px;
	height:6px;
	overflow:hidden;
	background:url(/img/material/myprof_top_parts.gif) no-repeat left top;
}
div.memberbox5_1_3 {
	width:420px;
	height:6px;
	overflow:hidden;
	background:url(/img/material/myprof_bottom_parts.gif) no-repeat left top;
}
div.memberbox5_1_4 {
	padding-top:2px;
	padding-bottom:8px;
	width:418px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:white;
	height:auto;
}
div.memberbox6 {
	margin-top:20px;
	padding-top:10px;
	width:580px;
	border-top:1px solid #cccccc;
	font-size:12px;
	line-height:20px;
	color:#434343;
}
div.memberbox7 {
	width:400px;
	height:150px;
	overflow:scroll;
	line-height:16px;
	font-size:small;
	color:#585858;
}
div.memberbox8 {
	margin-top:15px;
	width:580px;
	height:1px;
	overflow:hidden;
	background:url(/img/material/dash1.gif) repeat-x left top;
}
div.memberbox9 {
	margin-top:15px;
	width:578px;
	height:25px;
	background-color:#FFE5E5;
	color:#585858;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	font-size:12px;
}
div.memberbox10 {
	margin-top:15px;
	width:580px;
	height:1px;
	overflow:hidden;
	border-top:2px solid #cccccc;
}
div.memberbox11 {
	margin-top:15px;
	font-size:12px;
	color:red;
	font-weight:bold;
	line-height:20px;
}
/*********************************************************/
/*                       age                             */
/*********************************************************/
div#age {
	margin:20px auto;
	width:980px;
}
div#age a {
	margin-left:880px;
	display:block;
	width:96px;
	height:12px;
	background: url(/img/material/left_sprite.png) no-repeat -256px -88px;
}
div#age a span {
	display:none;
}
div#age2 {
	margin:30px auto;
	width:980px;
	text-align:right;
}
/*********************************************************/
/*                      footer                           */
/*********************************************************/
div#footer{
	padding:0;
	background:url(/img/material/footer_back.gif);
	width:100%;
}
div.footer_top {
	background:url(/img/material/footer_sikiri.gif) repeat-x left top;
	height:16px;
	overflow:hidden;
}
div.footer_main {
	margin:0 auto;
	width:978px;
	border-left:1px solid #181818;
	border-right:1px solid #575757;
}
div.footer_main2 {
	margin:0 auto;
	width:976px;
	border-left:1px solid #575757;
	border-right:1px solid #181818;
}
/* contents1 */
div.footer_cont1 {
	height:170px;
	border-bottom:1px solid #181818;
}
.footerm1box {
	float:left;
	width:190px;
	height:170px;
	border-right:1px solid #181818;
	display:inline;
}
.footerm2box {
	float:left;
	width:160px;
	height:170px;
	border-left:1px solid #575757;
	border-right:1px solid #181818;
	display:inline;
}
.footerm3box {
	float:left;
	width:160px;
	height:170px;
	border-left:1px solid #575757;
	border-right:1px solid #181818;
	display:inline;
}
.footerm4box {
	float:left;
	border-left:1px solid #575757;
	width:460px;
	height:170px;
	display:inline;
}
div.footer_cont1 h5 {
	padding:5px 0 0 10px;
	height:17px;
	background-image:url(/img/material/footertitleback.png);
	border-bottom:1px solid #000;
}
div.footer_cont1 h5 span {
	width:134px;
	display:block;
	height:12px;
	overflow:hidden;
	background: url(/img/material/footer_sprite.png) no-repeat 0 0;
	text-indent:-1000px;
}
div.footerm2box h5 span {
	background-position:0 -12px;
}
div.footerm3box h5 span {
	background-position:0 -24px;
}
div.footerm4box h5 span {
	background-position:0 -36px;
}
div.footer_cont1 ul {
	padding:10px 0 0 10px;
	border-top:1px solid #555555;
	font-size:12px;
}
div.footer_cont1 ul li {
	margin:0 0 11px;
	height:13px;
	line-height:13px;
	color:#d6d6d6;
	text-indent:8px;
}
div.footer_cont1 ul li span {
	margin-top:1px;
	float:left;
	display:block;
	width:11px;
	height:11px;
	background: url(/img/material/footer_sprite.png) no-repeat -98px -48px;
	display:inline;
}
/* エリアメニュー */
div.footerm4box h5 {
	position:relative;
}
div.footerm4box dl {
	position:absolute;
	top:4px;
	left:238px;
	font-weight:normal;
}
div.footerm4box dl dd {
	margin-left:3px;
	padding:1px 0 0 0;
	float:left;
	display:inline;
	width:50px;
	height:14px;
	line-height:14px;
	font-size:12px;
	background-color:#505050;
	text-align:center;
	color:#fff;
	cursor:pointer;
	vertical-align:middle;
}
div.footerm4box dl .selectfarea1 {
	background-color:#712424;
	color:#fff;
}
.footerm4boxunderline {
	padding:10px 0 0 10px;
	border-top:1px solid #555555;
}
.footerm4box td {
	font-size:12px;
	width:100px;
	height:24px;
	vertical-align:top;
	text-indent:8px;
}
.footerm4box td span {
	margin-top:1px;
	float:left;
	display:block;
	width:11px;
	height:11px;
	background: url(/img/material/footer_sprite.png) no-repeat -98px -48px;
	display:inline;
}
.foot_table2 {
	display:none;
}
.foot_table3 {
	display:none;
}
.foot_table4 {
	display:none;
}
/* contents2 */
div.footer_cont2 {
	border-top:1px solid #575757;
	height:auto;
}
div.footer_cont2_left {
	float:left;
	width:856px;
}
div.footer_cont2_left p {
	margin:8px 0 3px 12px;
	font-size:12px;
	color:#cccccc;
	line-height:18px;
}
div.footer_cont2_right {
	float:left;
	width:120px;
	text-align:right;
}
div.footer_cont2_right img {
	margin-top:2px;
}
div.footer_cont2_right a {
	margin:7px 0 0 10px;
	display:block;
	width:98px;
	height:33px;
	background: url(/img/material/footer_sprite.png) no-repeat 0 -48px;
}
div.footer_cont2_right a span {
	display:none;
}
div.footer_cont2 a {
	color:#cccccc;
	font-size:10px !imporatnt;
	text-decoration:none;
}
/* リンク */
div.footer_cont1 a {
	color:#d6d6d6;
	text-decoration:none;
}
div.footer_cont1 a:hover {
	color:#FF0066;
	text-decoration:none;
}
/* クライアント用 */
div#footer2 {
    background-color:#FFE5EB;
    position:absolute;
    bottom:0px;
    height:60px;
    width:100%;
    border-top:3px solid #FF6699;
    text-align:center;
    line-height:60px;
    font-size:small;
}
