@charset "utf-8";

/* common */

* {
	font-family: "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

body {
	background: #e5e0ce url("/images/body_background.png") top left repeat;
	margin: 0;
	padding: 0;
	color: #3F3A32;
}

a {
	color: #3F3A32;
	/* text-decoration: none; */
}

a:link {
	color: #3F3A32;
}
a:visited {
	color: #3F3A32;
}
a:hover {
	color: #3F3A32;
}
a:active {
	color: #3F3A32;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

div#document {
	background: white url("/images/header_background.png") top left repeat-x;
	width: 100%;
	border-top: solid 6px #009933;
}

div.header {
	background: white;
	width: 820px;
	height: 134px;
	margin: 0 auto;
	position: relative;
}

div#header_logo {
	padding: 18px 0 0 20px;
	float: left;
}

div#header_info {
	float: right;
}

div#header_info p {
	font-size: .8em;
	margin: .4em;
}

div.header div#main_menu {
	height: 50px;
	width: 820px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("/images/menu_background.png");
	background-position: 0px 0px;
}

div.header ul#menu_list {
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 800px;
	list-style: none;
	overflow: hidden;
}

div.header ul#menu_list li {
	width: 160px;
	float: left;
}

div.header ul#menu_list li a {
	display: block;
	width: 160px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("/images/main_menu.png");
}

div.header ul#menu_list li#main_menu_home a {
    background-position: -10px 0px;
}
div.header ul#menu_list li#main_menu_store a {
    background-position: -170px 0px;
}
div.header ul#menu_list li#main_menu_news a {
    background-position: -330px 0px;
}
div.header ul#menu_list li#main_menu_faq a {
    background-position: -490px 0px;
}
div.header ul#menu_list li#main_menu_recruit a {
    background-position: -650px 0px;
}

div.header ul#menu_list li#main_menu_home a:hover {
    background-position: -10px -50px;
}
div.header ul#menu_list li#main_menu_store a:hover {
    background-position: -170px -50px;
}
div.header ul#menu_list li#main_menu_news a:hover {
    background-position: -330px -50px;
}
div.header ul#menu_list li#main_menu_faq a:hover {
    background-position: -490px -50px;
}
div.header ul#menu_list li#main_menu_recruit a:hover {
    background-position: -650px -50px;
}

div.header ul#menu_list li#main_menu_home a.current {
    background-position: -10px -100px;
}
div.header ul#menu_list li#main_menu_store a.current {
    background-position: -170px -100px;
}
div.header ul#menu_list li#main_menu_news a.current {
    background-position: -330px -100px;
}
div.header ul#menu_list li#main_menu_faq a.current {
    background-position: -490px -100px;
}
div.header ul#menu_list li#main_menu_recruit a.current {
    background-position: -650px -100px;
}

div.contents {
	background-color: white;
	width: 820px;
	margin: 0 auto;
	overflow: hidden;
}

div#slideshow_frame {
	margin: 20px 30px;
	width: 758px;
	height: 318px;
	border: 1px solid #999999;
	border-radius: 5px;
}

div#slideshow {
	margin: 0;
	padding: 0;
	width: 756px;
	height: 316px;
	border: 1px solid white;
	border-radius: 5px;
}

h1.page_title {
	margin: 20px 0;
	padding: 0 30px;
	width: 760px;
	height: 120px;
}

div.contents_inner {
	margin: 0 auto;
	padding: 0 10px;
	width: 780px;
	min-height: 240px;
	overflow: hidden;
}

div.contents_inner p {
	margin: 10px 0;
	padding: 0 10px;
	font-size: .8em;
}

div.contents_center {
	margin: 0;
	padding: 0 10px;
}

div.contents_left {
	width:50%;
	float: left;
}

div.contents_right {
	width:50%;
	float: left;
}

div#page_top {
	clear: both;
	padding: 2em 20px 0 0;
	text-align: right;
}

div#page_top p {
	margin: 0;
	padding: 0;
}

div.footer {
	background: url("/images/footer_background.png") top left repeat-x;
	width: 100%;
	/* height: 128px; */
	height: 10px;
	margin: 0 auto;
	border-top: solid 4px #009933;
}

div.footer_inner {
	width: 820px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

div#footer_menu {
	font-size: .8em;
	width: 600px;
	float: left;
	overflow: hidden;
}

div#footer_menu ul {
	margin: 30px 0;
	padding: 0 10px;
}

div#footer_menu ul li {
	padding: 0 10px;
	display: inline;
	border-left: dotted 1px #3F3A32;
}

div#footer_menu ul li:first-child {
	border: none;
}

div#footer_sub_menu {
	width: 160px;
	font-size: .8em;
	float: right;
}

div#footer_sub_menu ul {
	margin: 30px 0;
	padding: 0;
	list-style: none;
}

div#footer_sub_menu ul li {
	padding-bottom: .5em;
}

div#footer_copyright {
	margin: 20px 0;
	padding: 0 20px;
	font-size: .8em;
	float: left;
}



/* #main_index.website */

#main_index.website h2 {
	background: url("/images/h2_background.png") no-repeat;
	margin: 0;
	padding: 8px 4px 8px 16px;
	width: 360px;
	height: 20px;
	font-weight: bold;
	font-size: .9em;
	color: #333333;
}

#main_index.website h2 a {
	text-decoration: none;
}

#main_index.website table#store_hours {
	margin: 0;
	padding: 10px;
	width: 360px;
	font-size: .9em;
	line-height: 2em;
}
#main_index.website table#store_hours tr {
}
#main_index.website table#store_hours th {
	text-align: left;
	width: 35%;
}
#main_index.website table#store_hours td {
	text-align: left;
	width: 65%;
}

#main_index.website div#store_info {
	margin: 0;
	padding: 10px;
	width: 360px;
}
#main_index.website div#store_info p {
	margin: 0 0 10px;
	padding: 0;
	font-size: .9em;
}
#main_index.website div#store_info div.google_map {
	margin: 10px 0;
}
#main_index.website div#store_info iframe {
	border: solid 1px #adadad;
}

#main_index.website div.news {
	margin: 0;
	padding: 10px;
	width: 360px;
	font-size: .9em;
}
#main_index.website div.news h3 {
	margin: 10px 0;
	padding: 0 0 0 6px;
	font-weight: normal;
	font-size: 1.1em;
	color: #ff9326;
	line-height: 1.5em;
	border-left: solid 6px #009933;
}
#main_index.website div.news h3 a {
	text-decoration: none;
}
#main_index.website div.news div.news_info {
	margin: 0 0 10px;
	padding: 0 0 0 1em;
	font-weight: bold;
	font-size: 1em;
	color: #ff9326;
	/* line-height: 2em; */
}
#main_index.website div.news div.news_entry {
	border-bottom: dotted 1px;
	margin: 0 0 2em;
}
#main_index.website div.news p {
	margin: 0;
	padding: 0 1em 1em 2em;
	font-size: 1em;
}
#main_index.website div.news p.entry_assets {
	font-weight: bold;
}



/* #store */

#store div.contents_center table {
	width: 100%;
	margin: 20px 0;
	padding: 10px;
	font-size: .8em;
	border-collapse: separate;
	border-spacing: 10px;
}
#store div.contents_center table tr {
}
#store div.contents_center table th {
	text-align: left;
	border-bottom: solid 1px #adadad;
}
#store div.contents_center table td {
	text-align: left;
	border-bottom: solid 1px #adadad;
}



/* .blog.news */

.blog.news h2 {
	margin: 0 10px 20px;
	padding: 0 0 0 6px;
	border-left: solid 6px #009933;
	font-weight: normal;
	font-size: 1.1em;
}

.blog.news h2 a {
	text-decoration: none;
}

.blog.news div.news_entry {
	margin-bottom: 40px;
}

.blog.news div.news_entry p {
	margin-left: 10px;
	font-size: .9em;
}

.blog.news div#page-title {
	margin: 10px 10px 40px;
	padding: 0 0 .5em 0;
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: 2px solid #009933;
}



/* #faq */

#faq h2 {
	margin: 0 10px 20px;
	padding: 0 0 0 6px;
	border-left: solid 6px #009933;
	font-weight: normal;
	font-size: 1.1em;
}

#faq div.faq_entry {
	margin-bottom: 40px;
}

#faq div.faq_entry p {
	margin-left: 10px;
}



/* #recruit */

#recruit h2 {
	margin: 0 10px 20px;
	padding: 0 0 0 6px;
	border-left: solid 6px #009933;
	font-weight: normal;
	font-size: 1.1em;
}

#recruit div.contents_center div.jobs {
	margin-top: 40px;
	margin-bottom: 40px;
}

#recruit div.contents_center div.jobs p {
	margin-left: 10px;
}



/* #contact */

#contact h2 {
	margin: 0 10px 20px;
	padding: 0 0 0 6px;
	border-left: solid 6px #009933;
	font-weight: normal;
	font-size: 1.1em;
}

#contact h3 {
	margin: 20px;
	font-size: .9em;
}

#contact div.contents_center p {
	padding-left: 20px;
}

#contact .msg {
	color: red;
}

#contact form {
	width: 698px;
	margin: 20px 10px 40px;
	padding: 20px;
	border: solid 1px #adadad;
	border-radius: 5px;
}

#contact table.form {
	width: 100%;
	font-size: .9em;
	border-collapse: separate;
	border-spacing: 10px;
	padding-left: 10px;
}
#contact table.form tr {
}
#contact table.form th {
	text-align: left;
	width: 20%;
}
#contact table.form td {
	text-align: left;
	width: 80%;
}



/* #link */

#link div.contents_center ul {
	font-size: .9em;
	line-height: 2em;
}
#link div.contents_center ul li {
}



/* #privacy */

#privacy h2 {
	margin: 0 10px 20px;
	padding: 0 0 0 6px;
	border-left: solid 6px #009933;
	font-weight: normal;
	font-size: 1.1em;
}

#privacy h3 {
	margin-left: 10px;
	font-weight: normal;
	font-size: 1em;
}

#privacy h4 {
	margin-left: 10px;
	font-weight: normal;
	font-size: .9em;
}

#privacy div.contents_center div.terms {
	margin-bottom: 40px;
}

#privacy div.contents_center p {
	margin-left: 10px;
}

#privacy div.terms ul {
	font-size: .8em;
}

#privacy div.terms ol {
	font-size: .8em;
}

#privacy div.terms ol ul {
	font-size: 1em;
}

.recruit {
	margin-left:1.5em;
	margin-bottom:50px;
	font-size:.8em;
	width:800px;	
}

.recruit dt {
	width:150px;
	text-align:center;
	font-weight:bold;
	background:rgba(232,255,206,1.00);
	margin-bottom:5px;
	float:left;
}

.recruit dd {
	width:600px;
	margin-left:1em;
	margin-bottom:5px;
	border-bottom:rgba(232,255,206,1.00) 1px solid;
	float:left;
}