﻿@charset "utf-8";

/*====================================================================

common.css

=====================================================================*/

/*--------------------------------------------------------------------/
	format
/--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

p{
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{
	color:#ffffff;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}

#footer #unker a:link,
#footer #unker a:visited,
#footer #unker a:hover,
#footer #unker a:active,
#footer #unker1 a:link,
#footer #unker1 a:visited,
#footer #unker1 a:hover,
#footer #unker1 a:active{
	color:#000000;
	outline:none;
}

#footer #unker a:link   {text-decoration: none;}
#footer #unker a:visited{text-decoration: none;}
#footer #unker a:hover  {text-decoration: underline;}
#footer #unker a:active {text-decoration: none;}

#footer #unker1 a:link   {text-decoration: none;}
#footer #unker1 a:visited{text-decoration: none;}
#footer #unker1 a:hover  {text-decoration: underline;}
#footer #unker1 a:active {text-decoration: none;}


/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/

body{
	background:url(img/bg.gif) repeat;
	text-align:left;
	font-size: 12px;
	color: #424141;
}

#header,
#navi,
#footer{
	width:950px;
	margin:0 auto;
}

/*--------------------------------------------------------------------/
	navigation
/--------------------------------------------------------------------*/
#bg_navi{
	background:url(img/bg_navi.gif) repeat-x;
}


#navi {
	background: url(img/gn.gif) no-repeat 0 0;
	height: 50px;
	width: 950px;
}

#navi li,
#navi li a{
	display: block;
	height: 50px;
	text-indent:-9999px;
}
#navi li{
	float: left;
}
#navi li a span { display: none;}

#navi ul li#n01 a { width: 114px; background-position: 0 0;}
#navi ul li#n02 a { width: 120px; background-position: -114px 0;}
#navi ul li#n03 a { width: 131px; background-position: -234px 0;}
#navi ul li#n04 a { width: 125px; background-position: -365px 0;}
#navi ul li#n05 a { width: 208px; background-position: -490px 0;}
#navi ul li#n06 a { width: 121px; background-position: -698px 0;}
#navi ul li#n07 a { width: 131px; background-position: -819px 0;}

#navi ul li a:hover {
	background: url(img/gn_over.gif) no-repeat;
}



/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/

#foot{
	clear:both;
	height:162px;
	background:url(img/bg_foot.gif) repeat-x;
}

#footer{
	position:relative;
	background: url(img/bg_footer.jpg) no-repeat;
	clear:both;
	width:950px;
	height:162px;
}

#footer p{
	position:absolute;
	bottom:10px;
	right:25px;
}

#pagetop{
	position:absolute;
	top:18px;
	right:8px;
	width:74px;
	height:17px;
}

#footer *{
	font-size:10px;
}

/*フッター1*/

#footer p{
	position:absolute;
	bottom:5px;
	left:80px;
	font-size:10px;
	color:#fff;
}

#footer ul#unker{
	position: absolute;
	top:15px;
	left:50px;
	display:block;
	height: 14px;
	text-align:left;
	text-align:center;
}

#footer ul#unker li{
	display: block;
	float:left;
	margin: 4px 8px 0 0;
	padding-right: 8px;
	border-right: solid 1px #606060;
	line-height:1.2;
	height: 14px;
}
#footer ul#unker li.bl{
	display: block;
	float:left;
	margin: 4px 8px 0 0;
	padding-left: 8px;
	border-left: solid 1px #606060;
	line-height:1.2;
	height: 14px;
}

/*--------------------------------------------------------------------/
	common
/--------------------------------------------------------------------*/

.text{
	width:/**/px;
	padding:15px;
}
.text_pnbottom{
	width:/**/px;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
}
.text img{
	padding:3px;
	border:solid 1px #7a6d58;
}

#plink{
	margin:0 auto;
	width:650px;
	background-color:#7b0909;
}
/*--------------------------------------------------------------------/
	top
/--------------------------------------------------------------------*/

#news{
	margin:0 auto ;
	border-top:none;
	width:540px;
	height:240px;
	overflow:auto;
	overflow-x:hidden;
	font-size:12px;
	color:#6b6310;
}

#news table{
	margin:10px 0 0 10px;
	width:510px;
}
#news table th,
#news table td{
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	line-height:1.6;
	vertical-align:top;
}
#news table th{
	background:url(img/news_list.gif) left 17px no-repeat;
	padding-left:20px;
	border-bottom:dotted 1px #6b6310;
}

#news table td{
	border-bottom:dotted 1px #6b6310;
}

#info{
	border:solid 1px #000000;
	padding:5px;
	background:url(img/bg_info.png) bottom right no-repeat;
}
#news a:link,
#news a:visited,
#news a:hover,
#news a:active{
	color:#0000FF;
	outline:none;
}

#news a:link   {text-decoration: underline;}
#news a:visited{text-decoration: underline;}
#news a:hover  {text-decoration: none;}
#news a:active {text-decoration: none;}


/*--------------------------------------------------------------------/
	originalcocktail
/--------------------------------------------------------------------*/

.table01{
	width:640px;
	margin:5px auto 0;
	border-top:solid 1px #c3c0a1;
	border-right:solid 1px #c3c0a1;
}
.table01 th{
	font-weight:bold;
	font-size:14px;
	width:160px;
	background-color:#edead1;
}
.table01 th,
.table01 td{
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	border-bottom:solid 1px #c3c0a1;
	border-left:solid 1px #c3c0a1;
	text-align: left;
	line-height: normal;
	vertical-align: top;
}
.table01 td ul li{
	background: url(img/table_01_list.gif) left 7px no-repeat;
	padding-bottom:3px;
	padding-left:10px;
}

.menu_table{
	width:640px;
	margin:15px auto 10px;
	border-left:solid 1px #7a6d58;
	border-top:solid 1px #7a6d58;
}
.menu_table th{
	background-color:#f0f1e7;
	text-align: left;
}
.menu_table th,
.menu_table td{
	padding-top: 8px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 8px;
	line-height: normal;
	vertical-align: top;
	color:#785c2e;
	border-right:solid 1px #7a6d58;
	border-bottom:solid 1px #7a6d58;
}
.menu_table td{
	width:85px;
	background-color:#000000;
	text-align: right;
	color:#FFFFFF;
	padding-right:15px;
}


.menu_table2{
	width:640px;
	margin:5px auto 10px;
	border-left:solid 1px #7a6d58;
	border-top:solid 1px #7a6d58;
}
.menu_table2 th.thb{
	background-color:#dbdcd0;
	text-align: left;
	color:#000000;
	font-weight:bold;
}
.menu_table2 th{
	background-color:#f0f1e7;
	text-align: left;
}
.menu_table2 th,
.menu_table2 td{
	padding-top: 8px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 8px;
	line-height: normal;
	vertical-align: top;
	color:#785c2e;
	border-right:solid 1px #7a6d58;
	border-bottom:solid 1px #7a6d58;
}
.menu_table2 td{
	width:85px;
	background-color:#000000;
	text-align: right;
	color:#FFFFFF;
	padding-right:15px;
}
.menu_table2 td.tdb{
	width:100px;
	background-color:#dbdcd0;
	text-align: center;
	color:#000000;
	font-weight:bold;
}


.menu_table3{
	width:640px;
	margin:5px auto 10px;
	border-right:solid 1px #7a6d58;
	border-bottom:solid 1px #7a6d58;
}
.menu_table3 th.thb{
	background-color:#dbdcd0;
	text-align: left;
	color:#000000;
	font-weight:bold;
}
.menu_table3 th.none{
	border:none;
}
.menu_table3 th{
	background-color:#f0f1e7;
	text-align: left;
	border-left:solid 1px #7a6d58;
	border-top:solid 1px #7a6d58;
}
.menu_table3 th,
.menu_table3 td{
	padding-top: 8px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 8px;
	line-height: normal;
	vertical-align: top;
	color:#785c2e;
}
.menu_table3 td{
	border-top:solid 1px #7a6d58;
	border-left:solid 1px #7a6d58;
	width:85px;
	background-color:#000000;
	text-align: right;
	padding-right:15px;
	color:#FFFFFF;
}
.menu_table3 td.tdb{
	width:100px;
	background-color:#dbdcd0;
	text-align: center;
	color:#000000;
	font-weight:bold;
}


.menu_table4{
	width:640px;
	margin:5px auto 10px;
	border-right:solid 1px #7a6d58;
	border-bottom:solid 1px #7a6d58;
}
.menu_table4 th.thb{
	background-color:#dbdcd0;
	text-align: left;
	color:#000000;
	font-weight:bold;
}
.menu_table4 th.none{
	border:none;
}
.menu_table4 th{
	background-color:#f0f1e7;
	text-align: left;
	border-left:solid 1px #7a6d58;
	border-top:solid 1px #7a6d58;
}
.menu_table4 th,
.menu_table4 td{
	padding-top: 8px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 8px;
	line-height: normal;
	vertical-align: top;
	color:#785c2e;
}
.menu_table4 td{
	border-top:solid 1px #7a6d58;
	border-left:solid 1px #7a6d58;
	width:150px;
	background-color:#000000;
	text-align:right;
	color:#FFFFFF;
}
.menu_table4 td.tdb{
	width:150px;
	background-color:#dbdcd0;
	text-align: center;
	color:#000000;
	font-weight:bold;
}


p.junl{
	padding:15px 0 0 15px;
	font-weight:bold;
	color:#a90f0f;
}

.menulist{
	margin:0px 5px 10px;
}

.menulist td{
	padding-right:30px;
	padding-left:10px;
	padding-top:5px;
	color:#ffffff;
}
.red{
	color:#c41010;
}
.mid{
	font-size:14px;
	font-weight:bold;
	color:#c41010;
	padding-bottom:5px;
}

#oc{
	position:relative;
	width:670px;
	height:187px;
	background:url(img/original_h3_01.gif) no-repeat;
}

#oc p{
	position:absolute;
	top:70px;
	left:10px;
}

/*--------------------------------------------------------------------/
	party
/--------------------------------------------------------------------*/

.pack_a{
	border:solid 1px #000000;
	margin:15px auto 20px;
	width:638px;
	background:url(img/bg_menu01.jpg) no-repeat;
}

.pack_b{
	border:solid 1px #000000;
	margin:15px auto 20px;
	width:638px;
	background:url(img/bg_menu02.jpg) no-repeat;
}

.pack_c{
	border:solid 1px #000000;
	margin:15px auto 20px;
	width:638px;
	background:url(img/bg_menu03.jpg) no-repeat;
}

.pack_a ul,
.pack_b ul,
.pack_c ul{
	padding:10px 0 10px 380px;
}
.pack_a ul li,
.pack_b ul li,
.pack_c ul li{
	font-weight:bold;
	background:url(img/list_01.png) left 4px no-repeat;
	padding-bottom:5px;
	padding-left:15px;
}
.pack_a ul li.goukei,
.pack_b ul li.goukei,
.pack_c ul li.goukei{
	font-weight:bold;
	color:#a90f0f;
	background:none;
	padding-left:0px;
}
.cource_a{
	border:solid 1px #000000;
	margin:15px auto 20px;
	width:638px;
	background:url(img/bg_menu04.jpg) no-repeat;
}
.cource_b{
	border:solid 1px #000000;
	margin:15px auto 20px;
	width:638px;
	background:url(img/bg_menu05.jpg) no-repeat;
}
.cource_c{
	border:solid 1px #000000;
	margin:15px auto 20px;
	width:638px;
	background:url(img/bg_menu06.jpg) no-repeat;
}
.cource_d{
	border:solid 1px #000000;
	margin:15px auto 20px;
	width:638px;
	background:url(img/bg_menu07.jpg) no-repeat;
}
.cource_a p,
.cource_b p,
.cource_c p,
.cource_d p{
	padding:10px 0 0 20px;
}
.cource_a ul,
.cource_b ul,
.cource_c ul,
.cource_d ul{
	padding:10px 0 10px 20px;
}
.cource_a ul li,
.cource_b ul li,
.cource_c ul li,
.cource_d ul li{
	font-weight:bold;
	background:url(img/list_01.png) left 4px no-repeat;
	padding-bottom:5px;
	padding-left:15px;
}
.cource_a ul li.goukei,
.cource_b ul li.goukei,
.cource_c ul li.goukei,
.cource_d ul li.goukei{
	padding-left:0px;
	font-weight:bold;
	color:#a90f0f;
	background:none;
}

/*--------------------------------------------------------------------/
	about
/--------------------------------------------------------------------*/

#map{
	margin:15px auto 0px;
	width:618px;
	border:solid 1px #7a6d58;
	padding:10px;
}


#result{
	margin:15px auto;
	width:640px;
}

#result a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#result .image:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#result .r_image:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#result .image{
	display: inline;
	float: left;
	margin-right:10px;
	border:solid 1px #7a6d58;
	width:308px;
	height: 220px;
	overflow: hidden;
}
#result .image img{
	margin-top: -15px;
	margin-left: -5px;
}

#result .r_image{
	display: inline;
	float:right;
	border:solid 1px #7a6d58;
	width:308px;
	height: 220px;
	overflow: hidden;
}
#result .r_image img{
	margin-top: -15px;
	margin-right: -5px;
}


/*--------------------------------------------------------------------/
	other
/--------------------------------------------------------------------*/

.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
.clearfix{zoom:1;}

/*size
----------------------------------------------------------------*/
.fs_s{ font-size:80%;line-height:100%; }
.fs_m{ font-size:100%;line-height:120%; }
.fs_l{ font-size:120%;line-height:140%; }

.ls_s{ letter-spacing:-1pt; }
.ls_m{ letter-spacing:0pt; }
.ls_l{ letter-spacing:1em; }

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt65{margin-top:65px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb65{margin-bottom:65px;}

.mr10{margin-right:10px;}
.mr14{margin-right:14px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr65{margin-right:65px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml65{margin-left:65px;}

.auto{margin:10px auto 0 auto}

.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}

.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}

.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}

.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}

/*font
----------------------------------------------------------------*/
.fw_b{font-weight:bold;}


/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	margin:0 auto;
	padding:0 0 20px 0;
	width:640px;
}

.pagetop img{float:right;}
.pagetop a:hover img{opacity:0.8;filter:alpha(opacity=80);}
