@charset "utf-8";
/* CSS Document */

/* General */
* {margin: 0; padding: 0;}

body {
	overflow: auto;
	width: 900px;
	margin: 0 auto;
	font-family: "メイリオ", Meiryo "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	background-image: url(../img/bg_cat.gif);
	background-repeat: repeat;
	color: #333333;
}
/*
a:link, a:visited {color: #007099; text-decoration: underline;} a:hover {text-decoration: none;}
*/

abbr, acronym, span.abbr {border-bottom: 1px dotted black; cursor: help;}

.noscreen {display: none;} 
.cleaner {clear: both; height: 0; font-size: 0; visibility: hidden;}

/* Headings  */

h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1em;
}

p {
	line-height: 1.4em;
	text-indent: 1em.em;
	font-size: 1em;
}

/* Skip menu */
.hidden {top: -10000px; left: 0; width: 1px; height: 1px; overflow: hidden;}

#info {
	background-image: url(../img/msgbord.gif);
	background-repeat: no-repeat;
	height: 270px;
	width: 100%;
	background-position: center center;

}
#infomsg {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 124px;
	padding-top: 20px;
	text-align: left;
	overflow:visible;
	word-wrap:normal;
}

#text{
	width: 400px;
	height: 220px;
	overflow: auto;
}

/* wrapper */
#wrapper {
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}

/* header */

#header-wrap {
	position: fixed !important;
	position: absolute;
	z-index: 1;
}

#header {
	width: 900px;
	height: 104px;
	background-image: url(../img/header_00.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
}
#header span {
	color: #0000FF;
	width: 400px;
} 


/* globalnav */
#globalnav {
	background-image: url(../img/globalnav.gif);
	background-repeat: no-repeat;
	height: 42px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 30px;
	width: 900px;
	margin: 0px;

}

/* local menu */
#localnav {
	position: fixed !important;
	position: absolute;
	z-index: 1;
	width: 200px;
	margin-top: 100px;
}

/* page(content) */
#page {
	width: 900px;
	padding-bottom: 100px;
	padding-top: 100px;
	overflow: hidden;
}


#r-col {
	float: right;
	width: 700px;
	height: 100%;
}

.content_main {
	margin: 0px;
	background-image: url(../img/content2_main_02.gif);
	display: table;
	text-align: center;
	background-repeat: repeat-y;
	width: 700px;
}
.content_main#access{
	height: 3000px;
}
.content_main#before{
	height: 2000px;
}
.content_main#media{
	height: 1000px;
}
.content_main#menu{
	height: 2000px;
}
.content_main#news{
	height: 1000px;
}
.content_main#profile{
	height: 5000px;
}
.content_main#profile2{
	height: 4000px;
}
.content_main#shopinfo{
	height: 2000px;
}

.content_main_t{
	background-image: url(../img/content2_main_01.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 700px;
}
.content_main_f{
	background-image: url(../img/content2_main_03.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	position: absolute;
	width: 700px;
}

/* side_menu */
.side_menu {
	background-image: url(../img/side_menu_02.gif);
	background-repeat: repeat;
	height: 100%;
}
.side_menu_t{
	background-image: url(../img/side_menu_01.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
}
.side_menu_f{
	background-image: url(../img/side_menu_03.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 0px;
}


/* side_content */
.side_content {
	background-image: url(../img/side_menu_02.gif);
	background-repeat: repeat-y;
	text-align: center;
}
.side_content_t{
	background-image: url(../img/side_menu_01.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 20px;
}
.side_content_f{
	background-image: url(../img/side_menu_03.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 230px;
	position: relative;
}


/* footer */
#footer-wrap {
	position: fixed  !important;
	z-index: 1;
	height: 50px;
	bottom: 0px;
}

#footer{
	width: 900px;
	height: 50px;
/*	position: relative;
*/	background-image: url(../img/footer_00.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
}

/* Gallery */
.gallery {width: 99%; margin: 18px 0 0 0;}
.gallery img {border: 1px solid #AAA; margin-right: 12px;}
.gallery a:hover img {border: 1px solid #505050;}

.copyr {
	color: #333333;
	text-align: right;
	clear: both;
	font-size: 1em;
	bottom: 0px;
	line-height: 1em;
	padding-right: 50px;
	margin-top: -6px;
}

/* 営業時間表示用 */
dl {
	color: #0033FF;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 30;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
dl dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em 20;
	padding-left: 2em;
	color: #000;
	width: 10em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

dl dd {
	margin-bottom: 0.8em;
	margin-left: 4em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.side_navi	{
}
.side_navi li	{
}
.side_navi li a	{
	display: block;
	padding: 5px 5px 5px 15px;
	background: url(image/navi.jpg) no-repeat top left;
	text-decoration: underline;
	color: #333;
}
.side_navi li a:hover	{
	background: url(image/navi_on.jpg) no-repeat top left;
	padding: 5px 5px 5px 20px;
	text-decoration: underline;
	color: #999;
}

ul.menu {
	margin-left: 20px;
}
ul.menu li {
	margin-bottom: 9px;
	background-image: url(../img/bg_menu.gif);
	background-position: left center;
	background-repeat: no-repeat;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 1em;
	padding-left: 20px;
}
/*
ul.menu li a, ul.menu li a:visited {color: #101010; text-decoration: none;}
*/
ul.menu li a, ul.menu li a:visited {
	color: #101010;
}

ul.menu li a:hover {color: #333333; text-decoration: underline; background: #FF99FF;}

.home_menu a{
	display: block;
	height: 30px;
	width: 184px;
	margin-left: 8px;
}
.home_menu a:link {
	background-image : url(../img/btn_home_a.gif);
	background-repeat: no-repeat;
}
.home_menu a:visited {
	background-image : url(../img/btn_home_a.gif);
	background-repeat: no-repeat;
}
.home_menu a:hover {
	background-image : url(../img/btn_home_b.gif);
	background-repeat: no-repeat;
}
.home_menu a:active {
	background-image : url(../img/btn_home_a.gif);
	background-repeat: no-repeat;
}

/* -------------------- */
.h1_mida {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	margin-left: 30px;
	text-indent: 1em;
	margin-right: 30px;
}
#acc_border {
	border-bottom: 2px solid #FF99FF;
}
#news_border {
	border-bottom: 2px solid #CC66FF;
}
#shop_border {
	border-bottom: 2px solid #FFCC33;
}
#menu_border {
	border-bottom: 2px solid #3399FF;
}
#profile_border {
	border-bottom: 2px solid #00CC00;
}
#before_border {
	border-bottom: 2px solid #FF3399;
}
#media_border {
	border-bottom: 2px solid #FF9900;
}

#movie_border {
	border-bottom: 2px solid #99CCFF;
}
#calen_border {
	border-bottom: 2px solid #999999;
}

/* -------------------- */
.h2_round {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	padding-bottom: 10px;
	line-height: 1.2em;
}
#acc_bg {
	background-image: url(../img/mida_acc_20.gif);
	background-repeat: repeat-x;
}
#news_bg {
	background-image: url(../img/mida_news_20.gif);
	background-repeat: repeat-x;
}
#shop_bg {
	background-image: url(../img/mida_shop_20.gif);
	background-repeat: repeat-x;
}
#menu_bg {
	background-image: url(../img/mida_menu_20.gif);
	background-repeat: repeat-x;
}
#profile_bg {
	background-image: url(../img/mida_profile_20.gif);
	background-repeat: repeat-x;
}
#before_bg {
	background-image: url(../img/mida_before_20.gif);
	background-repeat: repeat-x;
}
#media_bg {
	background-image: url(../img/mida_media_20.gif);
	background-repeat: repeat-x;
}
#male_bg {
	background-image: url(../img/mida_male_20.gif);
	background-repeat: repeat-x;
}
#female_bg {
	background-image: url(../img/mida_female_20.gif);
	background-repeat: repeat-x;
}
#movie_bg {
	background-image: url(../img/mida_movie_20.gif);
	background-repeat: repeat-x;
}
/* -------------------- */
.access_div {
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.2px;

}

/* -------------------- */
.news_div {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left;

}
.media_div {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* -------------------- */
.before_div {
	text-align: left;
	padding-left: 40px;
	line-height: 2em;
	padding-right: 20px;
}
.before_div ul {
	padding:0px;
	margin:0px;
}
.before_div li {
	margin:0px;
	list-style-type:decimal;
	list-style-position:outside;
}

.before_div2 {
	padding-left: 20px;
	text-align: left;
}
.before_div2 li {
	list-style-type: disc;
}
.attention_div{
	text-align: left;
	line-height: 3em;
	font-size: 1.4em;
	padding-left: 30px;
}

/* -------------------- */
.menu_div {
	text-align: left;
	padding-left: 20px;
	line-height: 2em;
	padding-right: 20px;
	padding-top: 10px;
}
.set_drink{
	height: 180px;
	list-style-type: none;
	line-height: 1.6em;
	padding-top: 10px;
	padding-left: 20px;
}

.set_drink ul {
	padding:0px 0px 0px 20px;
	margin:0px;
}
.set_drink li {
	margin:0px;
	list-style-type: circle;
}

.set_drink_l {
	float: left;
	width: 40%;
	text-align: left;
}
.set_drink_r {
	text-align: left;
	float: right;
	width: 200px;
	margin-right: 120px;
}

/* -------------------- */
.shop_div{
	text-align: left;
	padding-left: 20px;
	line-height: 2em;
	padding-right: 20px;
	padding-top: 10px;
}
.shop_div2{
	text-align: center;
	padding-left: 20px;
	line-height: 2em;
	padding-right: 20px;
	padding-top: 10px;
}

/* -------------------- */
.profile_div{
	text-align: left;
	padding-left: 30px;
	line-height: 2em;
	padding-right: 30px;
	height: 290px;
	padding-top: 20px;
}
.profile_photos{

}

.img_left{
	float: left;
	padding-right: 30px;
}

/* -------------------- */
.next{
	background-image: url(../img/next.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.forward{
	background-image: url(../img/forward.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* -------------------- */
.pdf_calendar_div{
	text-align: left;
	padding: 0px 20px 20px 40px;
	height: 500px;
}
.pdf_calendar_div p{
	line-height: 2em;
}

