﻿/* CSS layout */
/*___________________________________________________________*/
/*1.サイトの全体設定											*/
/*1-1.ヘッダーの設定											*/
/*1-2.フッターの設定												*/
/*1-3.全体で共有できるもの										*/
/*															*/
/*2.TOPのメインコンテンツのみで利用できる設定							*/
/* 															*/
/* 															*/
/* 															*/
/*___________________________________________________________*/



/*1.サイトの全体設定											*/
/*___________________________________________________________*/

body {
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	background-color: #F2F0ED;
	background-image: url('../images/bg_gy.jpg');
	background-repeat: repeat-x;
}

/* linkの定義 */

a:link {
	text-decoration:none;
	border-bottom: dotted 1px;
	color:#333333;
}
a:visited{
	text-decoration:none;
	border-bottom: dotted 1px;
	color: #333333;
}
a:active,
a:hover {
	border-bottom: solid 1px #0030B2;
	color: #0030B2;
}

/* linkの定義 白文字*/

a.fix_white  {
	color: #ffffff;
}

a.fix_white:hover  {
	border-width: 1px;
	border-color: #FFFFFF;
	color: #FFFF99;
}


/* linkの定義 image*/

a.fix_img_link  {
	border: 0px solid #FFFFFF;
}
a.fix_img_link:hover  {
	border: 0px solid #3366CC;
}

/* その他　共通*/

img{
	border:none;
}

.h10 {
	height: 10px;
}
.h50 {
	height: 50px;
}

.h200 {
	height: 200px;
}

H1{
	border: 1px dotted #DADDBB;
	padding: 5px;
	font-size: 114%;
}


/* ページ組み*/

#wrap {
	width: 885px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
}

#masthead_keyword {
	color: #C8BE99;
	text-align: right;
	padding-right: 2em;
	padding-bottom: 5px;
	background-image: url('../images/top_keywords_bg.gif');
	background-repeat: no-repeat;
}
#masthead {
	background-color: #FFFFFF;
	width: 100%;
}

#top_nav {
	border-top-style: solid;
	border-width: 1px;
	border-color: #E4E4E4;
}

	/*ＨＯＭＥページ	*/

#container {
	min-width: 800px;
	background-color: #FFFFFF;
}
#left_col {
	width: 303px;
	float: left;
	background-color: #FFFFFF;
}
#page_content {
	margin-left: 320px;
	background-color: #FFFFFF;
}



		/*各店舗ページ	*/

.smenu {
	margin: 0px;
	width: 250px;
	float: left;
	background-color: #C8BE99;
}
#page_content_2 {
	background-color: #FFFFFF;
	float: right;
	width: 570px;
	padding-top: 15px;
	padding-right: 30px;
}

		/*共通フッター	*/

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}


/*1-3.全体で共有できるもの										*/
/*___________________________________________________________*/


/*テキストエリアの定義												*/
/*イメージエリアの定義												*/

.txt_area_shop_comment{
	width: 530px;
}

.txt_area_privacy_comment{
	width: 86%;
	padding-left: 20px;
}


	/*イメージエリア　左メニュー部*/

.img_area_qrcode{
	width: 215px;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: 15px;
}

	/*テキストエリア　左メニュー部*/
.ｔｘｔ_area_qrcode{
	width: 215px;
	text-align: center;
	background-color: #E5DFCA;
	margin-left: 15px;
	color: #5C512C;
}
.ｔｘｔ_area_qrcode_comment {
	width: 215px;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: 15px;
	color: #5C512C;
}



}

/*テーブルの定義												*/

.table_head {
	text-align: left;
	background-color: #FFFFFF;
	width: 100%;
}

.table_head_sel_left {
	text-align: left;
	background-color: #FFFFFF;
	width: 445px;
	height: 70px;
}
.table_head_sel_01 {
	border: 1px solid #000000;
	text-align: left;
	background-color: #C8BE99;
	width: 130px;
	padding-left: 10px;
	color: #FFFFFF;
}
.table_head_sel_01_select {
	border: 1px solid #000000;
	text-align: left;
	background-color: #A69759;
	width: 130px;
	padding-left: 10px;
	color: #FFFFFF;
}

/* テーブルの定義  新着情報*/

.table_news_01 {
	text-align: left;
	background-color: #FFFFFF;
	width: 96%;
}

.table_news_sel_date {
	text-align: left;
	background-color: #FFFFFF;
	width: 100px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	vertical-align: top;
}
.table_news_sel_content {
	text-align: left;
	background-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

/* テーブルの定義  ＴＯＰページ　店舗リスト*/

.table_shop_tbl {
	padding: 1px;
	border: 1px solid #C0C0C0;
	width: 94%;
}
.table_shop_sel_pic {
	border: 1px solid #000000;
	text-align: center;
	background-color: #FFFFFF;
	vertical-align: middle;
	width: 108px;
	height: 108px;
}
.table_shop_sel_01 {
	text-align: center;
	width: 100px;
	background-color: #FF53A9;
	color: #FFFFFF;
}
.table_shop_sel_02 {
	text-align: left;
	background-color: #FFFFFF;
}

/* テーブルの定義  各店基本情報*/

.table_shop_top {
	padding: 1px;
	border: 1px solid #666666;
}
.table_shop_top_sel_subtitle {
	border-width: 1px;
	border-color: #808080;
	vertical-align: top;
	border-bottom-style: solid;
	padding-left: 5px;
	background-color: #E5DFCA;
}
.table_shop_top_sel_01 {
	border-width: 1px;
	border-color: #808080;
	padding: 2px 10px 2px 3px;
	background-color: #F2F2F2;
	color: #000000;
	vertical-align: top;
	border-bottom-style: solid;
}

.table_shop_top_sel_02 {
	border-width: 1px;
	border-color: #808080;
	vertical-align: top;
	border-bottom-style: dotted;
	padding-left: 5px;
}

.table_shop_top_sel_03 {
	border-width: 1px;
	border-color: #808080;
	vertical-align: top;
	border-bottom-style: dotted;
	padding-left: 5px;
	width: 300px;
}

/* テーブルの定義  メニュー・料金*/

.table_price_top {
	padding: 1px;
	border: 1px solid #666666;
}
.table_price_top_sel_title {
	border-width: 1px;
	border-color: #808080;
	background-color: #333333;
	color: #FFFFFF;
	vertical-align: top;
	border-bottom-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 14px;
	font-size: 124%;
	font-weight: bold;
	width: 500px;
}

.table_price_top_sel_01 {
	border-width: 1px;
	border-color: #808080;
	padding: 2px 10px 2px 3px;
	background-color: #F2F2F2;
	color: #000000;
	vertical-align: top;
	border-bottom-style: solid;
}

.table_price_top_sel_02 {
	border-width: 1px;
	border-color: #808080;
	vertical-align: top;
	border-bottom-style: dotted;
	padding-left: 2em;
}

.table_price_top_sel_02_2 {
	border-width: 1px;
	border-color: #808080;
	vertical-align: top;
	border-bottom-style: dotted;
}


.table_price_top_sel_03 {
	border-width: 1px;
	border-color: #808080;
	vertical-align: top;
	border-bottom-style: dotted;
	padding-left: 5px;
	width: 200px;
}

/* テーブルの定義  スタッフ紹介　*/

.table_staff_01 {
	padding: 1px;
	border: 1px solid #666666;
	width: 560px;
}

.table_staff_pic {
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: top;
	width: 150px;
}
.table_staff_emp {
	border-width: 1px;
	border-color: #808080;
	vertical-align: top;
	border-bottom-style: dotted;
	padding-left: 1em;
	width: 350px;
}
.table_staff_name {
	border-width: 1px;
	border-color: #000000;
	vertical-align: top;
	border-bottom-style: dotted;
	padding-left: 1em;
	font-weight: bold;
}
.table_staff_name_roma {
	border-width: 1px;
	border-color: #000000;
	vertical-align: top;
	border-bottom-style: dotted;
	font-family: "Arial Black";
	font-size: 148%;
	color: #E1E1E1;
}
.table_staff_comment_t {
	border-width: 1px;
	border-color: #808080;
	vertical-align: top;
	border-bottom-style: dotted;
	padding-left: 1em;
	color: #999999;
	font-size: 96%;
}
.table_staff_comment {
	border-width: 1px;
	border-color: #808080;
	vertical-align: top;
	border-bottom-style: dotted;
	padding-left: 1em;
	color: #666666;
	font-size: 96%;
}

/* テーブルの定義  募集／会社案内*/

.table_etc_01 {
	padding: 1px;
	border: 1px dotted #786838;
	width: 530px;
}
.table_etc_01_sel_title {
	border-width: 1px;
	border-color: #808080;
	background-color: #A28C4A;
	color: #FFFFFF;
	vertical-align: top;
	border-bottom-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2em;
	font-size: 124%;
	font-weight: bold;
	width: 500px;
}
.table_etc_01_sel_01 {
	padding: 1em 2em 1em 2em;
	vertical-align: top;
}


.table_etc_02_sel_title {
	border-width: 1px;
	border-color: #808080;
	background-color: #A28C4A;
	color: #FFFFFF;
	vertical-align: top;
	border-bottom-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2em;
	font-size: 124%;
	font-weight: bold;
	width: 500px;
}
.table_etc_02_sel_01 {
	border-color: #000000;
	padding: 3px 0em 0em 2em;
	vertical-align: top;
	background-color: #808080;
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.table_etc_02_sel_02 {
	border-color: #000000;
	vertical-align: top;
	padding-left: 1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}




/*左選択メニュー
_________________________________________________________________*/

.smenu #sidebar1 {
	width: 215px;
	padding: 15px;
}

.smenu #sidebar1 ul{
	margin:0;
	padding:0;
	width:215px;
	list-style:none;
	display:block;
}
.smenu #sidebar1 li {
	margin: 0;
	padding: 0;
	width: 213px;
	height: 44px;
	line-height: 44px;
	display: block;
	background: url(../images/smenu_bg.gif) top no-repeat;
	border: 1px solid #FFFFFF;
	text-indent: 43px;
	color: #6D581D;
}
.smenu #sidebar1 li.select{
	margin: 0;
	padding: 0;
	width: 213px;
	height: 44px;
	line-height: 44px;
	display: block;
	background-position: bottom;
	text-indent: 43px;
	color: #FFFFFF;
}
.smenu #sidebar1 li strong{
	margin:0 ;
	padding:0 ;
	width:213px;
	height:44px;
	line-height:44px;
	display:block;
	background-position:bottom;
	text-indent:43px;
	color:#FFFFFF;	
}
.smenu #sidebar1 li strong a:link{
	margin: 0;
	padding: 0;
	width: 213px;
	height: 44px;
	line-height: 44px;
	display: block;
	background: url(../images/smenu_bg.gif) top no-repeat;
	text-indent: 43px;
	border: none;
	font-weight: normal;
	color: #6D581D;
}
.smenu #sidebar1 li strong a:visited{
	margin: 0;
	padding: 0;
	width: 213px;
	height: 44px;
	line-height: 44px;
	display: block;
	background: url(../images/smenu_bg.gif) top no-repeat;
	text-indent: 43px;
	border: none;
	font-weight: normal;
	color: #6D581D;
}
.smenu #sidebar1 li strong a:active,
.smenu #sidebar1 li strong a:hover{
	margin: 0;
	padding: 0;
	width: 213px;
	height: 44px;
	line-height: 44px;
	display: block;
	background: url(../images/smenu_bg.gif) bottom no-repeat;
	text-indent: 43px;
	color: #FFFFFF;
	border: none;
	font-weight: normal;
}

/*フォント・文字												*/

.shop_name{
	font-size: 148%;
	font-weight: bold;
	font-family: "Arial Black";
	color: #333333;
	width: 580px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.shop_title{
	font-size: 148%;
	font-weight: bold;
	font-family: "Arial Black";
	color: #999999;
	width: 380px;
	border-bottom-style: solid;
	border-width: 0px;
	border-color: #000000;
}

.recruit_title{
	font-size: 124%;
	font-weight: bold;
	color: #996633;
	width: 380px;
	border-bottom-style: solid;
	border-width: 0px;
	border-color: #000000;
}

/*サイトマップ												*/

.line_sitemap{
	width: 80%;
	height: 2px;
	background-image: url('../images/line_290.gif');
	background-repeat: repeat-x;
	margin-top: 1px;
	margin-left: 10px;
}

.ul_area_sitemap {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ul_area_sitemap2 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.li_area_sitemap_1 {
	background-position: 3px;
	font-size: 108%;
	color: #333333;
	margin-left: 2em;
	margin-bottom: 8px;
	background-image: url('../images/point_smap_ly1.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
}
.li_area_sitemap_2{
	background-position: 3px;
	padding: 0px 0px 0px 18px;
	font-size: 108%;
	color: #333333;
	margin-left: 2em;
	margin-top: 8px;
	background-image: url('../images/point_smap_ly2.gif');
	background-repeat: no-repeat;
}
.li_area_sitemap_3 {
	background-position: 3px;
	padding: 0px 0px 0px 17px;
	list-style-position: outside;
	color: #333333;
	margin-left: 6em;
	margin-top: 8px;
	background-image: url('../images/point_smap_ly3.gif');
	background-repeat: no-repeat;
}
.li_area_sitemap_4 {
	background-position: 8em 8px;
	padding: 5px 0px 0px 14em;
	color: #333333;
	background-image: url('../images/point_smap_ly4.gif');
	background-repeat: no-repeat;
}
.li_area_sitemap_5 {
	background-position: 3px;
	color: #333333;
	margin-left: 7em;
	padding-top: 0px;
	margin-top: 8px;
	background-image: url('../images/point_smap_ly5.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
}
