/* CSS Document */

#head_area {
	width: 950px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/head_k.jpg) repeat-x;
	text-align: left;
}

#head_area h1 {
	float: left;
	padding-left: 20px;
}

#head_area h2 {
	float: right;
}

#main_area {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 0;
	background: #fff;
	text-align: center;
}


/*  info_area
------------------------------------------------------------------------*/
#info_area {
	width: 890px;
	margin: 0 auto;
	padding: 0;
}

.info_area_l {
	width: 460px;
	text-align: left;
}

#info_area p.lead {
	margin: 0 0 40px;
}

#info_area p.cap {
	padding: 3px 0;
	font-size: 75%;
	color: #666;
	text-align: right;
}

#info_area h3 {
	font-size: 87.5%;
	font-weight: bold;
}

table.gaiyou_table {
    border-top:1px solid #333;
    border-left:1px solid #333;
    border-collapse:collapse;
    border-spacing:0;
	text-align: center;
}

table.gaiyou_table th {
	padding: 6px 3px;
	background: #cadbfe;
	font-size: 75%;
	font-weight: bold;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
}

table.gaiyou_table td {
	padding: 10px 3px;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
	font-size: 75%;
}


/*  price_area
------------------------------------------------------------------------*/
#price_area {
	width: 890px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

#price_area h3 {
	padding: 0 0 3px;
	font-size: 87.5%;
	font-weight: bold;
}

#price_area p.cap {
	padding: 3px 0;
	font-size: 75%;
	color: #666;
	text-align: left;
}

.price_area_l,
.price_area_r {
	width: 430px;
}

table.price_table {
    border-top:1px solid #333;
    border-left:1px solid #333;
    border-collapse:collapse;
    border-spacing:0;
	text-align: center;
}

table.price_table th {
	padding: 6px 3px;
	background: #cadbfe;
	font-size: 75%;
	font-weight: bold;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
}

table.price_table td {
	padding: 6px 3px;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
	font-size: 75%;
}

table.price_table td.font_l {
	text-align: left;
}

.meal {
	padding: 4px 0;
	font-size: 75%;
}

.font_s {
	font-size: 75%;
	font-weight: normal;
}


/*  layout_area
------------------------------------------------------------------------*/
#layout_area {
	width: 890px;
	margin: 0 auto;
	padding: 0 0 20px;
}

#layout_area h3 {
	margin: 0 0 20px;
}

.sample_layout {
	width: 850px;
	height: 240px;
	margin: 0 auto 10px;
}

.layout_l {
	width: 140px;
	height: 240px;
	background: #cfcfcf;
	text-align: left;
}

.layout_c {
	width: 350px;
	height: 240px;
	text-align: left;
	background: #f6f6f6;
}

.layout_r {
	width: 360px;
	height: 240px;
	background: #f6f6f6;
}

.layout_c img {
	margin: 4px 0 0 89px;
}


/*  .clearfix
------------------------------------------------------------------------*/
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

* html .clearfix {
	display: inline-block;
}

*:first-child+html .clearfix {
	display: inline-block;
}

/* no ie mac \*/
* html .container{ height: 1%;}
.container { display: block;}
/* */

.clearBoth {
	clear: both;
}

/*  float
------------------------------------------------------------------------*/
.fL {
	float: left;
}

.fR {
	float: right;
}

.mb20 {
	margin: 0 0 20px;
}