@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.yurugi-iyashi.com/
File name:		layout_commonness.css
Summary:		base styles
Created:		2009-5-1
Last update:	2009-5-1 by Sadaoka
Author:			Sadaoka(admin), Tanaka
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Basis */
/* ------------------------------------------------------------ */
body {
	background-color: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "Meiryo UI", Meiryo, "MS UI Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #646464;
	margin: 0;
	padding: 0;
}

div,
img {
	line-height: 0;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

p {
	line-height: 1.7;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px #f00 solid;
}

ul,
ol,
li,
dl,
dt,
dd {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0px #0f0 solid;
}

br {
	letter-spacing: 0;
}

/* IEで見た場合のリストの隙間が空いてしまうバグを回避 */
/* ------------------------------------------------------------ */
li {
	vertical-align: top;
}

/* テキストを表示させない */
/* ------------------------------------------------------------ */
.none { display: none; }

/* インデント1文字分 */
/* ------------------------------------------------------------ */
.indent {
	text-indent: -1em;
	margin-left: 1em;
}

/* Font size */
/* ------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px #f00 solid;
}

.txt14 {
	font-size: 14px;
}

.txt_black {
	color: #000;
}

/* Link */
/* ------------------------------------------------------------ */
a:link, a:visited {
	color: #323232;
	text-decoration: none;
}

a:hover, a:active {
	color: #323232;
	text-decoration: underline;
}

/* Float */
/* ------------------------------------------------------------ */
.f_left {
	float: left;
}

.f_right {
	float: right;
}

/* Center */
/* ------------------------------------------------------------ */
.f_center {
	text-align: center;
}

/* Clear */
/* ------------------------------------------------------------ */
.float:after {
	content: '';
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/* Margin */
/* ------------------------------------------------------------ */
.t_mgn5 {
	margin-top: 5px;
}

.t_mgn10 {
	margin-top: 10px;
}

.t_mgn30 {
	margin-top: 30px;
}

.t_mgn60 {
	margin-top: 60px;
}

.r_mgn30 {
	margin-right: 30px;
}

/* Container */
/* ------------------------------------------------------------ */
#container {
	background-color: #fff;
	text-align: left;
	width: 906px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Header */
/* ------------------------------------------------------------ */
#header {
	background: url(../images/bg_header.gif) left top no-repeat;
	width: 906px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	border: 0px #f00 solid;
}

#header_layput {
	width: 906px;
	height: 220px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header h1 a {
	width: 417px;
	height: 127px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 25px;
	top: 20px;
	border: 0px #f00 solid;
}

#header h2 {
	text-align: right;
	font-size: 10px;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	z-index: 2;
	right: 25px;
	top: 65px;
	border: 0px #f00 solid;
}

#header .hours {
	font-size: 12px;
	color: #17406a;
}

#header_menu {
	clear: both;
	width: 884px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 11px;
	top: 155px;
	border: 0px #f00 solid;
}

#header_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px #0f0 solid;
}

#header_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 0px #00f solid;
}

#header_menu .menu1 a {
	background: url(../images/header_menu1.gif) left top no-repeat;
	width: 78px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

#header_menu .menu1 a:hover {
	background: url(../images/header_menu1.gif) left bottom no-repeat;
}

#header_menu .menu1 a.selected {
	background: url(../images/header_menu1.gif) left bottom no-repeat;
}

#header_menu .menu2 a {
	background: url(../images/header_menu2.gif) left top no-repeat;
	width: 110px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

#header_menu .menu2 a:hover {
	background: url(../images/header_menu2.gif) left bottom no-repeat;
}

#header_menu .menu2 a.selected {
	background: url(../images/header_menu2.gif) left bottom no-repeat;
}

#header_menu .menu3 a {
	background: url(../images/header_menu3.gif) left top no-repeat;
	width: 104px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

#header_menu .menu3 a:hover {
	background: url(../images/header_menu3.gif) left bottom no-repeat;
}

#header_menu .menu3 a.selected {
	background: url(../images/header_menu3.gif) left bottom no-repeat;
}

#header_menu .menu4 a {
	background: url(../images/header_menu4.gif) left top no-repeat;
	width: 93px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

#header_menu .menu4 a:hover {
	background: url(../images/header_menu4.gif) left bottom no-repeat;
}

#header_menu .menu4 a.selected {
	background: url(../images/header_menu4.gif) left bottom no-repeat;
}

#header_menu .menu5 a {
	background: url(../images/header_menu5.gif) left top no-repeat;
	width: 118px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

#header_menu .menu5 a:hover {
	background: url(../images/header_menu5.gif) left bottom no-repeat;
}

#header_menu .menu5 a.selected {
	background: url(../images/header_menu5.gif) left bottom no-repeat;
}

#header_menu .menu6 a {
	background: url(../images/header_menu6.gif) left top no-repeat;
	width: 94px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

#header_menu .menu6 a:hover {
	background: url(../images/header_menu6.gif) left bottom no-repeat;
}

#header_menu .menu6 a.selected {
	background: url(../images/header_menu6.gif) left bottom no-repeat;
}

#header_menu .menu7 a {
	background: url(../images/header_menu7.gif) left top no-repeat;
	width: 89px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

#header_menu .menu7 a:hover {
	background: url(../images/header_menu7.gif) left bottom no-repeat;
}

#header_menu .menu7 a.selected {
	background: url(../images/header_menu7.gif) left bottom no-repeat;
}

#header_menu .menu8 a {
	background: url(../images/header_menu8.gif) left top no-repeat;
	width: 79px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

#header_menu .menu8 a:hover {
	background: url(../images/header_menu8.gif) left bottom no-repeat;
}

#header_menu .menu8 a.selected {
	background: url(../images/header_menu8.gif) left bottom no-repeat;
}

#header_menu .menu9 a {
	background: url(../images/header_menu9.gif) left top no-repeat;
	width: 119px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #00f solid;
}

#header_menu .menu9 a:hover {
	background: url(../images/header_menu9.gif) left bottom no-repeat;
}

#header_menu .menu9 a.selected {
	background: url(../images/header_menu9.gif) left bottom no-repeat;
}

/* Body */
/* ------------------------------------------------------------ */
#body2 {
	clear: both;
	background: url(../images/bg_body.gif) left top repeat-y;
	text-align: left;
	width: 906px;
	min-height: 500px;
	margin: 0px;
	padding: 30px 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Bread crumb menu */
/* ------------------------------------------------------------ */
#bread_crumb {
	width: 850px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	position: relative;
	border: 0px #f00 solid;
}

#bread_crumb ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px #ff0 solid;
}

#bread_crumb li {
	text-align: left;
	font-size: 10px;
	letter-spacing: 0;
	margin: 0px;
	padding: 0px;
	display: inline;
	border: 0px #f0f solid;
}

#bread_crumb .button1 {
	width: 109px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 110px;
	top: 0px;
	border: 0px #f00 solid;
}

#bread_crumb .button2 {
	width: 93px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px #f00 solid;
}

/* Title */
/* ------------------------------------------------------------ */
.title {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}

/* Pagetop */
/* ------------------------------------------------------------ */
.link {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

.link a:link,
.link a:visited {
	color: #004ebb;
	text-decoration: none;
}

.link a:hover,
.link a:active {
	color: #004ebb;
	text-decoration: underline;
}

/* Footer */
/* ------------------------------------------------------------ */
#footer {
	clear: both;
	background: url(../images/bg_footer.gif) left bottom no-repeat;
	text-align: center;
	color: #fff;
	width: 906px;
	margin-bottom: 30px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer_layput {
	width: 906px;
	height: 65px;
	margin: 22px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer .footer_menu {
	clear: both;
	font-size: 10px;
	line-height: 1;
	margin: 17px 0px 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

#footer .footer_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px #0f0 solid;
}

#footer .footer_menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	border: 0px #00f solid;
}

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #fff;
	text-decoration: underline;
}

#footer address {
	text-align: center;
	font-style: normal;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 11px 0px 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

