@charset "utf-8";
@import url(./reset.css);
@import url(./top.css);
@import url(./other.css);

/*
Theme Name: Ryokushin
Theme URI: http://nijimo.jp/
Description: 株式会社緑伸 テーマ
Version: 1.0
Author: 株式会社ニジモ
Tags: 
*/

body {
	color: #666;
	font-size: 90%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(./images/body_bg.png) top 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 6px;
	font-weight: 400;
	text-align: left;
	border: #999 solid 1px;
	vertical-align: middle;
	background: #eee;
}

td{
	padding: 4px 6px;
	border: #999 solid 1px;
}

ol {
	margin-bottom: 1em;
}

ol li {
	margin-left: 3em;
	list-style: decimal;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 908px;
	background: #fff;
}

#header {
	position: relative;
	height: 150px;
	font-size: 78%;
	border-bottom: solid 3px #036531;
}

#header h1 {
	position: absolute;
	top: 35px;
	left: 0;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 293px;
	height: 48px;
}

#header h1 a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#header h2 {
	position: absolute;
	top: 2px;
	left: 0;
	line-height: 110%;
	font-weight: 400;
}

#header_navigation {
	position: absolute;
	top: 6px;
	right: 4px;
}

#header_navigation a{
	color: #666;
	text-decoration: none;
}

#header_navigation li {
	float: left;
	display: inline;
	margin-left: 24px;
	padding: 3px 0 0 20px;
	height: 13px;
}

#header_navigation li.company {
	background: url(./images/header_navigation_company_bg.png) left no-repeat;
}

#header_navigation li.sitemap {
	background: url(./images/header_navigation_sitemap_bg.png) left no-repeat;
}

#header_menu {
	position: absolute;
	bottom: 0;
}

#header_menu li {
	float:left;
	display: inline;
}

#header_menu li a {
	display: block;
	width: 180px;
	height: 62px;
}

#header_menu li.home a {
	width: 184px;
	background: url(./images/header_menu_home_bg.png) no-repeat;
}

#header_menu li.service a {
	background: url(./images/header_menu_service_bg.png) no-repeat;
}

#header_menu li.company a {
	background: url(./images/header_menu_company_bg.png) no-repeat;
}

#header_menu li.access a {
	background: url(./images/header_menu_access_bg.png) no-repeat;
}

#header_menu li.contact a {
	width: 184px;
	background: url(./images/header_menu_contact_bg.png) no-repeat;
}

#header_menu li a:hover {
	background-position: bottom;
}

#header_menu li a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#content {
	margin: 0 auto;
	padding: 0 4px;
	width: 900px;
	background: url(./images/content_bg.png) repeat-x;
}

#content h3 {
	clear: both;
	position: relative;
	margin: 0 -20px 18px -20px;
	padding: 4px 0 6px 24px;
	height: 14px;
	font-size: 100%;
	font-weight: 400;
	line-height: 110%;
	background: url(./images/h3_bg.png) left no-repeat;
}

#content h3 a {
	color: #666;
	text-decoration: none;
}

#main {
	float: left;
	display: inline;
	margin-top: 28px;
	width: 660px;
}

#main h4 {
	margin-bottom: 10px;
	color: #ff5b00;
	font-size: 110%;
	font-weight: 800;
	line-height: 120%;
}

#main h4.arrow {
	margin-bottom: 10px;
	padding-left: 16px;
	color: #038731;
	font-size: 110%;
	font-weight: 400;
	line-height: 110%;
	background: url(./images/h3_arrow_bg.png) left no-repeat;
}

#main h5 {
	margin-bottom: 10px;
	color: #f93;
	font-size: 100%;
	font-weight: 400;
	line-height: 110%;
}

#main ul {
	margin: 0 0 10px 10px;
}

#main ul li {
	padding-left: 16px;
	background: url(./images/li_bg.png) 6px 0.7em no-repeat;
}

#main_image {
}

#content .sub_image {
}

#content .entry_text {
	padding: 0 20px;
	line-height: 140%;
}

#content .entry_sitemap {
	padding: 0 3% 20px 3%;
	width: 94%;
}

#content .entry_sitemap:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#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-top: 28px;
	width: 220px;
}

#sidebar hr {
	display: block;
	height: 2px;
	border: none;
	border-bottom: dotted #666 2px;
}

#sidebar_menu {
	margin-bottom: 28px;
	text-align: center;
}

#sidebar_menu li {
	margin-bottom: 3px;
	padding: 0;
	height: 52px;
	text-align: left;
	vertical-align: top;
}

#sidebar_menu li a {
	display: block;
	width: 221px;
	height: 52px;
}

#sidebar_menu li.gt { background: url(./images/sidebar_menu_gt_bg.png); }
#sidebar_menu li.ft { background: url(./images/sidebar_menu_ft_bg.png); }
#sidebar_menu li.ms { background: url(./images/sidebar_menu_ms_bg.png); }
#sidebar_menu li.rm { background: url(./images/sidebar_menu_rm_bg.png); }
#sidebar_menu li.hc { background: url(./images/sidebar_menu_hc_bg.png); }

#sidebar_menu li.overview { background: url(./images/sidebar_menu_overview_bg.png); }
#sidebar_menu li.history { background: url(./images/sidebar_menu_history_bg.png); }
#sidebar_menu li.recruit { background: url(./images/sidebar_menu_recruit_bg.png); }


#sidebar_menu li a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#sidebar_banner {
	margin-top: 22px;
	text-align: center;
}

#sidebar_banner img {
	margin-bottom: 10px;
	vertical-align: top;
}

#sidebar_info {
	margin-bottom: 18px;	
	padding: 12px;
	font-size: 80%;
	line-height: 140%;
	background: url(./images/sidebar_info_bg.png);
	zoom: 1;
}

#sidebar_info h4 {
	margin-bottom: 10px;
	padding-bottom: 6px;
	font-weight: 400;
	font-size: 120%;
	border-bottom: dotted 2px #666;
}

#sidebar .company {
	margin-bottom: 12px;
	text-align: right;
}

#sidebar .company_about {
	line-height: 130%;
	color: #999;
	font-size: 85%;
}

#sidebar .company a {
	padding-left: 14px;
	color: #666;
	background: url(./images/sidebar_company_bg.png) left no-repeat;
}

#footer {
	clear: both;
	margin-top: 42px;
	font-size: 84%;
	text-align: center;
	color: #999;
	border-top: solid 1px #808080;
}

#footer_menu {
	padding: 10px 0;
	text-align: center;
	line-height: 110%;
	zoom: 1;
}

#footer_menu li {
	display: inline;
	padding: 0 30px;
	border-left: solid 1px #a9aaa9;
}

#footer_menu li.sitemap {
	border-right: solid 1px #a9aaa9;
}

#footer_menu li a {
	color: #999;
	text-decoration: none;
}

#footer .company_about {
	line-height: 130%;
	color: #999;
	font-size: 85%;
}

#footer_copyright {
	padding: 4px 0;
	color: #fff;
	background: #036531;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
}

.red {
	color: #f00;
}

.banner_hc {
	clear: both;
	text-align: center;
	margin: 24px 0;
}

.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;
}