@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:right;
	margin:5px 0 0 0;
	width:700px;
}
#content {
	margin:0;
	padding-bottom:20px;
	width:700px;
}
#sidebar {
	width:220px;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
}
#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;
	min-height:100%;
	margin-bottom:-40px;
	height:auto;
}
* html #wrapper{
height:100%;
}

/* Structure the footer area */

#footer-menuarea {
	width:940px;
	margin:0 auto;
}

#footer-menuarea .menu-footer {
	float:left;
}

#footer-submenu {
	clear:both;
	float:left;
	margin:10px 0;
}

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

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

html {
	background-image:url(img/bg.jpg);
	background-color:#f9f2e8;
}


html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}


body {
	background-image:url(img/topborder.gif);
	background-repeat:repeat-x;
	color:#333;
	font-size:14px;
	line-height:1.5;
	font-style:normal;
	letter-spacing:0.1em;
	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:20px;
}
ol {
	margin: 10px;
	margin-left:1em;
	padding-left: 2em;
}
ul {
	margin: 10px;
	margin-left:1em;
	padding-left: 2em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
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:#ff0000;
}
.kakomi {
	font-size: 100%;
	padding: 15px;
	background-color:#fff;
	border:1px solid #ccc;
}
.kakomi02 {
	background-color:#fff;
	padding:3px;
}

/* Link */
a:link {
	color:#00F;
	text-decoration:underline;
}
a:visited {
	color:#36F;
	text-decoration:underline;
}
a:hover {
	color:#F00;
	text-decoration:underline;
}
a:active {
	color:#F90;
	text-decoration:underline;
}


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

#headerarea {
	background:url(img/header_bg.jpg);
	background-position:center top;
	background-attachment:scroll;
	height:100px;
}
#header {
	padding:0 0 0 0;
	margin:0 auto;
	width:940px;
}
#site-title {
	float:left;
	text-align:left;
	margin:5px 0 0 0;
	padding:0px;
}

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

#tel {
	text-align:right;
	margin:5px 0 25px 0;
}

.ryouriphoto img   {  
	margin-bottom:10px;
}  

/* =Menu
-------------------------------------------------------------- */

#access {
	clear:both;
	display:block;
	margin:0 auto;
	width:220px;

}
#access .menu-header ul  {
	list-style:none;
	margin:0;
	padding:0;
}
#access .menu-header li {
	position:relative;
}
#access a {
	display:block;
	height:40px;
	text-indent:-9999px;
	width:220px;
}
#access li a:hover {
	background-position:0 -40px;
}


#access .menu-1 a {
	background:url(img/btn/kodawari.gif);
	background-repeat:no-repeat;
}
#access .menu-2 a {
	background:url(img/btn/info.gif);
	background-repeat:no-repeat;
}
#access .menu-3 a {
	background:url(img/btn/menu.gif);
	background-repeat:no-repeat;
}
#access .menu-4 a {
	background:url(img/btn/igajimenu.gif);
	background-repeat:no-repeat;
}
#access .menu-5 a {
	background:url(img/btn/kamameshi.gif);
	background-repeat:no-repeat;
}
#access .menu-6 a {
	background:url(img/btn/enkai.gif);
	background-repeat:no-repeat;
}
#access .menu-7 a {
	background:url(img/btn/access.gif);
	background-repeat:no-repeat;
}

/* =Sidebar
-------------------------------------------------------------- */

#sidebar .submenu {
	width:220px;
	padding:0;
	margin:0;
	overflow:hidden;
	background-color:#f1f1f1;
}

#sidebar .submenu li {
	margin:0 10px;
	list-style-type:none;
	list-style-image:none;
}

#sidebar .submenu li a {
	padding:10px 0 10px 0;
	color:#333;
	display:block;
	overflow:hidden;
	text-decoration:none;
/*	リストアイコン使用
	background-image:url(img/sidebar_list.gif);
	background-repeat:no-repeat;
	background-position:left 15px;
*/
}
#sidebar .submenu li+li {
	border-top:1px dotted #ccc;
}
#sidebar .submenu li a:hover {
	color:#ff0000;
/*	
	background-image:url(img/sidebar_list02.gif);
	background-repeat:no-repeat;
	background-position:left 15px;
*/
}


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

#main {
	clear:both;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:40px;
}
#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;
}

#content h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 158%;	/*143%*/
	font-weight: bold;
	/*color: #fff;*/
	color: #000;
	/*background-color: #b3afa8;*/
	background-image: url(img/h1.jpg);
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	line-height:80px;
}
#content h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 129%;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 5px;
	border-bottom:1px solid #000;
}
#content h3 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	padding: 5px 5px 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left:8px solid #b19b82;
	border-bottom:1px dotted #e5ddd0;
}
#content .kakomi h3 {
	margin-top: 0px;
}
#content 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;
}

#content table.hyou td.midashi {
	background-color:#f1f1f1;
}

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

#footer {
	font-size:86%;
	font-weight:bold;
	background-color:#000;
	height:40px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;	
}
#page-top {
	text-align:right;
}

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