@charset "UTF-8";

/*初期化用*/
@import "common.css";

/*印刷用*/
@import "print.css";

/*拡張用*/
@import "advanced.css";

/*--------------------------------------------------------
1、total設定
-------------------------------------------------------*/

/*背景画像設定*/
body{
	margin: 0;
	text-align: center;
	background-color: #fff;
	background-image: url(../images_design/body_bg.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
}

/*文字設定*/
body,pre{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
}

pre{
	font-size: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
}

/*リンク色*/
a{ text-decoration: none; }
a:link{ color: #333; }
a:visited{ color: #333; }
a:hover{ color: #333; text-decoration: underline; }


/*--------------------------------------------------------
2、hタグ
--------------------------------------------------------*/

h1{
	z-index: 1;
	position: absolute;
	margin: 4px 0 0 10px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
}

/*--------------------------------------------------------
3、サイト全体の配置＆横幅
--------------------------------------------------------*/

/*サイト全体をセンタリング*/
div#container{
	margin: 0 auto;
	text-align: left;
}

/*■サイト全体の横幅*/
div#container,
div#header,
div#header-logo,
div#navi,
div#main{
	width: 900px;/*全体*/
}


/*■トップメニュー帯の横幅（「全体」）*/
div#header #top-menu{ width: 900px; }


/*■サイドバーの横幅*/
/*div#sidebar{ width: 185px; }*/
div#sidebar{ width: 190px; }

div#sidebar .menu,
div#sidebar .menu-mtwp,
div#sidebar .contents{
	/*width: 163px;*/
	width: 170px;
}

/*■本文の横幅*/
div#main-contents{
	/*width: 695px;*/
	/*_width: 715px;*/
	width: 700px;
}


/*--------------------------------------------------------
4-1、エリアの設定「最上部ヘッダー帯」
--------------------------------------------------------*/

div#header{
	height: 25px;
}

p#top-menu{
	position: absolute;
	top: 5px;
	text-align: right;
}

/*リンク色*/
p#top-menu { color: #fff; }
p#top-menu a:link{ color: #fff; }
p#top-menu a:visited{ color: #fff; }
p#top-menu a:hover{ color: #c00; }


/*--------------------------------------------------------
4-2、エリアの設定「ヘッダーロゴ」
--------------------------------------------------------*/

div#header-logo{
	z-index: 1;
	position: absolute;
	top: 25px;
	height: 125px;
	text-align: left;
	background-image: url(../images_design/header_logo_bg.jpg);
	background-repeat: repeat-x;
}


/*ロゴテキスト*/
p#h-logo{
	position: absolute;
}

/*ヘッダー右側店舗案内*/
p#h-info{
	position: absolute;
	left: 787px;
	top: 98px;
}

p#h-info a{ color:#c06; text-decoration: none;}
p#h-info a:link{ color:#c06; text-decoration: none;}
p#h-info a:hover{ color:#c06; text-decoration: underline;}
p#h-info a:visited{ color:#c06; text-decoration: none;}

/*--------------------------------------------------------
4-3、エリアの設定「パン屑ナビ」
--------------------------------------------------------*/

div#navi{
	position: absolute;
	top: 145px;/*■縦位置*/
	height: 30px;
	background: #fff;
}

div#navi p{
	margin: 4px 0 0 10px;
	font-size: 12px;
	color: #333;
}

/*--------------------------------------------------------
4-4、エリアの設定「コンテンツ全体」
--------------------------------------------------------*/

div#main{
	position: absolute;
	top: 170px;/*■縦位置*/
	overflow: hidden;
	background: #fff;
	text-align: left;
}


/*--------------------------------------------------------
4-5、エリアの設定「サイドバー」
--------------------------------------------------------*/

div#sidebar{
	display: inline;
	float: left;
	overflow: hidden;
	padding-top: 5px;
	margin-bottom: 20px;
	background: url(../images_design/left_bg.jpg) repeat-y;
}

/*レフトナビの高さ・マージン・背景*/
div#sidebar .menu{
	height: 360px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}

/*親メニューリスト*/
div#sidebar ul{ margin-bottom: 10px;}
div#sidebar li{
	list-style-type: none;
	list-style-position: outside;
}

/*レフトナビロールオーバー設定*/
.navi00 a, .navi01 a, .navi02 a, .navi03 a, .navi04 a, .navi05 a, .navi06 a, .navi07 a, .navi08 a,
.navi00 a:hover, .navi01 a:hover, .navi02 a:hover, .navi03 a:hover, .navi04 a:hover, .navi05 a:hover, .navi06 a:hover, .navi07 a:hover, .navi08 a:hover{
	width: 170px;/*テキストの場合は（ボタンサイズ - padding-left）*/
	height: 40px;/*テキストの場合は（ボタンサイズ - padding-top）*/
	display: block;
	text-indent: -9999em;/*ナビが画像の場合はコメントアウトしない*/
	text-decoration: none;
	overflow: hidden;
	/*padding-top: 12px;*//*ナビがテキストの場合はコメントアウトしない*/
	/*padding-left: 11px;*//*ナビがテキストの場合はコメントアウトしない*/
}

/*レフトナビロールオーバー設定（テキストの場合）*/
.navi00 a:link, .navi01 a:link, .navi02 a:link, .navi03 a:link, .navi04 a:link, .navi05 a:link, .navi06 a:link, .navi07 a:link, .navi08 a:link{
	color: #fff;
}

.navi00 a:hover, .navi01 a:hover, .navi02 a:hover, .navi03 a:hover, .navi04 a:hover, .navi05 a:hover, .navi06 a:hover, .navi07 a:hover, .navi08 a:hover{
	color: #fff;
}

/*off時*/
.navi00 a{background: url(../images_design/l_navi_btn.jpg) no-repeat;}
.navi01 a{background: url(../images_design/l_navi_btn.jpg) no-repeat -170px 0px;}
.navi02 a{background: url(../images_design/l_navi_btn.jpg) no-repeat -340px 0px;}
.navi03 a{background: url(../images_design/l_navi_btn.jpg) no-repeat -510px 0px;}
.navi04 a{background: url(../images_design/l_navi_btn.jpg) no-repeat -680px 0px;}
.navi05 a{background: url(../images_design/l_navi_btn.jpg) no-repeat -850px 0px;}
.navi06 a{background: url(../images_design/l_navi_btn.jpg) no-repeat -1020px 0px;}
.navi07 a{background: url(../images_design/l_navi_btn.jpg) no-repeat -1190px 0px;}
.navi08 a{background: url(../images_design/l_navi_btn.jpg) no-repeat -1360px 0px;}

/*on時*/
.navi00 a:hover{background: url(../images_design/l_navi_btn.jpg) no-repeat 0px -40px;}
.navi01 a:hover{background: url(../images_design/l_navi_btn.jpg) no-repeat -170px -40px;}
.navi02 a:hover{background: url(../images_design/l_navi_btn.jpg) no-repeat -340px -40px;}
.navi03 a:hover{background: url(../images_design/l_navi_btn.jpg) no-repeat -510px -40px;}
.navi04 a:hover{background: url(../images_design/l_navi_btn.jpg) no-repeat -680px -40px;}
.navi05 a:hover{background: url(../images_design/l_navi_btn.jpg) no-repeat -850px -40px;}
.navi06 a:hover{background: url(../images_design/l_navi_btn.jpg) no-repeat -1020px -40px;}
.navi07 a:hover{background: url(../images_design/l_navi_btn.jpg) no-repeat -1190px -40px;}
.navi08 a:hover{background: url(../images_design/l_navi_btn.jpg) no-repeat -1360px -40px;}

/*レフトバナー*/
div.l_bun{
	margin-left: 10px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------
4-6、エリア設定「本文」
--------------------------------------------------------*/

div#main-contents{
	display: inline;
	float: right;
	overflow: hidden;
	padding: 0 10px 0 0;
	margin-bottom: 20px;
}

/*本文内の線*/
div#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em;
	_margin: 0 0 1.2em;
	padding: 0px;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #ccc;
}

*:first-child+html div#main-contents hr{ margin: 0 0 1.2em; }


/*コンテンツエリア*/
div#main-contents .contents{
	clear: both;
	overflow: auto;
	margin: 0;
}


/*コンテンツエリア2（インデント10px）*/
div#main-contents .contents2{
	clear: both;
	overflow: auto;
	margin: 0;
	padding-top: 10px;
}


/*本文内のリストタグ--------------------------*/
div#main-contents ul,
div#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 10px;
}

div#main-contents ul{ list-style-type: disc; }
div#main-contents li{ line-height: 1.8em; }


/*最新情報のリストタグ--------------------------*/
div#main-contents ul.topics{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px 15px 0 15px;
	border: 1px solid #999;
}

div#main-contents ul.topics li{
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #999;
	line-height: 1.4em!important;
}

/*タグ----------------------------------------------*/
ul.tag li{
	display: inline;
	margin-right: 15px;
}

/*--------------------------------------------------------
4-6、トップページ内容
--------------------------------------------------------*/

/*更新情報------------------------------------------*/
div.renew{
	width: 168px;
	height: 208px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	line-height: 1.4em;
}

/*更新情報中ボックス*/
div.renew_in{
	width: 145px;
	height: auto;
	padding: 2px 5px 5px 5px;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	clear: both;
	overflow: auto;
}

div.renew_in .day{
	font-size: 11px;
	color: #666;
}

div.renew_in .txt{
	font-size: 12px;
	color: #c06;
}

div.renew_in .txt a{ color:c06; text-decoration:none;}
div.renew_in .txt a:link{ color:c06; text-decoration:none;}
div.renew_in .txt a:hover{ color:c06; text-decoration:underline;}
div.renew_in .txt a:visited{ color:c06; text-decoration:none;}

/*トピックス・新人トピックス------------------------*/
div.topics,
div.ntopics{
	width: 458px;
	height: 323px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	line-height: 1.4em;
}

/*各項目用ボックス*/
div.topics_in,
div.ntopics_in{
	width: 430px;
	height: auto;
	padding: 5px 10px;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	clear: both;
	overflow: auto;
}

/*日付・タイトル用ボックス*/
div.topics_in .cont,
div.ntopics_in .cont{
	width: 425px;
	height: auto;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

/*日付文字色*/
div.topics_in .day,
div.ntopics_in .day{ color:#666; font-size: 11px;}

/*タイトル文字色*/
div.topics_in .title,
div.ntopics_in .title{ color:#c06; font-weight:bold;}

/*左寄せ（回り込みあり）選択時の画像・テキスト設定*/
div.topics_in .img_l1{ float: left; margin-right: 5px;}
div.topics_in .txt_l1{ margin-left: 5px;}

/*センター選択時の画像・テキスト設定*/
div.topics_in .img_c{ text-align: center; margin-bottom: 5px;}

/*右寄せ選択時の画像・テキスト設定*/
div.topics_in .img_r{ float: right; margin-left: 5px;}

/*新人トピックスの画像・テキスト設定（左寄せ固定）*/
div.ntopics_in .img_l1{ float: left; margin-right: 5px;}
div.ntopics_in .txt_l1{ margin-left: 5px;}

/*ピックアップキャスト------------------------*/
div.pickup{
	width: 230px;
	height: 325px;
	background: url(../images_design/m_pickup_bg.jpg) no-repeat;
	margin-bottom: 10px;
	padding-top: 30px;
	text-align: left;
}

/*キャスト画像ボックス*/
div.pickup .img{
	width: 210px;
	height: 280px;
	margin-left: 9px;
}

/*写真ボックスリンク設定*/
div.pickup .img a{
	width: 210px;
	height: 280px;
	border: 1px solid #fff;
	display: block;
}

div.pickup .img a:hover{
	width: 210px;
	height: 280px;
	border: 1px solid #c06;
	display: block;
}

/*名前*/
div.pickup .name{
	width: 230px;
	margin-top: 6px;
	text-align: center;
	line-height: 1.1em;
	font-size: 14px;
}

/*3サイズ*/
div.pickup .size{
	width: 230px;
	margin-top: 5px;
	text-align: center;
	line-height: 1.1em;
	font-size: 12px;
	color: #fff;
}

/*名前リンク色*/
div.pickup .name a{ color: #fff; text-decoration: none;}
div.pickup .name a:link{ color: #fff; text-decoration: none;}
div.pickup .name a:hover{ color: #ffe4ee; text-decoration: underline;}
div.pickup .name a:visited{ color: #fff; text-decoration: none;}

/*写メール日記--------------------------------*/
div.syame{
	width: 228px;
	height: 323px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}

/*各項目用ボックス*/
div.syame_in{
	width: 200px;
	padding: 5px 10px;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
}

/*各項目用ボックス*/
div.syame_in .img{
	text-align: center;
}

/*文字色・余白設定*/
div.syame_in .date,
div.syame_in .title{
	font-size: 14px;
}

div.syame_in .date{	margin-top: 5px;}

div.syame_in .date2{ color: #666; font-size: 11px;}

div.syame_in .title{ color: #c06; margin-bottom: 3px; font-weight:bold;}

div.syame_in .txt{ margin-top: 3px;}

div.syame_in .title a{ color: #c06;}

div.syame_in .name{ color: #c06; font-weight: bold;}
div.syame_in .name a{ color: #c06; font-weight: bold;}
div.syame_in .name a:hover{ color: #c06; text-decoration:underline; font-weight: bold;}

/*本日の出勤情報----------------------------------------*/

/*キャストリストボックス（キャスト一覧と共通）*/
.cast_list{
	width: 170px;
	height: 300px;
	margin-top: 10px;
	margin-right: 5px;
	background-image: url(../images_design/cast_pnl.jpg);
	text-align: left;
	float: left;
	display: inline;/*IE6フロートバグ対策*/
}

/*アイコンボックス（キャスト一覧と共通）*/
div.cast_list .ico{	margin:9px 0 0 9px;}

/*画像ボックス（キャスト一覧と共通）*/
div.cast_list .img{
	width: 150px;
	height: 200px;
	margin: 3px 0 0 9px;
}

/*画像ボックスリンク設定（キャスト一覧と共通）*/
div.cast_list .img a{
	width: 150px;
	height: 200px;
	border: 1px solid #fff;
	display: block;
}

div.cast_list .img a:hover{
	width: 150px;
	height: 200px;
	border: 1px solid #c06;
	display: block;
}

/*文字設定（共通）（キャスト一覧と共通）*/
div.cast_list .name, div.cast_list .size, div.cast_list .time{
	text-align: center;
	line-height: 1.1em;
	overflow: hidden;
}

/*名前（キャスト一覧と共通）*/
div.cast_list .name{
	margin-top: 6px;
	font-size: 14px;
}

/*名前リンク色（キャスト一覧と共通）*/
div.cast_list .name a{ color: #fff; text-decoration: none;}
div.cast_list .name a:link{ color: #fff; text-decoration: none;}
div.cast_list .name a:hover{ color: #ffe4ee; text-decoration: underline;}
div.cast_list .name a:visited{ color: #fff; text-decoration: none;}

/*スリーサイズ（キャスト一覧と共通）*/
div.cast_list .size{
	margin-top: 4px;
	color: #fff;
}

/*出勤時間（キャスト一覧と共通）*/
div.cast_list .time{
	margin-top: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

/*--------------------------------------------------------
4-6、キャスト情報内容
--------------------------------------------------------*/

/*検索ボックス------------------------------------------*/
.searchbox{
	width: 698px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0 auto;
	background-color: #fff;
}

.searchbox_innner1,
.searchbox_innner2{
	border-bottom: 1px dotted #ccc;
}

.searchbox table{
	width: 698px;
}

.searchbox_innner1 td{
	text-align: left;
	padding: 5px;
}

.searchbox_innner2 td{
	width: 20%;
	text-align: left;
	padding: 5px;
}

/*--------------------------------------------------------
4-6、出勤情報内容
--------------------------------------------------------*/

/*カレンダー検索ボックス--------------------------------*/
.calendar{
	width: 700px;
	font-size: 14px;
	text-align: center;
}

div.calendar table{
	font-size: 14px;
	line-height: 1.1em;
	text-align: center;
	margin: 10px auto 5px auto;
}

div.calendar td{
	width: 90px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.date_on{
	background-image:url(../images_design/calendar_on.jpg);
	background-repeat: no-repeat;
}

.date_off{
	background-image:url(../images_design/calendar_off.jpg);
	background-repeat: no-repeat;
}

.nowday{
	color: #c06;
}

div.calendar a:link{color:#f7a;}
div.calendar a:visited{color:#f7a;}
div.calendar a:hover{color:#f7a; text-decoration:underline;}

/*--------------------------------------------------------
4-6、イベント情報情報内容
--------------------------------------------------------*/

/*各項目用ボックス*/
.event_in{
	width: 690px;
	height: auto;
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333;
	overflow: auto;
	line-height: 1.4em;
}

/*日付*/
div.event_in .day{
	height: 20px;
	font-size: 12px;
	padding: 5px 0 0 3px;
}

/*イベントタイトル*/
div.event_in .title{
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #c06;
	background: url(../images_design/event_title.jpg);
	padding-top: 7px;
	padding-left: 7px;
	margin-bottom: 5px;
}

div.event_in .title a{ color:#c06; text-decoration:none;}
div.event_in .title a:link{ color:#c06; text-decoration:none;}
div.event_in .title a:hover{ color:#c06; text-decoration:underline;}
div.event_in .title a:visited{ color:#c06; text-decoration:none;}

/*左寄せ（回り込みあり）選択時の画像・テキスト設定*/
div.event_in .img_l1{ float: left; margin-right: 10px;}
div.event_in .txt_l1{ margin-left: 5px;}

/*センター選択時の画像・テキスト設定*/
div.event_in .img_c{ text-align: center; margin-bottom: 5px;}

/*右寄せ選択時の画像・テキスト設定*/
div.event_in .img_r{ float: right; margin-left: 5px;}

/*--------------------------------------------------------
4-6、店舗案内内容
--------------------------------------------------------*/

/*基本料金----------------------------------------------*/
.kihon{
	width: 345px;
	float: left;
	margin-bottom: 10px;
	_margin-bottom: 5px;
	
}

.kihon table{
	width: 100%;
}

.kihon th{
	width: 40%;
	background: #dfeaff;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px 0;
}

.kihon td{
	width: 60%;
	color: #c06;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px 0;
}

/*オプション--------------------------------------------*/
.option{
	width: 345px;
	float: right;
	margin-bottom: 10px;
	_margin-bottom: 5px;
}

.option table{
	width: 100%;
}

.option th{
	width: 40%;
	background: #dfeaff;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px 0;
}

.option td{
	width: 60%;
	color: #c06;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px 0;
}

/*基本プレイ--------------------------------------------*/
.play{
	width: 700px;
	clear: both;
	margin-bottom: 10px;
}

.play table{
	width: 100%;
}

.play td{
	width: 25%;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px 0;
}

/*出張エリア--------------------------------------------*/
.area{
	width: 700px;
	clear: both;
	margin-bottom: 10px;
}

.area table{
	width: 100%;
}

.area th{
	width: 33%;
	background: #ffe4ee;
	color: #c06;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px 0;
}

.ar1{
	background: #dfeaff;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #ccc;
	padding: 3px 0 3px 5px;
}

.ar2{
	color: #c06;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px 0;
}

/*利用規約----------------------------------------------*/
.kiyaku{
	width: 678px;
	border: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;
}

/*--------------------------------------------------------
4-6、メルマガ登録・解除
--------------------------------------------------------*/

.mailmag_form{
	background:url(../images_design/mailmag_bg.jpg) no-repeat;
	width:485px;
	height:117px;
	overflow:hidden;
	margin-left:90px;
	padding-top: 63px;
	padding-left: 35px;
}

.mailmag_form table{
	width: 215px;
	height: 90px;
}

/*--------------------------------------------------------
4-6、お問い合わせ
--------------------------------------------------------*/

/*お問い合わせフォーム*/
.mf_form{
	width: 620px;
	margin: 20px auto 0 auto;
}

div.mf_form table{
	margin-top: 2px;
}

div.mf_form th{
	width: 148px;
	background: #333;
	color: #fff;
	text-align: center;
}

div.mf_form td{
	width: 465px;
	background: #666;
	text-align: left;
	padding: 5px 0 5px 5px; 
}

/*入力フォームの幅・高さ*/
div.mf_form td input,
div.mf_form td textarea{ width: 450px;}

div.mf_form td textarea{ height: 190px;}

/*各種ボタン*/
div.mf_form .btn{
	text-align: right;
	margin-top: 10px;
}

/*--------------------------------------------------------
4-6、相互リンク
--------------------------------------------------------*/

/*リンクメニュー*/
.link_navi{
	width: 450px;
	margin: 0 auto;
	overflow: hidden;
}

.link_navi li{
	list-style-type: none;
}

.link_navi li a{
	display: block;
	text-align: center;
	margin: 0 5px 10px 5px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	width: 120px;
	overflow: hidden;
	float: left;
}

/*リンク色*/
.link_navi li a{ text-decoration: none; }
.link_navi li a:link{ color: #ff75a9; border: 1px solid #ff75a9; }
.link_navi li a:visited{ color: #ff75a9; border: 1px solid #ff75a9; }
.link_navi li a:hover{ color: #fff; border: 1px solid #ff75a9; background: #ff75a9; text-decoration: none; }

/*リンクリストボックス*/
.link_list{
	width: 99px;
	height: 85px;
	margin-top: 1px;
	margin-right: 1px;
	background: #ffe4ee;
	float: left;
	overflow: hidden;
}

.link_list th{
	height: 35px;
	text-align: center;
}

.link_list td{
	height: 50px;
	text-align: center;
	font-size: 10px;
	line-height: 1.1;
	padding: 0 3px;
}

.link_list a{ color: #c06;}
.link_list a:hover{ color: #c06;}

/*リンクキット*/
.link_kit{
	text-align: center;
	width: 700px;
	padding: 10px 0 10px 0;
	color: #c06;
	margin-top: 10px;
	background: #ffe4ee;
}

.link_kit p{
	margin-bottom: 5px;
}

/*ソースボックス*/
.source_box{
	width: 460px;
	height: 30px;
	color: #666;
	padding: 5px;
	margin: 0 auto 10px auto;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #ccc;
	text-align: left;
}

/*--------------------------------------------------------
4-6、求人情報
--------------------------------------------------------*/

/*女の子求人--------------------------------------------*/
.youkou_g{
	width: 700px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.youkou_g .st{
	font-size: 14px;
	font-weight: bold;
	color: #c06;
}

.youkou_g table{
	width: 100%;
}

.youkou_g th{
	width: 25%;
	background: #ffe4ee;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px 0;
}

.youkou_g td{
	width: 75%;
	color: #333;
	font-size: 12px;
	text-align: left;
	border: 1px solid #ccc;
	padding: 3px 0 3px 5px;
}

/*男の子求人--------------------------------------------*/
.youkou_b{
	width: 700px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.youkou_b table{
	width: 100%;
}

.youkou_b th{
	width: 25%;
	background: #dfeaff;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px 0;
}

.youkou_b td{
	width: 75%;
	color: #333;
	font-size: 12px;
	text-align: left;
	border: 1px solid #ccc;
	padding: 3px 0 3px 5px;
}

/*メッセージ--------------------------------------------*/
.recruit_txt{
	background: url(../images_design/recruit_txt.jpg) no-repeat;
	width: 700px;
	height: 45px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
}

.recruit_txt .st{
	color: #c06;
	font-weight: bold;
}

/*--------------------------------------------------------
4-7、エリア設定「フッター」
--------------------------------------------------------*/

div#footer{
	clear: both;
	width: 100%;
	background: #fff;
	text-align: center;
	font-size: 12px;
}

div#footer .menu{ margin-bottom: 5px; color: #333;}

div#footer .menu li{
	display: inline;
	margin: 0 1.0em;
	font-size: 12px;
	line-height: 14pt;
}

div#footer #copyright{
	clear: both;
	width: 100%;
	height: 18px;
	padding-top: 2px;
	color: #fff;
	background: url(../images_design/footer_bg.jpg);
}

div#footer a{ text-decoration: none; }
div#footer a:link{ color: #333; }
div#footer a:visited{ color: #333; }
div#footer a:hover{ color: #c06; text-decoration:underline; }


/*------------------------------------------------------------
　written＆copyright by Shigeoki Matsuo
-------------------------------------------------------------*/

/*トップバナーcss　2011.02.25追加分------------------------*/

#flashcontent{
	width:700px;
	height:300px;
	margin-bottom:10px;
}

