﻿@charset "utf-8";
/* CSS Document */

*{
    margin:0px;
	padding:0px;
}

html{
    overflow:scroll;
}

body{
    font-family:serif;
	font-size:14px;
}

a{
	outline : 0 ;
}

img{
    border:none;
	margin:0px;
	vertical-align:top;
}

hr{
   margin:0px;
   padding:0px;
   line-height:0.1;
   height:1px;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

* html .clearfix { height: 1% }

#container{
    width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
}


#logo{
    float:left;
}

#head_border{
    width:100%;
	height:23px;
	background-image:url(../images/common/head_border.gif);
}

#content_container{
    padding-left:30px; 
}

#wrapper{
    width:920px;
	text-align:left;
	background:#901510;
	border-right: solid 20px #901510;
}

#content{
    width:750px;
	padding-top:20px;
	padding-bottom:60px;
	float:left;
	background:#dddddd;
}

#main_img{
    background-image:url(../images/common/bg_main_img.gif);
	background-repeat: no-repeat;
    width:620px;
    height:355px;
	padding-top:8px;
	text-align:center;
	margin:auto;
}

#slidediv{
    background-repeat: no-repeat;
    background-position:0 0;
    width:600px;
    height:300px;
	text-align:center;
	margin:auto;
}

#title_area{
	margin-bottom:15px;
}

#title_area #room_icon{
	margin-right:15px;
}

#txt_area{
    width:500px;
	margin:auto;
	line-height:1.8;
}

#txt_end{
    width:620px;
	height:10px;
	margin:auto;
	margin-top:15px;
	background-image:url(../images/common/line_under.gif);
	background-repeat:no-repeat;
}

.content_img{
    width:618px;
	margin-left:auto;
	margin-right:auto;
}

.caption{
    margin-top:10px;
	line-height:1.5;
}

.univ_amenity{
    width:600px;
	margin:auto;
	margin-top:10px;
	padding:10px;
}

.univ_amenity td{
	vertical-align:top;
	font-size:12px;
}

.univ_amenity td.amenity_text{
	padding-left:10px;
	line-height:1.5;
}

.text_line_up{
    margin:auto;
	margin-top:10px;
    margin-bottom:15px;
}

.text_line_down{
    margin:auto;
    margin-top:15px;
	margin-bottom:15px;
}

#foot_border{
    width:100%;
	height:65px;
	background-image:url(../images/common/foot_border.gif);
}

#link_top{
    width:600px;
	margin:auto;
	margin-top:10px;
	text-align:right;
	font-size:12px;
}

#copyright{
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:12px;
	height:30px;
	width:300px;
	text-align:right;
	padding-top:16px;
	margin-left:650px;
	margin-bottom:5px
}

#price{
    width:616px;
	margin:auto;
	padding-bottom:15px;
}

#price_list{
    margin-top:10px;
}

.sub_area{
    text-align:center;
	margin:10px;
}

.food_sub{
    margin-bottom:10px;
}

.tbl_course{
    width:550px;;
    border-collapse:separate;
    border-spacing:15px;
	margin:auto;
}

.tbl_course td{
    vertical-align:top;
	line-height:1.6;
	font-size:15px;
}

.coruse_detail{
	width:330px;
	
}

.chef{
    width:600px;
	margin:auto;
	margin-top:10px;
	padding:10px;
}

.chef strong{
    font-size:16px;
}

.chef td{
	vertical-align:bottom;
	font-size:14px;
}

.chef td.chef_text{
	padding-left:15px;
	line-height:1.5;
}

.sp_plan{
    width:500px;
	margin:auto;
	margin-top:15px;
    padding-bottom:15px;
	border-bottom:1px dotted #666666;
}

.sp_plan.first{
	margin-top:0;
}

.sp_plan.end{
	border-bottom:none;
}

.sp_plan p{
    margin-top:12px;
}

.tbl_price{
    width:550px;
    border: 1px dotted #000000;
	margin:auto;
	margin-top:15px; 
}

.price{
    vertical-align:bottom;
	line-height:1.6;
}

.price p{
    margin-top:5px;

}

.mini_sub{
    color:#000000;
}

td.price_border hr{
    border:none;
	border-top:dotted 1px #000000;
    height:1px;
}

.plan_detail_area{   
	margin-bottom:40px;	
}

.plan_detail_area hr{
   	color:#000000;
}

.plan_detail{
    width:550px;
	margin:auto;
    margin-top:15px;
}

ul.plan_detail{
    width:520px;
	margin:auto;
}

ul.plan_detail li{
    margin-top:10px;
}

.mo_detail{
    width:550px;
	margin:auto;
	margin-top:8px;
}

.mo_detail.end{
    padding-bottom:0;
}

.plan_sub{
    margin-top:30px;
	font-size:18px;
	color:#000000;
}

.attention{
    color:#FF0000;
}

.annotation{
    font-size:13px;
}




