﻿@charset "utf-8";

/*  
Theme Name: Sanctuari
Theme URI: http://www.wdoxy.com/
Description: 
Version: 1.0
Author: S.Suzuki
*/

/*-- Reset --------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
ol {
margin: 0 0 0 23px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-- 基本設定 --------------------------------------*/

a { text-decoration: none; }

a:link { color: #333; }

a:visited { color: #333; }

a:hover { color: #333; text-decoration: underline; }

a:active { color: #333; }

body {
	text-align: center;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px;
	line-height: 155%;
	color: #333;
	background-color: #dbd5b3;
	background-image: url(images/body_bg.gif);
}

/*-- コンティナー --------------------------------------*/

#container {
	overflow: hidden;
	width: 820px; /* 全体幅 */
	margin: 0 auto;
	text-align: left;
	background-image: url(images/con_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

* html body #container {
	overflow: hidden;
	width: 820px; /* 全体幅 */
	margin: 0 auto;
	text-align: left;
	background-image: url(images/con_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

*:first-child+html body #container {
	overflow: hidden;
	width: 820px; /* 全体幅 */
	margin: 0 auto;
	text-align: left;
	background-image: url(images/con_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container_top {
	overflow: hidden;
	width: 820px; /* 全体幅 */
	margin: 0 auto;
	text-align: left;
	background-image: url(images/con_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

* html body #container_top {
	overflow: hidden;
	width: 820px; /* 全体幅 */
	margin: 0 auto;
	text-align: left;
	background-image: url(images/con_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

*:first-child+html body #container_top {
	overflow: hidden;
	width: 820px; /* 全体幅 */
	margin: 0 auto;
	text-align: left;
	background-image: url(images/con_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*-- ヘッダー --------------------------------------*/

#header {
	position: relative;
	width: 800px; /* 全体幅 */
	margin-left: 11px;
	height: 110px;
	background-image: url(images/hd_bg.gif);
	background-repeat: no-repeat;
}

.header-name a {
	display: block;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 280px;
	height: 80px;
	text-indent: -9999px;
	position: absolute;
	top: 15px;
	left: 25px;
}

.description {
	display: none;
}

/*-- グローバルナビ --------------------------------------*/

#g_navi {
	width: 800px;
	margin-left: 11px;
}

#g_navi li {
	float: left;
	height: 50px;
}

#g_navi li a {
	text-indent: -9999px;
}

.g_navi_info a {
	display: block;
	width: 160px;
	height: 50px;
	background-image: url(images/g_navi_info.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.g_navi_info a:hover {
	display: block;
	width: 160px;
	height: 50px;
	background-image: url(images/g_navi_info.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.g_navi_about a {
	display: block;
	width: 160px;
	height: 50px;
	background-image: url(images/g_navi_about.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.g_navi_about a:hover {
	display: block;
	width: 160px;
	height: 50px;
	background-image: url(images/g_navi_about.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.g_navi_system a {
	display: block;
	width: 160px;
	height: 50px;
	background-image: url(images/g_navi_system.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.g_navi_system a:hover {
	display: block;
	width: 160px;
	height: 50px;
	background-image: url(images/g_navi_system.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.g_navi_ticket a {
	display: block;
	width: 160px;
	height: 50px;
	background-image: url(images/g_navi_ticket.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.g_navi_ticket a:hover {
	display: block;
	width: 160px;
	height: 50px;
	background-image: url(images/g_navi_ticket.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.g_navi_map a {
	display: block;
	width: 160px;
	height: 50px;
	background-image: url(images/g_navi_map.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.g_navi_map a:hover {
	display: block;
	width: 160px;
	height: 50px;
	background-image: url(images/g_navi_map.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/*-- コンテンツ --------------------------------------*/

#content {
	clear: both;
	overflow: hidden;
	width: 800px; /* 全体幅 */
	margin-left: 11px;
}

/*-- メイン --------------------------------------*/

#main , #main_id_1 , #main_id_3 , #main_single , #main_single_2 {
	display: inline;
	width: 510px; /* コンテンツ幅 */
	float: left; /* コンテンツ位置(左) */
	letter-spacing: 0.08em;
	margin: 15px 0 0 25px;
}

#main_id_3, #main_single_2  {
	display: inline;
	width: 500px; /* コンテンツ幅 */
	float: left; /* コンテンツ位置(左) */
	letter-spacing: 0.08em;
	margin: 20px 0 0 30px;
	min-height: 400px;
	display: inline;
	height: auto !important;  
	height: 400px;
}

#main_404 {
	display: inline;
	width: 510px; /* コンテンツ幅 */
	float: left; /* コンテンツ位置(左) */
	letter-spacing: 0.08em;
	margin: 15px 0 0 25px;
	min-height: 580px;
	display: inline;
	height: auto !important;  
	height: 450px;
}

.pankuzu_list {
	display: none;
}

.nocomments {
	display: none;
}

.comment_close {
	display: none;
}

/*-- サイドバー --------------------------------------*/

#sidebar {
	width: 220px; /* サイドバー幅 */
	float: right; /* サイドバー位置(右) */
	display: inline;
	margin: 15px 25px 30px 0;
	line-height: 155%;
	letter-spacing: 0.08em;
}

/*-- サイドバー2 --------------------------------------*/

#sidebar_blog {
	background-image: url(images/side_info_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 220px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#sidebar_blog p {
	padding: 5px 20px 0 20px;
}

#sidebar_blog h3 {
	background-image: url(images/h3_side_blog.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 50px;
	text-indent: -9999px;
}

#sidebar_gm {
	background-image: url(images/side_info_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 220px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#sidebar_gm p {
	padding: 5px 20px 0px 20px;
}

#sidebar_gm h3 {
	background-image: url(images/h3_side_gm.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 50px;
	text-indent: -9999px;
}

#sidebar_info {
	margin-bottom: 10px;
}

#sidebar_info_in {
	background-image: url(images/side_info_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 220px;
}

#sidebar_info h3 {
	background-image: url(images/h3_side_info.gif);
	background-repeat: no-repeat;
	height: 50px;
	text-indent: -9999px;
}

#sidebar_info ul {
	padding: 0px 20px 20px 20px;
}

.sidebar_info_date {
	margin-bottom: -3px;
}

.sidebar_info_title {
	margin-left: 5px;
}

#sidebar_kyujin {
	background-image: url(images/side_info_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 220px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#sidebar_kyujin p {
	padding: 5px 20px 0 20px;
}

#sidebar_kyujin h3 {
	background-image: url(images/h3_side_kyujin.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 50px;
	text-indent: -9999px;
}

#sidebar_link {
	background-image: url(images/side_info_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 220px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#sidebar_link ul {
	padding: 5px 20px 0 20px;
}

#sidebar_link li {
	padding: 0 0 2px 0;
}

#sidebar_link h3 {
	background-image: url(images/h3_side_link.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 50px;
	text-indent: -9999px;
}

#sidebar_qr {
	margin-bottom: 20px;
}

#sidebar img {
	vertical-align: text-bottom;
}

#sidebar h3 {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.f9 {
	font-size: 9px;
	color: #77683b;
}

.f02 {
	font-size: 10px;
	color: #666666;
}

/*-- ブログサイドバー --------------------------------------*/

#blog_side {
	width: 210px; /* サイドバー幅 */
	float: right; /* サイドバー位置(右) */
	display: inline;
	margin: 20px 30px 30px 0;
	line-height: 155%;
	letter-spacing: 0.08em;
}

#blog_side h3 {
	margin: 0 0 5px 0;
	padding: 3px 0 0 15px;
	background-image: url(images/s_h3_bg.gif);
	background-repeat: no-repeat;
	width: 210px;
	height: 30px;
	font-weight: normal;
}

#blog_side_title , #blog_side_re , #blog_side_ar , #blog_side_si {
	margin: 0 0 20px 0;
}

#blog_side li {
	padding: 0 0 0 13px;
	background-image: url(images/b_list_m.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin: 0 5px;
}

#blog_side p {
	margin: 0 5px;
}

#blog_side_si li {
	line-height: 125%;
	margin: 0 5px 5px 5px;
}

/*-- フッター --------------------------------------*/

.backtotop a {
	clear: both;
	float: right;
	display: block;
	text-indent: -9999px;
	margin: 20px 30px 0 0;
	background-image: url(images/btn_pagetop.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 25px;
}

* html body .backtotop a {
	clear: both;
	float: right;
	display: block;
	text-indent: -9999px;
	margin: 20px 15px 0 0;
	background-image: url(images/btn_pagetop.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 25px;
}

#container_top .backtotop {
	display: none;
}

#footer {
	clear: both;
	width: 800px;
	margin-left: 11px;
	min-height: 75px;
	text-align: center;
	padding: 15px 0 15px 0;
	border-top: #c3b677 1px solid;
	background-image: url(images/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer_menu ul {
	text-align: center;
	letter-spacing: 0.08em;
	margin: 0 0 5px 0;
}

#footer_menu li {
	display: inline;
}

#footer_cop {
	padding: 10px 0 0 0;
}

/*-- 個別ページ「トップページ」 --------------------------------------*/

.h2_info {
	clear: both;
	background-image: url(images/h2_info.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 60px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

.h2_topic {
	clear: both;
	background-image: url(images/h2_topic.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 60px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

#top_pic {
	width: 780px;
	height: 430px;
	background-color: #9a845d;
	padding: 10px;
}

#top_pic h1 {
	height: 0px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
}

#top_flash {
	width: 780px;
	height: 430px;
	background-color: #fff;
}

.top_topic {
	font-size: 13px;
}

.top_topic ul {
	margin: 5px 0 30px 0;
	padding: 0 0 0 3px;
}

.top_topic_info , .top_topic_blog {
	float: left;
	display: inline;
	width: 240px;
	margin: -5px 7px 0 7px;
}

.top_topic_title {
	padding: 0 0 0 3px;
	border-bottom: #dcd5b3 1px dotted;
}

.b {
	font-weight: bold;
}

/*-- 個別ページ「インフォメーション」 --------------------------------------*/

.h1_cat_id_1 {
	clear: both;
	background-image: url(images/h1_cat_id_1.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	text-indent: -9999px;
}

#info_title {
	background-image: url(images/h2_info.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 55px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

#main_id_1 .h2_title {
	font-size: 15px;
	font-weight: bold;
	border-bottom: #dcd5b3 1px dotted;
	margin: 0px 15px 10px 15px;
	padding: 18px 10px 8px 35px;
}

#main_id_1 .h2_title a {
	font-size: 15px;
	font-weight: bold;
}

#main_id_1 .entry_block {
	width: 510px;
	margin: 0 0 20px 0;
	background-image: url(images/0001_bg.gif);
	background-repeat: no-repeat;
}

#main_id_1 .entry_bottom {
	width: 510px;
	height: 30px;
	margin: 0 0 0px 0;
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
}

.sub_date {
	text-align: right;
	margin: -10px 50px 15px 0;
	color: #77683b;
}

#main_id_1 p {
	margin: 0 30px 10px 35px;
}

#main_id_1 img , #main_single img {
	margin: 0 3px;
	vertical-align: text-bottom;
}

* html body #main_id_1 img {
	margin: 2px 3px;
	vertical-align: middle; 
}

* html body #main_single img {
	margin: 2px 3px;
	vertical-align: middle; 
}

/*-- 個別ページ「インフォメーション-個別ページ」 --------------------------------------*/

#main_single h1 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: #dcd5b3 1px dotted;
	margin: 0px 15px 10px 15px;
	padding: 18px 10px 8px 35px;
}

#main_single .entry_block {
	width: 510px;
	margin: 0 0 50px 0;
	background-image: url(images/0001_bg.gif);
	background-repeat: no-repeat;
}

#main_single .entry_bottom {
	width: 510px;
	height: 30px;
	margin: 0 0 0px 0;
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
}

.sub_date_2 {
	text-align: right;
	margin: -10px 50px 15px 0;
	color: #77683b;
}

#main_single p {
	margin: 0 30px 10px 35px;
}

.info_back {
	text-align: center;
	border-top: #dcd5b3 1px solid;
	margin: 30px 5px 10px 5px;
	padding: 15px 0 0 0;
}

/*-- 個別ページ「ブログ」 --------------------------------------*/

.h1_cat_id_3 {
	clear: both;
	background-image: url(images/h1_cat_id_3.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	text-indent: -9999px;
}

#main_id_3 .h2_title {
	font-size: 15px;
	font-weight: bold;
	border-bottom: #aaaaaa 1px dotted;
	margin: 15px 15px 10px 15px;
	padding: 3px 5px;
}

#main_id_3 .h2_title a {
	font-size: 15px;
	font-weight: bold;
}

.sub_date_3 {
	color: #666;
	background-color: #f0ece3;
	padding: 2px 30px;
	background-image: url(images/b_days_list_m.gif);
	background-repeat: no-repeat;
	background-position: 19px 9px;
}

#main_id_3 .entry_block {
	margin: 0 0 50px 0;
}

#main_id_3 p {
	margin: 0 20px 10px 20px;
}

#main_id_3 img , #main_single_2 img {
	margin: 0 3px;
	vertical-align: text-bottom;
}

* html body #main_id_3 img {
	margin: 2px 3px;
	vertical-align: middle; 
}

* html body #main_single_2 img {
	margin: 2px 3px;
	vertical-align: middle; 
}

.photo {
	width: 330px;
}

.photo img {
	padding: 20px 0;
}

/*-- 個別ページ「ブログ-個別ページ」 --------------------------------------*/

#main_single_2 h1 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: #aaaaaa 1px dotted;
	margin: 15px 15px 10px 15px;
	padding: 3px 5px 3px 5px;
}

#main_single_2 p {
	margin: 0 20px 10px 20px;
}

#main_single_2 .info_back {
	text-align: center;
	border-top: #aaaaaa 1px dotted;
	margin: 60px 15px 10px 15px;
	padding: 15px 0 0 0;
}

/*-- 個別ページ「お店の紹介」 --------------------------------------*/

.page_name_2 {
	clear: both;
	background-image: url(images/page_name_2.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	text-indent: -9999px;
}

.h2_about {
	background-image: url(images/h2_about.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 55px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

.about_entry_bg {
	width: 510px;
	margin: 0 0 0px 0;
	background-image: url(images/0001_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#about h3 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: #dcd5b3 1px dotted;
	margin: 0px 15px 10px 15px;
	padding: 18px 10px 8px 35px;
}

#about dl {
	margin: 20px 35px 10px 35px;
	
}

#about dt {
	float: left;
	clear: both;
	width: 110px;
}

#about dd {
	margin-left: 110px;
}

.shop_img_01 {
	margin: 0 0 0 30px;
	padding: 10px 0;
}

.about_01 p {
	clear: both;
	margin: 0 35px 10px 35px;
	padding: 0 0 0 0;
}

.about_02 p {
	clear: both;
	margin: 0 35px 15px 35px;
	padding: 10px 0 0 0;
}

.thumbnail {
	margin: 0 0 0 30px;
}

.sp_01 {
	float: left;
	display: inline;
	width: 108px;
	text-align: center;
	font-size: 10px;
	color: #666;
	line-height: 125%;
	margin-right: 6px;
}

#shop_img_sp .sp_01 img {
	vertical-align: text-bottom;
	margin: 0;
}

/*-- 個別ページ「システム＆メニュー」 --------------------------------------*/

.page_name_6 {
	clear: both;
	background-image: url(images/page_name_6.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	text-indent: -9999px;
}

#system {
	margin: 0 0 30px 0;
}

.h2_system {
	background-image: url(images/h2_system.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 55px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

.h2_menu {
	background-image: url(images/h2_menu.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 55px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

#system h3 , #menu h3 {
	clear: both;
	font-size: 13px;
	font-weight: bold;
	border-bottom: #dcd5b3 1px dotted;
	margin: 0px 15px 20px 15px;
	padding: 18px 10px 8px 35px;
}

.system_entry_img {
	display: inline;
	vertical-align: bottom;
	float: left;
	width: 180px;
	margin: 0 0 0 30px;
	padding: 0;
}

#system p {
	display: inline;
	float: right;
	width: 225px;
	margin: 0px 50px 10px 0px;
}

#menu p {
	margin: 10px 20px 10px 20px;
}

#system dl {
	display: inline;
	float: right;
	width: 225px;
	margin: 0 50px 10px 0px;
}

#menu dl {
	display: inline;
	float: right;
	width: 225px;
	margin: 0 50px 0px 0px;
}

#system dt , #menu dt {
	float: left;
	width: 150px;
}

#system dd , #menu dd {
	margin-left: 150px;
	text-align: right;
}

.system_entry_bg {
	width: 510px;
	margin: 0 0 0 0;
	background-image: url(images/0001_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.menu_entry_bg {
	width: 510px;
	margin: 0 0 0 0;
	background-image: url(images/0001_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

/*-- 個別ページ「アクセスマップ」 --------------------------------------*/

.page_name_10 {
	clear: both;
	background-image: url(images/page_name_10.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	text-indent: -9999px;
}

.h2_access {
	background-image: url(images/h2_access.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 55px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

#map {
	width: 510px;
	text-align: center;
	padding: 25px 0 30px 0;
	background-image: url(images/0002_bg.gif);
	background-repeat: no-repeat;
}

#shop_info dl {
	padding: 0 35px 10px 35px;
}

#shop_info dt {
	float: left;
	clear: both;
	width: 100px;
	padding: 3px 0 3px 3px;
	border-top: #dcd5b3 1px solid;
}

#shop_info dd {
	margin-left: 120px;
	padding: 3px 0 3px 3px;
	border-top: #dcd5b3 1px solid;
}

#shop_info .entry_bottom {
	width: 510px;
	height: 30px;
	margin: 0 0 15px 0;
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
}

/*-- 個別ページ「求人情報」 --------------------------------------*/

.page_name_17 {
	clear: both;
	background-image: url(images/page_name_17.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	text-indent: -9999px;
}

.page_name_8 {
	clear: both;
	background-image: url(images/page_name_8.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	text-indent: -9999px;
}

.kyujin_entry_bg_1 {
	width: 510px;
	margin: 0 0 0px 0;
	background-image: url(images/0001_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.kyujin_entry_bg {
	width: 510px;
	margin: 0 0 0px 0;
	background-image: url(images/0003_bg.gif);
	background-repeat: no-repeat;
}

#kyujin h3 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: #dcd5b3 1px dotted;
	margin: 0px 15px 10px 15px;
	padding: 18px 10px 8px 15px;
}

#kyujin h3.kyujin_top_h3 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: #dcd5b3 1px dotted;
	margin: 0px 15px 10px 15px;
	padding: 18px 10px 8px 35px;
}

.ricu {
	background-image: url(images/h2_ricu.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 55px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

#kyujin dl {
	margin: 20px 35px 10px 35px;
}

#kyujin dt {
	float: left;
	clear: both;
	width: 100px;
}

#kyujin dd {
	margin-left: 100px;
}

#kyujin p {
	margin: 20px 40px 10px 35px;
}

.red {
	font-weight: bold;
	color: #ff6600;
}

#kyujin .entry_bottom {
	width: 510px;
	height: 30px;
	margin: 0 0 15px 0;
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
}

/*-- 個別ページ「ウェブチケット」 --------------------------------------*/

#ticket p {
	margin: 20px 35px 10px 35px;
}

.ticket {
	background-image: url(images/h2_ticket.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 55px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

#ticket h3.ticket_top_h3 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: #dcd5b3 1px dotted;
	margin: 0px 15px 10px 15px;
	padding: 18px 10px 8px 35px;
}

.ticket_img {
	text-align: center;
	margin: 20px auto 0px;
}

.ticket_entry_bg_1 {
	width: 510px;
	margin: 0 0 0px 0;
	background-image: url(images/0001_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.ticket_entry_bg {
	width: 510px;
	margin: 0 0 0px 0;
	background-image: url(images/0001_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#ticket h3 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: #dcd5b3 1px dotted;
	margin: 0px 15px 10px 15px;
	padding: 18px 10px 8px 35px;
}

#ticket h3.kyujin_top_h3 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: #dcd5b3 1px dotted;
	margin: 0px 15px 10px 15px;
	padding: 18px 10px 8px 35px;
}

#ticket .entry_bottom {
	width: 510px;
	height: 30px;
	margin: 0 0 15px 0;
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
}

/*-- 個別ページ「ガールズメッセージ」 --------------------------------------*/

.page_name_717 {
	clear: both;
	background-image: url(images/page_name_717.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	text-indent: -9999px;
}

.h2_gm {
	clear: both;
	background-image: url(images/h2_gm.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 55px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

#girls_m {
	width: 100%;
	background-image: url(images/0005_bg.gif);
	background-repeat: no-repeat;
	line-height: 205%;
}

#girls_m a:hover {
	color: #FF1493;
}

* html body #girls_m img {
	margin: 0.5em 3px;
	vertical-align: middle; 
}

#girls_m img {
	margin: 0 3px;
	vertical-align: text-bottom;
}

.gm_name {
	font-size: 18px;
	font-weight: bold;
	color: #FF1493;
}

.gm_name_2 {
	font-size: 13px;
	color: #aaaaaa;
	margin: 0 0 0 10px;
}

html > body #girls_m dl {
	width: 355px;
	height: 250px;
	padding: 30px 75px 0px 80px;
}

* html body #girls_m dl {
	width: 510px;
	height: 280px;
	padding: 30px 75px 0px 80px;
}

#girls_m dt {
	width: 355px;
	text-align: center;
	margin: 0 0 15px 0;
	letter-spacing: 0.7em;
	line-height: 205%;
}

#girls_m dl {
	width: 355px;
}

.entry_bottom {
	clear: both;
	width: 510px;
	height: 30px;
	margin: 0 0 15px 0;
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
}

#girls_m ul {
	width: 430px;
	border-top: #bdae6a 1px dotted;
	padding: 20px 0 10px 0;
	margin: 0 40px;
}

#girls_m li {
	float: left;
	width: 86px;
	margin: 0 0 10px 0;
	text-align: center;
}

#girls_m .current {
	color: #FF1493;
}

