@charset "Shift_JIS";


body {
	background-color: #E5E5E5;
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: center;
}

img {
	border: none;
}

table#wrapper {
	width: 750px;
	height: 100%;
	margin: 0 auto;
	background: url(./img/bg.gif) repeat-y center top;
}

td {
	font-size: 10pt;
	color: #595959;
	line-height: 1.5;
}

p {
	margin: 7px 0px;
}

td#dott_line {
	height: 20px;
	background: url(./img/top_dottline.gif) repeat-x left center;
}

table#menu {
	width: 150px;
	background: url(./img/menu2_bg.gif) repeat-y;
}

table#menu p {
	width: 140px;
	margin: 10px auto 0;
	padding-bottom: 2px;
	border-bottom: 1px #8c8c8c dotted;
	text-align: left;
}

.bottom-div {
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #B2B2B2;
	width: 100%;
	padding: 2px 0px;
	border: 1px solid #999999;
	margin-top: 10px;
}

.margin-b10 {
	margin-bottom: 10px;
}

.margin-b5 {
	margin-bottom: 5px;
}

.margin-t10 {
	margin-top: 10px;
}

.margin-tb10 {
	margin: 10px 0px;
}

.margin-r10 {
	margin-right: 10px;
}

.margin-lr10 {
	margin: 0px 10px;
}

.margin-l10 {
	margin-left: 10px;
}

.menu2-div {
	width: 140px;
	margin-top: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #8C8C8C;
}

a:link {
	color: #0033FF;
	text-decoration: none;
}

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

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

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

h2 {
	font: 14pt bold;
	background-color: #ECF7FF;
	width: 565px;
	margin: 20px 0px 5px 0px;
	border-bottom: 3px solid #97C9FF;
	padding: 5px 0px 2px 5px;
	color: #666666;
	line-height: 1;
}

h3 {
	font: 11pt normal;
	color: #FF6600;
	margin: 10px 0px 3px;
	line-height: 1;
}

dl {
	margin-top: 0px;
	margin-bottom: 0px;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}



/* ===== Ｑ＆Ａ ===== */

.question-span {
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
	line-height: 1;
}

.answer-span {
	font-size: 14pt;
	font-weight: bold;
	color: #0000BB;
	line-height: 1;
}



/* ===== 特定商取引に関する法律 ===== */

.write-td{
  border: 1px #CCCCCC solid;
	font-weight: bold;
}



/* ===== ページ下 “ご注文・お問合せ” ===== */

#foot_banner {
	width: 100%;
	margin: 50px 0 0;
	text-align: center;
}



/* ===== 注文・お問合せ 電話 ===== */

/* --- 見出しエリア --- */
div.heading {
width: 550px; /* 見出しエリアの幅 */
margin: 15px 0 15px 5px;
padding: 4px 0; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 solid; /* 見出しエリアの下境界線 */
	font-size: 120%;
	font-weight: bold;
}

/* --- 見出し --- */
div.heading span {
margin: 0;
padding: 3px 3px 0 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #ff8000 solid; /* 見出しの左境界線 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}

/* --- 電話番号エリア --- */
#order_tel {
	width: 100%;
	margin: 0 0 50px;
	text-align: left;
}

/* -- 電話番号 -- */
#order_tel01 {
	font-size: 280%;
	padding-left: 40px;
	color: #ff6633;
	margin: -10px 0 0px;
}

/* -- 時間・定休日 -- */
#order_tel02 {
	font-size: 120%;;
	padding-left: 60px;
	margin-top: 0px;
}


/* --- メニュー --- */

div#menu {
	width: 150px;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

div#menu ul, li, div, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

div#menu_area {
	background: url(./img/menu2_bg.gif) repeat-y;
}

div#menu ul {
	text-align: left;
	list-style: none;
}

div#menu li {
	width: 141px;
	margin: 10px 0 0 5px;
	padding: 0.8px 0 2px;
	border-bottom: 1px #8c8c8c dotted;
}

div#menu_bottom {
	padding-top: 10px;
}

div#banner {
	margin: 20px auto 0;
}

div#menu a {
	letter-spacing: 0.001em;
	font-size: 12px;
}


