@charset "utf-8";
@import url(./reset.css);
@import url(./top.css);
@import url(./other.css);

/*
Theme Name: eriko_hihuka
Theme URI: http://nijimo.jp/
Description: eriko_hihuka
Version: 1.0
Author: 株式会社ニジモ
Tags: 
*/

body {
	color: #544;
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #fff;
}

a {
	color: #0A50A1;
}

a:visited {
	color: #995899;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

p {
	margin-bottom: 20px;
}

hr {
	display: none;
}

table {
	margin-bottom: 16px;
	width: 100%;
}

th {
	padding: 4px 12px;
	font-weight: 400;
	text-align: left;
	border: #ccc solid 1px;
	vertical-align: middle;
	background: #FFF1E1;
}

td {
	padding: 4px 12px;
	border: #ccc solid 1px;
}

ol {
	margin-bottom: 1em;
}

ol li {
	margin-left: 3em;
	list-style: decimal;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	zoom:1;
}

#header {
	margin-bottom: 10px;
	background: url(./images/header_bg.png) bottom repeat-x;
}

#header_content {
	position: relative;
	height: 148px;
	margin: 0 auto;
	width: 900px;
}

#header h1 {
	position: absolute;
	top: 30px;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 394px;
	height: 68px;
}

#header h1 a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#header h2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	line-height: 20px;
	color: #B8A48B;
	font-weight: 400;
}

#header .tel {
	position: absolute;
	top: 48px;
	right: 0;
}

#header_menu {
	position: absolute;
	left: 1px;
	bottom: 4px;
	font-size: 1.1em;
}

#header_menu li {
	float: left;
	display: inline;
	margin-right: 3px;
	text-align: center;
}

#header_menu li.menu_6 {
	margin-right: 0;
}

#header_menu li.menu_1 a { background: url(./images/header_menu_1_bg.png); }
#header_menu li.menu_2 a { background: url(./images/header_menu_2_bg.png); }
#header_menu li.menu_3 a { background: url(./images/header_menu_3_bg.png); }
#header_menu li.menu_4 a { background: url(./images/header_menu_4_bg.png); }
#header_menu li.menu_5 a { background: url(./images/header_menu_5_bg.png); }
#header_menu li.menu_6 a { background: url(./images/header_menu_6_bg.png); }

#header_menu li a {
	display: block;
	width: 147px;
	height: 35px;
}

#header_menu li a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#content {
	line-height: 180%;
	margin: 0 auto;
	width: 900px;
	font-size: 1.2em;
}

#main {
	float: left;
	display: inline;
	margin-top: 30px;
	padding-bottom: 30px;
	width: 660px;
}

#main h3 {
	clear: both;
	position: relative;
	margin-bottom: 18px;
	padding: 0 0 0 22px;
	height: 30px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 30px;
	background: url(./images/h3_bg.png) left no-repeat;
}

#main h4 {
	clear: both;
	position: relative;
	margin-bottom: 18px;
	padding: 0 0 0 14px;
	height: 26px;
	color: #945952;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 26px;
	background: url(./images/h4_bg.png) left no-repeat;
}

#main h5 {
	margin-bottom: 4px;
	color: #f90;
	font-size: 1.1em;
	font-weight: 400;
}

#main hr {
	margin: 0 0 10px 0;
	display: block;
	height: 1px;
	border: none;
	border-bottom: dotted #aaa 1px;
	vertical-align: top;
}

#content:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .inner {
	margin-bottom: 30px;
	padding: 0 20px;
}

#content .oflow {
	overflow: hidden;
}

#content .navigation {
	width: 100%;
	margin-bottom: 20px;
}

#content .navigation:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .pager {
	margin: 0 auto;
	width: 25%;
}

#content .pager:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#sidebar {
	float: right;
	display: inline;
	margin: 30px 0 30px 0;
	width: 220px;
}

#sidebar_banner {
	margin-bottom: 10px;
}

#sidebar_banner li {
	margin-bottom: 14px;
}

#sidebar_banner img {
	vertical-align: top;
}

#sidebar_info {
	margin: 12px 0;
	padding: 8px;
	background: #FFF1E1;
}

#sidebar_info h3 {
	margin-bottom: 4px;
	padding-bottom: 4px;
	color: #9C212E;
	font-size: 1.3em;
	font-weight: 800;
	border-bottom: solid 2px #9C212E;
}

#sidebar_info h4 {
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-weight: 400;
	border-bottom: solid 2px #9C212E;
}

#sidebar_info h5 {
	color: #9C212E;
	font-size: 1.1em;
	border-bottom: dotted 1px #929292;
}


#sidebar_info img {
	vertical-align: top;
}

#sidebar_info .block {
	margin-bottom: 4px;
	padding: 4px 0;
	line-height: 140%;
	color: #999;
	border-bottom: solid 1px #929292;
}

#sidebar_info .time {
	margin: 4px 0;
	padding: 4px 8px;
	font-size: 90%;
	border-bottom: dotted 1px #929292;
}

#sidebar_info .time table {
	margin: 0;
}

#sidebar_info .time td {
	padding: 0;
	border: none;
	line-height: 1.6em;
}

#sidebar_info .map {
	margin: 4px 0 8px 0;
}

#sidebar_info .text {
	color: #999;
	font-size: 84%;
	line-height: 120%;
}

#footer {
	clear: both;
	background: #fff url(./images/footer_bg.png) top repeat-x;
	zoom: 1;
}

#footer_content {
	position: relative;
	margin: 0 auto;
	padding: 0 5px;
	width: 900px;
	text-align: center;
}

#footer_menu ul {
	margin-bottom: 6px;
	height: 32px;
	line-height: 32px;
}

#footer_menu ul li {
	display: inline;
	zoom: 1;
}

#footer_menu ul li a {
	padding: 0 22px;
	color: #B19C96;
	text-decoration: none;
	border-right: solid 1px #967A72;
}

#footer_menu ul li.menu_1 a {
	border-left: solid 1px #967A72;
}

#footer_text {
	padding: 4px 0 8px 0;
	text-align: center;
	color: #999;
	font-size: 90%;
	line-height: 1.2em;
}

#footer_copyright {
	text-align: center;
}

#footer_supported {
	text-align: center;
}

#footer_supported a {
	color: #aaa;
	text-decoration: none;
}

.to_top {
	clear: both;
	padding: 12px 0;
	text-align: right;
	zoom: 1;
}

.to_top a {
	padding-left: 14px;
	color: #F04864;
	text-decoration: none;
	background: url(./images/top_department_detail_bg.png) left no-repeat;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 16px;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 16px;
}

.red {
	color: #f00;
}

.hover:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
	zoom: 1;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip-no-ajax {
	float: left;
	display: block;
	color: #f00;
}

.wpcf7-validation-errors {
	color: #f00;
}

.clear {
	clear: both;
}