@charset "utf-8";
@import url(./reset.css);
@import url(./top.css);
@import url(./other.css);

/*
Theme Name: tanaka_naika
Theme URI: http://nijimo.jp/
Description: tanaka_naika
Version: 1.0
Author: 株式会社ニジモ
Tags: 
*/

body {
	color: #333;
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(./images/body_bg.png) repeat-x;
}

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: #9EADC0 solid 1px;
	vertical-align: middle;
	background: #EBF8D1;
}

td {
	padding: 4px 12px;
	border: #9EADC0 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: 16px;
}

#header_content {
	position: relative;
	height: 134px;
	margin: 0 auto;
	width: 900px;
}

#header h1 {
	position: absolute;
	top: 40px;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 296px;
	height: 46px;
}

#header h1 a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#header h2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: 400;
}

#header .tel {
	position: absolute;
	top: 40px;
	right: 0;
}

#header_menu {
	position: absolute;
	left: 1px;
	bottom: 0;
	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;
	padding: 0 5px;
	width: 900px;
	font-size: 1.3em;
	background: #fff url(./images/content_bg.png) top no-repeat;
}

#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 28px;
	height: 30px;
	color: #6E5A4B;
	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;
	height: 26px;
	color: #6E5A4B;
	font-size: 1.2em;
	font-weight: 800;
	line-height: 26px;
	border-top: dotted 2px #C9C9C9;
	border-bottom: dotted 2px #C9C9C9;
}

#main .commend {
	margin-bottom: 32px;
	background: #FFFFE1;
}

#main .commend h4 {
	margin-bottom: 4px;
	height: 32px;
	text-indent: -8000px;
	background: url(./images/commend_h4_bg.png) left no-repeat;
} 

#main .commend ul {
	padding: 0px 16px 16px 16px;
	color: #FF8F8C;
	font-size: 1.1em;
}

#main .commend ul li {
	padding-left: 16px;
	background: url(./images/commend_li_bg.png) left no-repeat;
}

#main .detail {
	clear: both;
	padding-top: 10px;
	text-align: right;
}

#main .detail a {
	padding-left: 12px;
	color: #F04864;
	text-decoration: none;
	background: url(./images/top_department_detail_bg.png) left no-repeat;
}

#main .detail a:hover {
	text-decoration: underline;
}

#main h5 {
	margin-bottom: 4px;
	color: #f90;
	font-size: 1.1em;
	font-weight: 400;
}

#main hr {
	margin: 0 0 10px 0;
	display: block;
	height: 2px;
	border: none;
	border-bottom: dotted #C9C9C9 2px;
	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: 20px;
}

#sidebar_banner img {
	vertical-align: top;
}

#sidebar_info {
	margin: 0 0 10px 0;
	padding: 8px;
	border: solid 1px #CBC8BB;
}

#sidebar_info h3 {
	margin-bottom: 4px;
	padding-bottom: 4px;
	color: #0F9772;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: solid 2px #AAD257;
}

#sidebar_info h4 {
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-weight: 400;
	border-bottom: solid 2px #AAD257;
}

#sidebar_info img {
	vertical-align: top;
}

#sidebar_info .block {
	margin-bottom: 4px;
	padding: 4px 0;
	font-size: 84%;
	line-height: 140%;
	border-bottom: solid 1px #929292;
}

#sidebar_info .time {
	margin: 4px 0;
	padding: 4px 8px;
	font-size: 84%;
	border-top: dotted 1px #929292;
	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%;
}

#sidebar_link li {
	margin: 0 0 10px 0;
}

#sidebar_link img {
	vertical-align: top;
}

#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: #666;
	text-decoration: none;
	border-left: solid 1px #999;
}

#footer_menu ul li.menu_8 a {
	border-right: solid 1px #999;
}

#footer_text {
	padding-top: 4px;
	height: 30px;
	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 {
	color: #f90;
}

.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;
}