/*******************************************************************************

*******************************************************************************/
/*
@font-face{font-family:'myFont1';src:url("http://kurakaya.sakura.ne.jp/font/UtsukushiFONT.eot?") format('eot'),
url("http://kurakaya.sakura.ne.jp/font/UtsukushiFONT.woff") format('woff'),
url("http://kurakaya.sakura.ne.jp/font/UtsukushiMincho.ttf") format('truetype');
}
@font-face{font-family:'myFont2';src:url("http://kurakaya.sakura.ne.jp/font/Hannari.eot?") format('eot'),url("http://kurakaya.sakura.ne.jp/font/Hannari.woff") format('woff');}
@font-face{font-family:'myFont3';src:url("http://kurakaya.sakura.ne.jp/font/RiiPopkkR.eot?") format('eot'),url("http://kurakaya.sakura.ne.jp/font/RiiPopkkR.woff") format('woff');}
@font-face{font-family:'myFont4';src:url("http://kurakaya.sakura.ne.jp/font/KouzanMouhituFont.eot?") format('eot'),url("http://kurakaya.sakura.ne.jp/font/KouzanMouhituFont.woff") format('woff');}
*/

body {
	overflow-y:scroll;
	/*background-image: url("../images/exclusive_paper.png");*/
	background-image: url("../images/restaurant_icons.png");
	font-size: 14px;
	font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", "VL Pゴシック", "Takao Pゴシック", "IPA Pゴシック", sans-serif !important;
	font-family: Arial, Helvetica, sans-serif;
	/*
	font-size:14px;
	font-family: "myFont4";
	*/
}

/*
#font1 {
	font-size: 16px;
	font-family: "myFont1";

}*/

h1 {
	display: inline;
	font-size: 16px;
    	color: #7f1184;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
    	color: #7f1184;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
    	color: #7f1184;
}

td, th {
	padding: 5px;
}

img {
	margin: 0px;
	padding: 0px;
}

.menu_item{
	color: #7f1184;
    	background-color: transparent;
}

.menu_item_current{
	color: white;
    	background-color: #7f1184;
}

.menu_item2{
	/*color: orange;*/
	color: #7f1184;
    	background-color: transparent;
}

.menu_item2_current{
	color: white;
    	/*background-color: orange;*/
    	background-color: #7f1184;
}

.post_detail_ul li {
	margin-left: 20px;
	list-style-type: disc;
}

#page_navi {margin-top: 10px;}

#image_banner {
	cursor: pointer;
}

/*******************************************************************************

*******************************************************************************/
/*** div_header ***/
#div_header{
	display:table;
	width: 100%;
	height: 40px;
   	background-color: #7f1184;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
}

/*** div_header_about ***/
#div_header_about{
	display:table-cell;
	padding-left: 5px;
	color: white;
	text-align: left;
	vertical-align: middle;
	width: 150px;
}

#div_header_about ul{
	/*display: inline-block;*/
	text-align: right;
	vertical-align: middle;
}

#div_header_about li{
	float: left;
	margin: 0px 2px;
/*	padding: 3px 6px;*/
	color: white;
	cursor: pointer;
}

#div_header_about li:hover{
	border: 1px solid lightgray;
	background-color:blue;
}

/*** div_header_title ***/
#div_header_title{
	display:table-cell;
	color: white;
	text-align: center;
	vertical-align: middle;
width: 100%;
height: 100%;
	font-size: 16px;
}

/*** div_header_command ***/
#div_header_command{
	display:table-cell;
	/*padding: 0px 5px;*/
	color: white;
	text-align: right;
	vertical-align: middle;
	width: 185px;
}

#div_header_command ul{
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}

#div_header_command li{
	float: left;
	/*margin: 0px;*/
	padding: 3px;
	color: white;
	cursor: pointer;
}
#div_header_command li:hover{
	background-color:blue;
}

/*** div_header_menu ***/
#div_header_menu{
	display:table-cell;
	padding-right: 5px;
	color: white;
	text-align: right;
	vertical-align: middle;
	width: 285px;
}

#div_header_menu ul{
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}

#div_header_menu li{
	float: left;
	margin: 0px 2px;
	padding: 3px 6px;
	border: 1px solid lightgray;
	color: white;
	cursor: pointer;
}
#div_header_menu li:hover{
	background-color:blue;
}

#div_sidebar_r {
	width: 40px;
	height: 200px;
    	background-color: whitesmoke;
	border: 3px solid #7f1184;
	/*border-top: 1px solid #7f1184;
	border-bottom: 1px solid #7f1184;
	border-left: 1px solid #7f1184;
	border-right: 1px dotted lightgray;*/
	position: fixed;
	right: 0px;
	top: 100px;
	z-index: 998;
	/*filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;*/
	
}
#div_sidebar_r ul{
}
#div_sidebar_r li{
	display: block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
}
#div_sidebar_r li img{
	width: 32px;
	height: 32px;
	margin: 4px;
	cursor: pointer;
}
/*******************************************************************************

*******************************************************************************/
/*** div_wrapper ***/
#div_wrapper{
	width: 1000px;
	margin: 0 auto;
	display:table;
	vertical-align: top;
	/*border: 1px solid red;*//**/
}

#div_page_wrapper{
	width: 100%;
	margin: 0 auto;
	display:table;
	vertical-align: top;
	/*border: 1px solid red;*//**/
}

/*** div_page ***/
#div_page {
	display:table-cell;
	width: 850px;
	top: 0px;
	vertical-align: top;
	/*border: 1px solid blue;*/
}

/*** div_side_r ***/
#div_side_r{
	min-width: 100px;
	display:table-cell;
	text-align: right;
	vertical-align: top;
	padding-top: 45px;
	/*border: 1px solid lightgray;*/
}
#div_side_r div{
	margin: 0 0 0 auto;
	padding: 3px;
}
#div_side_r img{
	text-align:right;
}

/*** div_side_l ***/
#div_side_l{
	/*min-width: 150px;*/
	display:table-cell;
	vertical-align: top;
	padding-top: 45px;
	/*border: 1px solid lightgray;*/
}
#div_side_l div{
	margin: 0 auto 0 0;
	padding: 3px;
}
#div_side_l img{
	text-align:left;
}

#div_wrapper_footer{
	width: 100%;
	display: table;
	height: 24px;
	line-height:24px;
	vertical-align: middle;
	border-top: 2px solid #7f1184;
	margin-top: 5px;
	margin-bottom: 25px;
}

#div_footer{
	width: 100%;
	display: table;
	height: 24px;
	line-height:24px;
	vertical-align: middle;
	border-top: 5px solid #7f1184;
	margin-top: 5px;
	margin-bottom: 25px;
	top: 0px;
	left: 0px;
}

/*******************************************************************************

*******************************************************************************/
/*** div_page_header ***/
#div_page_header {
	width: 100%;
	height: 45px;
}

/*** div_page_body ***/
#div_page_body {
	width: 100%;
	display:table;
}

/*** div_panel ***/
#div_panel {
	display:table-cell;
	/*width: 174px;
	padding: 3px;
	margin-top: 5px;*/
	vertical-align: top;
	/*padding: 0px 5px;*/
}

/*** div_menu ***/
#div_menu {
	/*border: 1px solid #7f1184;*/
	margin-bottom: 3px;
	/*background-color:white;*/
    background-color: transparent;
	/*width: 186px;
	padding: 3px;
	vertical-align: top;*/
}

#div_menu span{
	display: block;
	/*width: 100%;
	vertical-align: middle;*/
	height: 30px;
	text-align: center;
	line-height:30px;
	background-color:#7f1184;
	color: white;
}

#div_menu ul{
	/*padding: 2px 2px;
	width: 100%;*/
	/*background-color:red;*/
	background-color:transparent;
}

#div_menu li{
	display: block;
	width: 185px;
	height: 30px;
	margin: 4px;
	/*width: 174px;
	vertical-align: middle;*/
	padding: 0px 3px;
	line-height:30px;
	text-align: left;
	/*color: #7f1184;*/
	cursor: pointer;
	border: 1px dotted #7f1184;
}
#div_menu li:hover{
	border: 1px dashed #7f1184;
}

#div_panel_banner{
}

/*** div_contents ***/
#div_contents {
	display:table-cell;
	width:645px;
	padding-left:15px;
	padding-right:10px;
	/*margin-bottom:3px;
	border: 1px solid lightgray;*/
}

#div_contents_top {
	display:table;
	width: 100%;
	/*border: 1px solid lightgray;*/
}

#div_contents_slider {
	display:table-cell;
	width: 450px;
}
#div_contents_banner{
	display:table-cell;
	vertical-align: top;
	/*padding: 0px 5px;*/
}
#div_contents_banner img{
	display: block;
}

#div_message {
	width: 100%;
	border: 1px solid lightgray;
}

#div_message table{
	width: 100%;
}
#div_message td{
	border: 1px solid lightgray;
	padding: 3px;
}

.td_message_1_date{ width: 80px; }
.td_message_1_title{ cursor:pointer;}
.td_message_2_description{ width: 80px; }
.td_message_2_title{}

/*** div_page_footer ***/
#div_page_footer {
	width: 100%;
	display: table;
	height: 24px;
	line-height:24px;
	vertical-align: middle;
	border-top: 2px solid #7f1184;
	margin-top: 5px;
	margin-bottom: 25px;
}
#span_page_footer_1{
	display: table-cell;
	line-height:24px;
	text-align: left;
	padding-left: 5px;
}

#span_page_footer_2{
	display: table-cell;
	line-height:24px;
	text-align: right;
	padding-right: 5px;
}

#div_inquiryform {
}

#div_inquiryform table{
	width: 100%;
	border: 1px solid lightgray;
}
#div_inquiryform td{
	border: 1px solid lightgray;
}

#div_bbs_forum {
}
#div_bbs_forum table{
	width: 100%;
	border: 1px solid lightgray;
}
#div_bbs_forum td{
	border: 1px solid lightgray;
}

#div_bbs_theme {
}
#div_bbs_theme table{
	width: 100%;
	border: 1px solid lightgray;
}
#div_bbs_theme td{
	border: 1px solid lightgray;
}

#div_bbs_thread {
}
#div_bbs_thread table{
	width: 100%;
	border: 1px solid lightgray;
}
#div_bbs_thread td{
	border: 1px solid lightgray;
}
.td_bbs_title{
	cursor:pointer;
}
.div_bbs_data{
	border: 1px solid lightgray;
	padding-left:10px;
}
.div_bbs_title{
	border: 1px solid lightgray;
}
.div_bbs_body{
	border: 1px solid lightgray;
}
#div_bbs_pager{
	cursor:pointer;
}

#div_company_profile{
}
#div_company_profile table{
	width: 100%;
	border: 1px solid lightgray;
}
#div_company_profile td{
	border: 1px solid lightgray;
}

#div_footer_wrapper{
	width: 1000px;
	margin: 0 auto;
	display:table;
	vertical-align: top;
	/*border: 1px solid red;*//**/
}

.slider{
	cursor: pointer;
}

#img_slidermarker{
	cursor: pointer;
}

