 @charset "Shift_JIS";

/* =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;
}
img {
	vertical-align:bottom;
}
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:30px 0 0 0;
	width:100%;
	background-color:#fff;
}
#content {
	margin:0 40px;
	padding:40px 0;
	width:860px;
}
#footer {
	clear:both;
	width:100%;
}

/* =Fonts
-------------------------------------------------------------- */
body,
.page-title span,
.pingback a.url {
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','ƒƒCƒŠƒI',Meiryo,'‚l‚r ‚oƒSƒVƒbƒN',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 {
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','ƒƒCƒŠƒI',Meiryo,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}
pre {
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','ƒƒCƒŠƒI',Meiryo,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}
code {
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','ƒƒCƒŠƒI',Meiryo,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}

/*=====Œ©o‚µ=====*/
.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;
}

/* 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-color:#000;
}

body {
	background-color:#f5f3eb;
	background-image:url(img/naka_bg.jpg);
	background-position:left top;
	background-attachment:scroll;
	background-repeat:repeat-x; /*no-repeat*/
	color:#333;
	font-size:14px;
	line-height:1.5;
	font-style:normal;
	letter-spacing:0.1em;
	text-align:center;
}

hr {
	background-color:#ccc;
	border-color:#ccc;
	border:0;
	clear:both;
	height:1px;
	margin-bottom:20px;
}

/* Text elements */
p {
	margin:10px 0;
}
ul {
	list-style-type:none;
	list-style-image:url(img/icon_list.gif);
	margin:0 0 20px 1.5em;
}
ul ul {
	list-style-type:none;
	list-style-image:url(img/icon_list2.gif);
	margin:0 0 20px 1.5em;
}
ol {
	list-style:decimal;
	margin:0 0 20px 1.5em;
}
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:#ff0000;
}
em {
	font-weight:bold;
	font-style:normal;
}
.catch {
	font-size:120%;
	color:#663300;
}
.aka {
	color:#ff0000;
}
.kakomi {
	font-size:100%;
	padding:20px 40px;
	border:1px solid #CCC;
	background-color:#f6f6f6;
}

/* 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
-------------------------------------------------------------- */

#header {
	padding:0 0 0 0;
	margin:0 auto;
	width:940px;
	background:url(img/naka_img.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:100px;
}
#site-title {
	float:left;
	text-align:left;
	margin:0px;
	padding:0px;
}

#site-title a {
	display:block;
	width:200px; /* ‰æ‘œ‚Ì• */
	text-indent:-9999px; /* text‚ð”ò‚Î‚· */
	outline:none; /* ƒNƒŠƒbƒNŽž‚Ì˜gü‚ðÁ‚· */
	background-image:url(img/naka_tit.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%; /* point ˆÊ’u’²® */
	border-bottom:none;
	height:100px; /* ‰æ‘œ‚Ì‚‚³‚É‡‚í‚¹‚Ä’²® */
}

#submenu {
	float:right;
	text-align:right;

}

/*
ƒTƒuƒƒjƒ…[ƒŠƒXƒg‰»
#submenu ul {
	list-style-image:none;
	margin:0;
	padding:0;
}

#submenu li {
	float:left;
	margin:0 0 0 10px;
	padding:0;
}
#submenu a:hover img {
	filter:alpha(opacity=0);
	opacity:0.0;
}
*/

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

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

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

#access li a:hover {
	background-position:0 -80px;
}
#access li.current a {
	background-position:0 -40px;
}

#access li.current a:hover {
	background-position:0 -80px;
}

#access .menu-1 a {
	background:url(img/main_menu/about.gif);
	background-repeat:no-repeat;
}
#access .menu-2 a {
	background:url(img/main_menu/rinen.gif);
	background-repeat:no-repeat;
}
#access .menu-3 a {
	background:url(img/main_menu/history.gif);
	background-repeat:no-repeat;
}
#access .menu-4 a {
	background:url(img/main_menu/kouken.gif);
	background-repeat:no-repeat;
}
#access .menu-5 a {
	background:url(img/main_menu/recruit.gif);
	background-repeat:no-repeat;
}

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

#main {
	clear:both;
	overflow:hidden;
	padding:0 0 30px 0;
	margin:0;
}
#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:180%;
	font-weight:bold;
	color:#000;
/*
	background-image:url(img/icon_h1.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
*/
	margin-top:0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:20px;
	border-left:8px solid #666;
	font-family: "‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-image: url(img/icon_h2.gif);
	padding: 5px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left:8px solid #aaa;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	background-image: url(img/icon_h3.gif);
	background-repeat:repeat-x bottom;
	padding: 5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-top: 4px solid #999;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}

/*=====•\=====*/
table.hyou {
	border-bottom: 0px solid #ccc;
	empty-cells:show;
}
table.hyou th {
	border-collapse:collapse;
	font-weight: bold;
	background-color: #ccc;
	padding: 5px;
	font-size: 100%;
	border-top-width: 0;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f0f;
	border-right-color: #ccc;
}
table.hyou td {
	border-collapse:collapse;
	background-color: #fff;
	padding: 5px 10px;
	font-size: 100%;
	border-top-width: 0;
	border-bottom:1px dotted #bbb;
}
table.hyou td.midashi {
	width:100px;
	background:#e0eef8;
	border-bottom:0px solid #ccc;
	
}
table.hyou02 {
	border-collapse:collapse;
	border: 1px solid #ccc;
	border-spacing:0;
	empty-cells:show;
}
table.hyou02 th {
	border-collapse:collapse;
	background-color: #e5e5e5;
	font-size: 100%;
	border-top-width: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	text-align: center;
	font-weight:normal;
}
table.hyou02 td {
	border-collapse:collapse;
	background-color: #fff;
	padding: 5px;
	font-size: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

table.hyou02 td.midashi {
	background-color: #f8f8f8;
}

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

#footer {
	font-size:80%;
	background-color:#000;
	background-image:url(img/footer_bg.gif);
	background-repeat:repeat-x;
}

#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#999;
}
#footer-menuarea .menu-footer ul {
	list-style-image:none;
	margin:0;
	padding:0;
}
#footer-menuarea .menu-footer li {
	position:relative;
	float:left;
	margin-right:15px;
	line-height:35px;
	padding:0 0 0 12px;
	background-image:url(img/list_yajirushi.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#footer-menuarea #page-top {
	line-height:35px;
	float:right;
}
#footer-menuarea #page-top a {
	line-height:35px;
	float:right;
	padding:0 0 0 15px;
	background-image:url(img/pagetop.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

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

#site-generator {
	color:#fff;
	clear:both;
	text-align:center;
	padding:20px 0;
	font-size:90%;
}

/* =“à•”ƒRƒ“ƒeƒ“ƒc—p
-------------------------------------------------------------- */

/*==========Šî–{—”O==========*/

.rinen_waku {
	background:#ccc;
	padding:5px;
}
.rinen {
	padding:40px 40px 20px 200px;
	background-color:#fff;
	background-image:url(rinen/img/rinen_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border:1px solid #fff;
}
.rinen ul {
	line-height:2.2;
	letter-spacing:0.1em;
	list-style-image:none;
	list-style-type:none;
	
}
.rinen ul li {	
	background-image:url(img/icon_list.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	padding-left:20px;
	
}

/*==========’nˆævŒ£Šˆ“®==========*/

.kouken_waku {
	overflow: hidden;
	background:url(kouken/img/kouken_bg.gif);	
	background-position:left top;
}
.shop_waku {
	background:url(kouken/img/shop_bg.gif);	
	background-repeat:no-repeat;
	width:800px;
	margin:0 auto;
}
.shop {
	width:760px;
	margin:0 auto;
	padding:50px 0 20px 0;
}
.shop .info {
	background:#fff;
	padding:20px;
	font-size:90%;
}
.shop .photo_l {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.shop .photo_r {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.clearfix {
	clear:both;
}
.kouken_waku .shop_bottom {
	background:url(kouken/img/shop_bottom.gif);	
	background-repeat:no-repeat;
	height:15px;
	width:800px;
	margin:0 auto 30px auto;
}

.shop h2.machiya {
	text-indent:-9999px;
	background:url(kouken/img/machiya.gif);	
	background-repeat:no-repeat;
	margin:0 0 20px 420px;
	padding:0;
	width:240px;	
	height:35px;
	border:0;
}

.shop h2.citta {
	text-indent:-9999px;
	background:url(kouken/img/citta.gif);	
	background-repeat:no-repeat;
	margin:0 0 20px 0;
	padding:0;
	width:240px;	
	height:60px;
	border:0;
}
.shop h2.flamme {
	text-indent:-9999px;
	background:url(kouken/img/flamme.gif);	
	background-repeat:no-repeat;
	margin:0 0 20px 420px;
	padding:0;
	width:265px;	
	height:35px;
	border:0;
}

.shop_waku02_bg {
	background:url(kouken/img/shop_bg03.gif);	
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
	margin:0 0 30px 0;
}
.shop_waku02_area {
	width:385px;
	float:left;
	margin:0 0 10px 30px;
}
.shop_waku02 {
	background:url(kouken/img/shop_bg02.gif);	
	background-repeat:no-repeat;
}
.shop02 {
	margin:0 auto;
	padding:50px 0px 0px 0px;
	width:345px;
}
.shop02 h2.demae {
	text-indent:-9999px;
	background:url(kouken/img/demae.gif);	
	background-repeat:no-repeat;
	margin:20px 0 20px 0;
	padding:0;
	width:345px;	
	height:35px;
	border:0;
}
.shop02 h2.event {
	text-indent:-9999px;
	background:url(kouken/img/event.gif);	
	background-repeat:no-repeat;
	margin:20px 0 20px 0;
	padding:0;
	width:345px;	
	height:35px;
	border:0;
}
.shop02 h2.taiken {
	text-indent:-9999px;
	background:url(kouken/img/taiken.gif);	
	background-repeat:no-repeat;
	margin:20px 0 20px 0;
	padding:0;
	width:345px;	
	height:35px;
	border:0;
}
.shop02 h2.honohono {
	text-indent:-9999px;
	background:url(kouken/img/honohono.gif);	
	background-repeat:no-repeat;
	margin:10px 0 10px 0;
	padding:0;
	width:345px;	
	height:70px;
	border:0;
}

.kouken_bottom {
	background:url(kouken/img/kouken_bottom.gif);	
	background-repeat:no-repeat;
	height:5px;
	width:860px;
}

/*ƒGƒ“ƒgƒŠ[—p*/


.table0 TD {
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table1 TD {
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background:#fff;
}
.table1 INPUT TEXTAREA {
	background-color: #EFEFEF;
	margin-top: 2px;
	margin-bottom: 2px;
}

.table2 TD {
	vertical-align: top;
	border-top-style: none;
}
.table2 INPUT {
	background-color: #EFEFEF;
	margin-top: 2px;
	margin-bottom: 2px;
}
.clear {
	clear:both;
}
.left {
	float:left;
	width:48%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.right {
	float:right;
	width:48%;
}
