@charset "utf-8";
@import url(./reset.css);
@import url(./top.css);
@import url(./other.css);

/*
Theme Name: petronas
Theme URI: http://nijimo.jp/
Description: petronas
Version: 1.0
Author: 株式会社ニジモ
Tags: 
*/

body {
	color: #fff;
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #000 url(./images/body_bg.png) top left repeat-x;
}

a {
	color: #00B09D;
}

a:visited {
	color: #995899;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

p {
	margin-bottom: 20px;
}

hr {
	display: none;
}

table {
	margin-bottom: 32px;
	width: 100%;
}

th {
	padding: 6px 10px;
	font-weight: 400;
	text-align: left;
	border: #69665D solid 1px;
	vertical-align: middle;
	background: #353229;
}

td {
	padding: 6px 10px;
	background: #413C36;
	border: #69665D solid 1px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	background: #27231A url(./images/wrapper_bg.png) top repeat-x;
}

#header {
	position: relative;
	height: 72px;
	background: url(./images/header_bg.png) 0 -12px repeat-x;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 20px;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 146px;
	height: 74px;
}

#header h1 a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#header_navigation {
	position: absolute;
	top: 12px;
	right: 4px;
}

#header_navigation li {
	float: left;
}

#header_navigation li a {
	margin-left: 26px;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	background: url(./images/header_navigation_li_a_bg.png) left no-repeat;
	zoom: 1;
}

#header_navigation li a:hover {
	text-decoration: underline;
}

#header_menu {
	position: absolute;
	left: 36px;
	top: 40px;
}

#header_menu li a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#header_menu li {
	float: left;
	display: inline;
}

#header_menu li a {
	display: block;
	width: 132px;
	height: 22px;
}

#header_menu li.menu_home a { background: url(./images/header_menu_home_bg.png) top no-repeat; }
#header_menu li.menu_1 a { background: url(./images/header_menu_1_bg.png) top no-repeat; }
#header_menu li.menu_2 a { background: url(./images/header_menu_2_bg.png) top no-repeat; }
#header_menu li.menu_3 a { background: url(./images/header_menu_3_bg.png) top no-repeat; }
#header_menu li.menu_4 a { background: url(./images/header_menu_4_bg.png) top no-repeat; }
#header_menu li.menu_5 a { background: url(./images/header_menu_5_bg.png) top no-repeat; }
#header_menu li.menu_6 a { background: url(./images/header_menu_6_bg.png) top no-repeat; }

#header_menu li.menu_6 a {
	width: 134px;
}

#header_menu li a:hover {
	background-position: bottom;
}

#content {
	line-height: 1.8em;
	font-size: 1.2em;
}

#content .sub_image {
	margin-bottom: 8px;
}

#main {
	float: left;
	display: inline;
	margin: 0 35px 0 40px;
	padding: 32px 0 20px 0;
	width: 680px;
	overflow: hidden;
}

#main h3 {
	margin-bottom: 20px;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	color: #00B09C;
	font-weight: 800;
	font-size: 1.4em;
	background: url(./images/h3_bg.png) left no-repeat;
}

#main h4 {
	margin: 0 0 12px 0;
	padding: 4px 0;
	line-height: 1.6em;
	color: #fff;
	font-weight: 800;
	font-size: 1.2em;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
}

#main h5 {
	margin: 0 0 12px 0;
	line-height: 1.6em;
	color: #fff;
	font-weight: 800;
	font-size: 1.2em;
}

#main h6 {
	font-size: 1.1em;
	color: #00B099;
}

#main hr {
	display: block;
	height: 2px;
	border: none;
	border-bottom: dotted #A3A39B 2px;
}

#main .item {
	overflow: hidden;
}

#content .navigation {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

#content .pager {
	margin: 0 auto;
	width: 25%;
	overflow: hidden;
}

#content .pager a,
#content .navigation a {
	color: #f90;
}

#sidebar {
	float: left;
	display: inline;
	padding: 40px 0 20px 0;
	width: 215px;
}

.sidebar_menu {
	margin-bottom: 20px;
}

.sidebar_menu li a {
	padding-left: 18px;
	display: block;
	width: 195px;
	height: 34px;
	color: #fff;
	font-weight: 800;
	font-size: 1.1em;
	line-height: 34px;
	text-decoration: none;
	background: url(./images/sidebar_menu_li_bg.png) left no-repeat;
	border: solid 1px #75756D;
	border-top: none;
}


.sidebar_menu li li a {
	padding-left: 28px;
	width: 185px;
	height: 30px;
	font-weight: 400;
	font-size: 1em;
	line-height: 30px;
	background: #3A372E url(./images/sidebar_menu_li_li_bg.png) left no-repeat;
}

#footer {
	clear: both;
	zoom: 1;
}

#footer .logo {
	padding: 0 30px 10px 0;
	text-align: right;
}

#footer .copyright {
	padding: 0 30px 10px 0;
	text-align: right;
	color: #58544B;
}

.to_top {
	clear: both;
	margin-bottom: 32px;
	text-align: right;
	font-size: 0.9em;
}

.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;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip-no-ajax {
	float: left;
	display: block;
	color: #f00;
}

.wpcf7-validation-errors {
	color: #f00;
}
