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

/*
-----------------------------------------------------------
 ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y:scroll;
}
body {
	overflow-x:hidden;
	overflow-y:auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;  padding:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
}
table {
	border-collapse:collapse;  border-spacing:0;
}
caption, th {
	text-align:left;
}
q:before ,q:after {
	content:'';
}
object, embed {
	vertical-align:top;
}
hr, legend {
	display:none;
}
h1, h2, h3, h4, h5, h6	{
	font-size:100%;
}
img, abbr, acronym, fieldset {
	border:0;
}
li {
	list-style-type:none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#FFF;
	color:#333;
	font-size:75%;
	line-height:150%;
	letter-spacing:1px;
	text-align:center;
}
html>/**/body {
	font-size:12px;
}

* + html body {
	font-family:"メイリオ","Meiryo";
}

/* ------------ A Style */
a:link {
	text-decoration:none;
	color:#00f;
}

a:visited {
	text-decoration:none;
	color:#00f;
}

a:hover {
	text-decoration:underline;
	color:#00f;
}

a:active {
	text-decoration:none;
	color:#00f;
}

/* ------------ Visual style */
.clear {
	clear:both;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
*:first-child+html .clearfix { height:1%; } /* ie7 */
* html .clearfix { height:1%; } /* ie6 */

/*
-----------------------------------------------------------
 全体　共通設定
----------------------------------------------------------- */

a {text-decoration:underline !important;}


/* レイアウトについて
----------------------------------------------------------- */

#header, #footer, #main {
	margin:0 auto;
	width:1000px;
	text-align:left;
}


/* ヘッダー
----------------------------------------------------------- */

#top {float:left;}
#header-contact {float:right;}
#heading {clear:both;}
#global-navi {overflow:auto;padding-top:3px;}
#global-navi li {float:left;}
h1{
	text-align:left;
	font-size:10px;
	font-weight:normal;
	padding:5px 0;
}

/* メイン　（※基本的には各フォルダ内の css/page.css に記述）
----------------------------------------------------------- */

#pan {padding:0.75em 5px 0.5em;font-size:12px;}


/* フッター
----------------------------------------------------------- */

#pagetop {clear:both;padding:0.5em 3px 0.5em 0;text-align:right;}

#footer {padding:20px 20px 10px;width:960px;color:#8a8a8a;background-color:#000;}
* html #footer {width:1000px;}

#footer a       {color:#8a8a8a;}
#footer a:hover {color:#ffffff;}

#footer-contact {float:left;width:250px;}
#footer-contact span {display:block;margin-left:10px;}

#footer-navi {float:right;width:700px;text-align:right;}
#footer-navi li {display:inline;}

#footer-links {float:right;padding-top:1em;width:700px;text-align:right;}

#copyright {clear:both;padding:3em 0.5em 0;font-weight:bold;color:#fefefe;}

/*
-----------------------------------------------------------
 お料理ページ　設定
----------------------------------------------------------- */

#meal-selection {float:left;position:relative;z-index:10;width:793px;height:256px;}
#meal-selection-button {position:absolute;z-index:100;right:105px;bottom:40px;width:181px;}
#meal-selection-button span {display:block;padding-bottom:8px;}

#recommend-plans {
	float:right;
	margin-top:12px;
	width:190px;
	height:235px;
	overflow-y:auto;
	border:1px solid #bbb;
}
#recommend-plans ul {
	margin:5px 0 5px 3px;
	width:95%;
}
#recommend-plans li {
	padding:0.5em 8px 0.5em;
	line-height:1.5;
	border-top:1px dotted #ccc;
}


#plan1, #plan2, .thumbs {overflow-x:hidden;overflow-y:auto;}
#plan1, #plan2 {margin:0 auto;padding:2em 0;width:98%;}
.thumbs {float:left;margin:0 15px 15px 0;width:354px;}
.thumbs a {float:left;}
.detail {float:right;width:580px;}
.detail p {margin:0 auto 0.75em;width:99%;line-height:1.5;font-size:116.66%;}
.detail .button {padding-top:20px;}
