@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:	http://www.keio-kampo.jp/
File name:	layout_commonness.css
Summary:	base styles
Created:	2009-10-1
Last update:	2009-10-1 by Sadaoka
Author:	Sadaoka(admin), Kaito
Copyright:	(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

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

div,
p,
img {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	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;
}

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

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

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

.default_text {
	font-size: 12px;
}

.sub_text {
	font-size: 10px; /* 標準で10pt相当 */
}

.sub_text2 {
	font-size: 64%;
}

.big_text {
	font-size: 117%; /* 標準で14pt相当 */
}

.emphasis {
	color: #f00;
}

.emphasis2 {
	color: #000;
}

.emphasis3 {
	color: #00f;
}

.icon_arrow {
	color: #3a723e;
}

.txt_gray {
	color: #646464;
}

sup {
	font-size: 66%;
	vertical-align: top;
}

sub {
	font-size: 66%;
	vertical-align: baseline;
}

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

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

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

.f_right {
	float: right;
}

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

.center_mgn {
	margin-left: auto;
	margin-right: auto;
}

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

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

.t_mgn10 {
	margin-top: 10px;
}

.t_mgn15 {
	margin-top: 15px;
}

.t_mgn20 {
	margin-top: 20px;
}

.t_mgn30 {
	margin-top: 30px;
}

.t_mgn50 {
	margin-top: 50px;
}

.r_mgn5 {
	margin-right: 5px;
}

.r_mgn10 {
	margin-right: 10px;
}

.r_mgn20 {
	margin-right: 20px;
}

/* Header */
/* ------------------------------------------------------------ */
#header {
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header_layout {
	width: 900px;
	height: 90px;
	margin: 0px auto;
	display: block;
	position: relative;
	border: 0px #0f0 solid;
}

#header_layout h1 {
	width: 397px;
	height: 63px;
	display: block;
	position: absolute;
	z-index: 0;
	left: 15px;
	top: 15px;
	border: 0px #f00 solid;
}

#header_layout h2 {
	text-align: right;
	font-size: 83%; /* 標準で10pt相当 */
	display: block;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 15px;
	border: 0px #f00 solid;
}

#header_layout #header_menu1 {
	width: 380px;
	height: 18px;
	display: block;
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 10px;
	border: 0px #f00 solid;
}

#header_layout #header_menu1 li {
	list-style-type: none;
	float: left;
	display: block;
	border: 0px #f00 solid;
}

#header_layout #header_menu1 li a {
	background-image: url(../images/header_menu1.gif);
	height: 0 !important;
	height /**/: 18px;
	padding-top: 18px;
	display: block;
	overflow: hidden;
}

/* ------------------------------------------------------------ */
/* 通常 */
#header_layout #header_menu1 .menu1 a { width: 108px; height: 18px; background-position: 0 0; }
#header_layout #header_menu1 .menu_bg a { width: 133px; height: 18px; background-position: -108px 0; }
#header_layout #header_menu1 .menu2 a { width: 78px; height: 18px; background-position: -241px 0; }
#header_layout #header_menu1 .menu3 a { width: 61px; height: 18px; background-position: -319px 0; }

/* 現在位置 */
#header_layout #header_menu1 .menu1 a.select { background-position:  0 -18px; }
#header_layout #header_menu1 .menu_bg a.select { background-position: -108px -18px; }
#header_layout #header_menu1 .menu2 a.select { background-position: -241px -18px; }
#header_layout #header_menu1 .menu3 a.select { background-position: -319px -18px; }

/* オンマウス */
#header_layout #header_menu1 .menu1 a:hover { background-position:  0 -18px; }
#header_layout #header_menu1 .menu_bg a:hover { background-position: -108px -18px; }
#header_layout #header_menu1 .menu2 a:hover { background-position: -241px -18px; }
#header_layout #header_menu1 .menu3 a:hover { background-position: -319px -18px; }

/* Header Menu2 */
/* ------------------------------------------------------------ */
#header_layout2 {
	background-color: #470008;
	width: 100%;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}

#header_layout2 #header_menu2 {
	width: 900px;
	height: 34px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header_layout2 #header_menu2 li {
	list-style-type: none;
	float: left;
	display: block;
	border: 0px #f00 solid;
}

#header_layout2 #header_menu2 li a {
	background-image: url(../images/header_menu2.gif);
	height: 0 !important;
	height /**/: 34px;
	padding-top: 34px;
	display: block;
	overflow: hidden;
}

/* ------------------------------------------------------------ */
/* 通常 */
#header_layout2 #header_menu2 .menu1 a { width: 49px; height: 34px; background-position: 0 0; }
#header_layout2 #header_menu2 .menu2 a { width: 88px; height: 34px; background-position: -49px 0; }
#header_layout2 #header_menu2 .menu3 a { width: 104px; height: 34px; background-position: -137px 0; }
#header_layout2 #header_menu2 .menu4 a { width: 99px; height: 34px; background-position: -241px 0; }
#header_layout2 #header_menu2 .menu5 a { width: 76px; height: 34px; background-position: -340px 0; }
#header_layout2 #header_menu2 .menu6 a { width: 76px; height: 34px; background-position: -416px 0; }
#header_layout2 #header_menu2 .menu7 a { width: 69px; height: 34px; background-position: -492px 0; }
#header_layout2 #header_menu2 .menu8 a { width: 116px; height: 34px; background-position: -561px 0; }
#header_layout2 #header_menu2 .menu9 a { width: 71px; height: 34px; background-position: -677px 0; }
#header_layout2 #header_menu2 .menu10 a { width: 37px; height: 34px; background-position: -748px 0; }
#header_layout2 #header_menu2 .menu11 a { width: 115px; height: 34px; background-position: -785px 0; }

/* 現在位置 */
#header_layout2 #header_menu2 .menu1 a.select { background-position:  0 -34px; }
#header_layout2 #header_menu2 .menu2 a.select { background-position: -49px -34px; }
#header_layout2 #header_menu2 .menu3 a.select { background-position: -137px -34px; }
#header_layout2 #header_menu2 .menu4 a.select { background-position: -241px -34px; }
#header_layout2 #header_menu2 .menu5 a.select { background-position: -340px -34px; }
#header_layout2 #header_menu2 .menu6 a.select { background-position: -416px -34px; }
#header_layout2 #header_menu2 .menu7 a.select { background-position: -492px -34px; }
#header_layout2 #header_menu2 .menu8 a.select { background-position: -561px -34px; }
#header_layout2 #header_menu2 .menu9 a.select { background-position: -677px -34px; }
#header_layout2 #header_menu2 .menu10 a.select { background-position: -748px -34px; }
#header_layout2 #header_menu2 .menu11 a.select { background-position: -785px -34px; }

/* オンマウス */
#header_layout2 #header_menu2 .menu1 a:hover { background-position:  0 -34px; }
#header_layout2 #header_menu2 .menu2 a:hover { background-position: -49px -34px; }
#header_layout2 #header_menu2 .menu3 a:hover { background-position: -137px -34px; }
#header_layout2 #header_menu2 .menu4 a:hover { background-position: -241px -34px; }
#header_layout2 #header_menu2 .menu5 a:hover { background-position: -340px -34px; }
#header_layout2 #header_menu2 .menu6 a:hover { background-position: -416px -34px; }
#header_layout2 #header_menu2 .menu7 a:hover { background-position: -492px -34px; }
#header_layout2 #header_menu2 .menu8 a:hover { background-position: -561px -34px; }
#header_layout2 #header_menu2 .menu9 a:hover { background-position: -677px -34px; }
#header_layout2 #header_menu2 .menu10 a:hover { background-position: -748px -34px; }
#header_layout2 #header_menu2 .menu11 a:hover { background-position: -785px -34px; }

/* Body */
/* ------------------------------------------------------------ */
#body {
	clear: both;
	background-color: #ebebe6;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_layout {
	background-color: #fff;
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 30px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Bread crumb menu */
/* ------------------------------------------------------------ */
.bread_crumb {
	text-align: left;
	font-size: 83%; /* 標準で10pt相当 */
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.bread_crumb li {
	list-style: none;
	letter-spacing: 0;
	display: inline;
	border: 0px #f0f solid;
}

.bread_crumb a:link,
.bread_crumb a:visited {
	color: #646464;
	text-decoration: none;
}

.bread_crumb a:hover,
.bread_crumb a:active {
	color: #000;
	text-decoration: underline;
}

/* Float layout */
/* ------------------------------------------------------------ */
.float_layout {
	clear: both;
	width: 580px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Box */
/* ------------------------------------------------------------ */
.w150 {
	width: 150px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w650 {
	width: 650px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Pagetop */
/* ------------------------------------------------------------ */
.pagetop {
	text-align: right;
	font-size: 83%; /* 標準で10pt相当 */
	margin: 30px auto 0px;
	display: block;
	border: 0px #f00 solid;
}

.pagetop a:link,
.pagetop a:visited {
	color: #646464;
	text-decoration: none;
}

.pagetop a:hover,
.pagetop a:active {
	color: #000;
	text-decoration: underline;
}

/* Footer */
/* ------------------------------------------------------------ */
#footer {
	clear: both;
	background-color: #d7c3b6;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer .footer_menu {
	text-align: left;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 0px 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer .footer_menu a:link,
#footer .footer_menu a:visited {
	color: #646464;
	text-decoration: none;
}

#footer .footer_menu a:hover,
#footer .footer_menu a:active {
	color: #000;
	text-decoration: underline;
}

#footer .footer_menu li {
	list-style: none;
	display: inline;
	border: 0px #00f solid;
}

#footer address {
	background-color: #810008;
	color: #fff;
	font-style: normal;
	padding: 10px 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer .Keyword {
	font-size: 91%; /* 標準で11pt相当 */
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer .copyright {
	font-size: 83%; /* 標準で10pt相当 */
	padding: 10px 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}