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

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

body{
	overflow-x:hidden;
/*	overflow-y:scroll;
*/	height: 780px;
	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;
}

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;}


/* color */
#c_friday{
	color: #3399FF;
}
#c_weekend{
	color: #FF99FF;
}
#c_closing{
	color: #FF6699;
}

/* Headings  */
.font_h{

}
.h2_top{
	text-align: left;
	padding-left: 50px;
	color: #FF9900;
	font-size: 1.2em;
	margin-top: -10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1 span#color{
	color: #006600;
	font-size: 1.4em;
	font-weight: bolder;
	vertical-align: text-botom;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 span{
	color: #FF9900;
	font-size: 0.6em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p{
	line-height: 1.4em;
	text-indent: 1em.em;
	font-size: 1em;
}

.shoptime{
	float: left;
	text-align: left;
	display: table;
	padding-top: 0px;
	border: none;
	font-size: 0.9em;
	width: 45%;
	padding-left: 20px;
}

.shoptime h3{
	color: #0066FF;
	font-size: 1.2em;
	padding-top: 8px;
	width: 100%;
	border: none;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: right;
}
.shoptime dl{
	padding-top: 0px;

}

.shoptime dt{
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	border-left: 8px solid #99CCCC;
	padding-left: 5px;
	color: #000;
	width: 80px;
}

.shoptime dd{
	margin-bottom: 0.8em;
	margin-left: 5em;
	margin-right:: 4em;
}

.shopinfo{
	font-size: 0.8em;
	text-align: left;
	border: none;
	clear: left;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

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

#infomsg2{
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	word-wrap:normal;
	font-size: 15px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 27px;
}


#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: 68px;
	padding-top: 20px;
	text-align: left;
	overflow:visible;
	word-wrap:normal;
}

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

#text a{
	color: #FFFFFF;
}

/* wrapper */
#wrapper{
	overflow-x:hidden;
	overflow-y:hidden;
	margin: 0px auto;
	position: relative;
	width: 900px;
}

/* header */

#header-wrap{
	position: absolute;
	width: 900px;
}

#header{
	width: 900px;
	height: 104px;
	background-image: url(../img/header_00.gif);
	background-repeat: no-repeat;
}
.header_update{
	font-size: 0.8em;
	padding-top: 80px;
	padding-left: 800px;

}

/* 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;

}

/* page(content) */
#page{
	width: 900px;
	clear: both;
	overflow: hidden;
	padding-bottom: 5px;
	overflow-x:hidden;
}


#l-col{
	float: left;
	width: 200px;
	height: 100%;
}

#l-col_fixed{
	position: fixed !important;
	float: left;
	width: 230px;
} 

#r-col{
	float: right;
	width: 160px;
}


#content{
	overflow: hidden;
	margin-left: 200px;
	margin-right: 160px;
	text-align: center;
	width: 540px;
	margin-top: 0px;
	padding-top: 0px;
}
.content_main{
	background-image: url(../img/content_main_02.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-top: 8px;
	height: 560px;
	width: 540px;
}
.content_main_t{
	background-image: url(../img/content_main_01.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 540px;
}
.content_main_f{
	background-image: url(../img/content_main_03.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 540px;
	clear: none;
	float: right;
}



/* side_menu */
.side_menu {
	background-image: url(../img/side_menu_02.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 300px;
}
.side_menu_t{
	background-image: url(../img/side_menu_01.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.side_menu_f{
	background-image: url(../img/side_menu_03.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px;
	position: relative;
}

/* side_menu */
.side2_menu {
	background-image: url(../img/side2_menu_02.gif);
	background-repeat: repeat-y;
	height: 584px;
}
.side2_menu_t{
	background-image: url(../img/side2_menu_01.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.side2_menu_f{
	background-image: url(../img/side2_menu_03.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px;
	position: relative;
}


/* side_content */
.side_content {
	background-image: url(../img/side_menu_02.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 5px;
	height: 240px;
}
.side_content_t{
	background-image: url(../img/side_menu_01.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.side_content_f{
	background-image: url(../img/side_menu_03.gif);
	background-repeat: no-repeat;
	height: 20px;
	position: relative;
}
.size_side {
	font-size: 0.9em;
}

/*
.btn  {
	background: #FFFFFF url(../img/test_btn.gif) no-repeat;
	color: #FFF;
	text-align: center;
	padding-top: 6px;
	height: 34px;
	padding-right: 0;
	margin-left: 8px;
	margin-top: 10px;
	text-decoration: none;
}
*/

/* right Menu */
ul.r_menu{
	padding-left: 20px;
}
ul.r_menu li{
	font-size: 1em;
	display: list-item;
	line-height: 1.6em;
	margin-left: 0px;
	background-image: url(../img/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
}
ul.r_menu li a, ul.menu li a:visited {color: #333333; text-decoration: none;}
ul.r_menu li a:hover {
	color: #181818;
	background: #FF99FF;
	text-decoration: underline;
}

/* footer */

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

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

/* Gallery */
.gallery {
	width: 99%;
	margin: 18px 0 0 0;
	text-align: center;
	vertical-align: middle;
}
.gallery img {border: 1px solid #AAA; margin-right: 22px;}
.gallery a:hover img {border: 1px solid #505050;}

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

.menu_01 a{
	display: block;
	height: 60px;
	width: 162px;
}
.menu_01 a:link {
	background-image : url(../btn_menu/btn_menu_01.gif);
	background-repeat: no-repeat;
}
.menu_01 a:visited {
	background-image : url(../btn_menu/btn_menu_01.gif);
	background-repeat: no-repeat;
}
.menu_01 a:hover {
	background-image : url(../btn_menu/btn_menu_01a.gif);
	background-repeat: no-repeat;
}
.menu_01 a:active {
	background-image : url(../btn_menu/btn_menu_01.gif);
	background-repeat: no-repeat;
}

.menu_02 a{
	display: block;
	height: 60px;
	width: 162px;
}
.menu_02 a:link {
	background-image : url(../btn_menu/btn_menu_02.gif);
	background-repeat: no-repeat;
}
.menu_02 a:visited {
	background-image : url(../btn_menu/btn_menu_02.gif);
	background-repeat: no-repeat;
}
.menu_02 a:hover {
	background-image : url(../btn_menu/btn_menu_02a.gif);
	background-repeat: no-repeat;
}
.menu_02 a:active {
	background-image : url(../btn_menu/btn_menu_02.gif);
	background-repeat: no-repeat;
}

.menu_03 a{
	display: block;
	height: 60px;
	width: 162px;
}
.menu_03 a:link {
	background-image : url(../btn_menu/btn_menu_03.gif);
	background-repeat: no-repeat;
}
.menu_03 a:visited {
	background-image : url(../btn_menu/btn_menu_03.gif);
	background-repeat: no-repeat;
}
.menu_03 a:hover {
	background-image : url(../btn_menu/btn_menu_03a.gif);
	background-repeat: no-repeat;
}
.menu_03 a:active {
	background-image : url(../btn_menu/btn_menu_03.gif);
	background-repeat: no-repeat;
}

.menu_04 a{
	display: block;
	height: 60px;
	width: 162px;
}
.menu_04 a:link {
	background-image : url(../btn_menu/btn_menu_04.gif);
	background-repeat: no-repeat;
}
.menu_04 a:visited {
	background-image : url(../btn_menu/btn_menu_04.gif);
	background-repeat: no-repeat;
}
.menu_04 a:hover {
	background-image : url(../btn_menu/btn_menu_04a.gif);
	background-repeat: no-repeat;
}
.menu_04 a:active {
	background-image : url(../btn_menu/btn_menu_04.gif);
	background-repeat: no-repeat;
}

.menu_05 a{
	display: block;
	height: 60px;
	width: 162px;
}
.menu_05 a:link {
	background-image : url(../btn_menu/btn_menu_05.gif);
	background-repeat: no-repeat;
}
.menu_05 a:visited {
	background-image : url(../btn_menu/btn_menu_05.gif);
	background-repeat: no-repeat;
}
.menu_05 a:hover {
	background-image : url(../btn_menu/btn_menu_05a.gif);
	background-repeat: no-repeat;
}
.menu_05 a:active {
	background-image : url(../btn_menu/btn_menu_05.gif);
	background-repeat: no-repeat;
}

.calendar{
	text-align: center;
}
.calendar hr{
	margin-right: 16px;
	margin-left: 16px;
	margin-bottom: 0px;
}

.side_pdf_calen_div, .calen_div{
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
}

