@charset "utf-8";

/* =Reset default browser CSS. Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
}
body, img {
	line-height:1;
}
#wrapper img {
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
blockquote {
	quotes:none;
}
blockquote:before, blockquote:after {
	content:'';
	content:none;
}
del {
	text-decoration:line-through;
}
a img {
	border:none;
}

/* =Layout
-------------------------------------------------------------- */

#container {
	float:left;
	margin:0 0 0 0;
	width:100%;
}
#content {
	margin:30px;
	width:880px;
}
#footer {
	clear:both;
	width:100%;
}

/* =Fonts
-------------------------------------------------------------- */
body,
.page-title span,
.pingback a.url {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#footer-submenu,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
pre {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
code {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*=====見出し=====*/
.text_ll {
	font-size:129%;
}
.text_l {
	font-size:115%;
}
.text_m {
	font-size:100%;
}
.text_s {
	font-size:86%;
}
.text_ss {
	font-size:72%;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.menu-header,
div.menu,
#colophon,
#main,
#wrapper {
	margin:0 auto;
	width:940px;
	text-align:left;
}
#wrapper {
	margin-top:0px;
	padding:0px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	background-color: #ffffff;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5;
	letter-spacing:0.1em;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
input,
textarea {
	color:#333;
	font-size:14px;
	font-style:normal;
	letter-spacing:0.1em;
	text-align:left;
}
hr {
	background-color:#ccc;
	border-color:#ccc;
	border:0;
	clear:both;
	height:1px;
	margin-bottom:20px;
}

/* Text elements */
p {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:2em;
}
ol {
	margin: 10px;
	margin-left:1em;
	padding-left: 2em;
}
ul {
	margin: 10px;
	margin-left:1em;
	padding-left: 2em;
	list-style-type:disc;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight:bold;
}
dd {
	margin-bottom:20px;
}
strong {
	font-weight:bold;
	color:#cc0000;
}
em {
	font-weight:bold;
	font-style:normal;
}
.catch {
	font-size:120%;
	color:#000;
}
.aka {
	color:#cc0000;
}
.kakomi {
	font-size:100%;
	padding:20px;
	border:1px solid #CCC;
	background-color:#fff;
}

/*=====リンク=====*/
a:link {
	color: #330000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #F90;
	text-decoration: underline;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding:0 0 0 0;
	margin:0 auto;
	width:940px;
}
#site-title {
	float:left;
	text-align:left;
	margin:0px;
	padding:0px;
}

#site-title a {
	display:block;
	width:940px; /* 画像の幅 */
	text-indent:-9999px; /* textを飛ばす */
	outline:none; /* クリック時の枠線を消す */
	background-image:url(img/tit.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%; /* point 位置調整 */
	border-bottom:none;
	height:100px; /* 画像の高さに合わせて調整 */
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear:both;
	overflow:hidden;
	padding:0 0 30px 0;
	background-color:#fff;
	margin-bottom:70px;
}
#content {
	margin-bottom:0px;
}
#content {
	color:#333;
	font-size:14px;
	line-height:1.6;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}

h1 {
	font-size: 129%;	/*143%*/
	font-weight: bold;
	color: #000;
	background-image: url(img/icon_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
h2 {
	font-size: 115%;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	background-image: url(img/icon_h2.gif);
	background-repeat: no-repeat;
	padding: 10px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3 {
	background-color: #FFF;
	background-image: url(img/icon_h3.gif);
	background-repeat: no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	padding: 2px 0 8px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #000;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}

table.hyou {
	width: 600px;
	border-collapse:collapse;
	border: 1px solid #f00;
	border-spacing:0;
	empty-cells:show;
}
table.hyou th {
	border-collapse:collapse;
	font-weight: bold;
	background-color: #f1f1f1;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f0f;
	border-right-color: #06C;
}
table.hyou td {
	border-collapse:collapse;
	background-color: #fff;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f0f;
	border-right-color: #06C;
	text-align: left;
}

/*=====表（お品書き）=====*/
table.oshinagaki {
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	border-collapse:collapse;
	border: 0px solid #f00;
	border-spacing:0;
	empty-cells:show;
}
table.oshinagaki th {
	border-collapse:collapse;
	font-weight: bold;
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	font-size: 100%;
}
table.oshinagaki td {
	border-collapse:collapse;
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 0;
	font-size: 100%;
}


/*=====内部コンテンツ=====*/

.price_tit {
	background-image: url(img/icon_h2.gif);
	background-repeat: no-repeat;
	padding:5px 10px;
	font-weight:bold;
	clear:both;
}

.price_ichiran {
	margin: 10px 0 10px 0;
	padding: 0;
	overflow:hidden;
}

.price_ichiran ul {
	margin: 0 0 0 30px;
	padding: 0;
}

.price_ichiran ul li {
	float:left;
	width:110px;
}
html, body  {  
    _height: 100%;     
    _overflow: auto;    
}

div#footer  {  
    width: 100%;  
    background: #000;  
    position: fixed;  
    bottom:0;  
    left:0;  
	padding:15px 0;
}  

/* =Footer
-------------------------------------------------------------- */

#footer {
	font-size:80%;
	margin-bottom:0;
}


#footer-menuarea {
	float:left;
	line-height:30px;
}
#page-top {
	float:right;
	padding:2px 0 0 0;
}

#colophon {
	margin-top:0;
	overflow:hidden;
	padding:0;
}