@charset "UTF-8";

/* ■見出し■ */
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
}


/* ■td 内要素 垂直位置■ */
td {
	vertical-align: top;
}


/* ■画像 垂直位置■ */
img {
	vertical-align: top;
}


/* ■改行タグ調整■ */
br {
	letter-spacing:0;
}


/* ■文書本体■ */
body {
	color: #333333;
	line-height: 1.6;
	background: url(../images/back.jpg);
	text-align:center;
	font-size: 12px;
}


/* ■全体のコンテナ■ */
div#wrapper {
	width: 820px;
	margin: 0px auto 0px auto;
	background: url(../images/side_back.jpg) repeat-y;
}

/* ----------------------------------------------------------------- */

/* ■ヘッダー■ */
div#header {
	width: 800px;
	height: 107px;
	margin: 0px auto 0px auto;
	background: #FFFFFF url(../images/header_bg.jpg) repeat-y;
}

div#header h1 {
	width: 240px;
	float: left;
	margin: 6px 20px 6px 10px;
}

div#header-msg {
	width: 380px;
	float: left;
	text-align: left;
}

div#header-msg p {
	color: #333333;
	font-size: 85%;
	margin-top: 15px;
}

div#header-contact {
	width: 150px; 
	float: left;
}

div#header-contact img {
	width: 140px;
	height: 18px;
	margin: 52px 10px 0px 0px;
}

div#header img {
	margin-bottom: 3px;
}

div#header ul {
	clear: both;
	width: 800px;
	height: 30px;
}

div#header li {
	width: 160;
	height: 30px;
	display: inline;
	margin: 0px;
}

/* ----------------------------------------------------------------- */

/* ■キャッチ■ */
div#catch {
	width: 800px;
	height: 320px;
	margin: 0px auto 0px auto;
}

div#other-catch {
	width: 800px;
	height: 135px;
	margin: 0px auto 0px auto;
}

/* ----------------------------------------------------------------- */

/* ■メインコンテンツ■ */
div#main {
	width: 800px;
	margin: 20px auto 0px auto;
	text-align: left;
}


/* ■トピックス■ */
div#topics {
	width: 514px;
	float: left;
}

div#topics img {
	padding-left: 30px;
}

div#topics ul {
	padding-left: 50px;
	padding-right: 20px;
}

div#topics li {
	width: 444px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ■仕切り線■ */
div#sikiri {
	width: 2px;
	float: left;
}


/* ■サイドメニュー■ */
div#sidemenu {
	width: 284px;
	float: left;
}

div#sidemenu img {
	padding-right: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
}

/* ----------------------------------------------------------------- */

/* ■メニューページ■ */
div#menu {
	width: 800px;
	margin: 20px auto 0px auto;
	text-align: left;
}


/* ■メニュー見出し■ */
.menu-mds {
	width: 740px;
	height: 30px;
	margin: 0px 30px 10px 30px;
}

div#menu dl {
	width: 700px;
	margin: 0px 50px 0px 50px;
	font-weight: bold;
	line-height: 2;
}

div#menu dt {
	width:250px;
	float:left;
}

div#menu dd {  
	width:430px;
	margin: 0px 0px 0px 250px;
}


/* ----------------------------------------------------------------- */

/* ■店舗紹介ページ■ */
div#shop {
	width: 800px;
	margin: 20px auto 0px auto;
	text-align: left;
}

/* ■ショップ見出し■ */
.shop-mds {
	width: 740px;
	height: 30px;
	margin: 0px 30px 0px 30px;
}

table#shop-table {
	width: 740px;
	margin: 0px 30px 0px 30px;
}

table#shop-table td {
	padding: 15px;
	vertical-align: middle;
}


/* ----------------------------------------------------------------- */

/* ■スタッフ紹介ページ■ */
div#staff {
	width: 800px;
	margin: 20px auto 0px auto;
	text-align: left;
}

/* ■スタッフ見出し■ */
.staff-mds {
	width: 740px;
	height: 30px;
	margin: 0px 30px 0px 30px;
}

table#staff-table {
	width: 740px;
	margin: 0px 30px 0px 30px;
}

table#staff-table td {
	padding: 15px;
	vertical-align: middle;
}


/* ----------------------------------------------------------------- */

/* ■求人ページ■ */
div#recruit {
	width: 800px;
	margin: 20px auto 0px auto;
	text-align: left;
}

/* ■求人説明画像■ */
.recruit-info {
	width: 740px;
	height: 300px;
	margin: 0px 30px 20px 30px;
}

table#recruit-table {
	width: 740px;
	margin: 0px 30px 0px 30px;
}

table#recruit-table td {
	padding: 15px;
	vertical-align: middle;
}

/* ■求人電話番号画像■ */
.recruit-tel {
	width: 740px;
	height: 196px;
	margin: 20px 30px 0px 30px;
}


/* ----------------------------------------------------------------- */

/* ■トピックス詳細ページ■ */
div#topics-detail {
	width: 800px;
	margin: 20px auto 0px auto;
	text-align: left;
}

/* ■トピックス詳細見出し■ */
div#topics-detail-mds {
	width: 740px;
	height: 30px;
	background: #FFFFFF url(../images/mds_topics_title.gif);
	margin: 0px 30px 20px 30px;
}

div#topics-detail-mds h2 {
	font-size: 13px;
	font-weight: bold;
	color: #663333;
	margin: 0px 0px 0px 85px;
	vertical-align: middle;
}

div#topics-body {
	width: 740px;
	margin: 0px 30px 20px 30px;
}


/* ----------------------------------------------------------------- */

/* ■トピックスページ■ */
div#topics-list {
	width: 800px;
	margin: 20px auto 0px auto;
	text-align: left;
}

/* ■トピックス見出し■ */
.topics-list-mds {
	width: 740px;
	height: 30px;
	margin: 0px 30px 10px 30px;
}

div#topics-list ul {
	padding-left: 40px;
	padding-right: 20px;
}

div#topics-list li {
	width: 740px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#navigation {
	margin: 10px auto 0px auto;
	text-align: center;
}


/* ----------------------------------------------------------------- */

/* ■フッター■ */
div#footer {
	width: 800px;
	background: #FFFFFF url(../images/footer_bg.gif) repeat-y;
	margin: 20px auto 0px auto;
	font-size: 85%;
}

div#footer-msg {
	padding: 10px;
	text-align: left;
}


/* ----------------------------------------------------------------- */

/* ■コピー■ */
div#copy {
	width: 690px;
	height:25px;
	margin: 10px 0px 0px 10px;
	text-align: left;
	float: left;
}

div#copy2 {
	padding-left: 10px;
}

div#footer-contact {
	width: 110px; 
	height: 25px;
	float: left;
}

div#footer-contact img {
	width: 100px;
	height: 15px;
	margin: 10px 10px 0px 0px;
}

/* ----------------------------------------------------------------- */

/* ■ページャー■ */
.pagination{
	clear: both;
	text-align : center;
	margin-bottom: 10px;
}

.pagination a{
	color:#627ba4;
}

.pagination a:hover{
	color: white;
	background : #8d9bba;
}

.pager-current{
	height: 1px;
	border : 1px solid #CED5E1;
	color : #39546A;
	background : #E2E5EA;
	margin : 0 2px;
	padding : 1px 4px;
}

.pager-num{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

a.pager-num {
	color : #39546A;
}

a.pager-num:hover{
	color: white;
	background : #8d9bba;
}

.pager-last{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

.pager-first{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

.pager-last,.pager-first{
	padding : 1px 4px;
}

.navigation {
	text-align: center;
}

/* ----------------------------------------------------------------- */

/* ■一般リンク■ */
A:link {
	color: #663333;
	text-decoration: none;
}
A:visited {
	color: #663333;
	text-decoration: none;
}
A:active {
	color: #663333;
	text-decoration: none;
}
A:hover {
	color: #996633;
	text-decoration: none;
}


/* ■フロートクリア■ */
.clear-float {
	clear: both;
}


/* ■注意書き■ */
.notice-blue {
	color: #0000FF;
	font-size: 85%;
	margin: 0px 50px 20px 50px;
}


/* ■背景色■ */
.bg-f4f0ed {
	background: url(../images/f4f0ed.gif);
	padding: 10px;
}

.bg-ddd5cc {
	background: url(../images/ddd5cc.gif);
	padding: 10px;
}


/* ■スタッフテーブルwidth設定■ */
.imgcell {
	width: 269px;
}

.bg-f4f0ed-80 {
	width: 80px;
	background: url(../images/f4f0ed.gif);
	padding: 10px;
}

.bg-ddd5cc-80 {
	width: 80px;
	background: url(../images/ddd5cc.gif);
	padding: 10px;
}

