@charset "utf-8";


/*基本設定----------------------*/

body{
	background: none repeat scroll 0 0 #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.5em;
	color: #595757;
	letter-spacing: 1px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka",sans-serif;
}

a:link{ color: #426ea5; }
a:visited{ color: #426ea5; }
a:hover{ color: #CC0033;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear { clear:both; }
.clear hr { display:none; }


/*------ー---------------------*/

#container {
	width: 960px;
	margin: 0 auto;
}

#contents {
	width: 960px;
	margin: 0 0 150px 0;
}

#contents h2 {
	font-size: 14px;
	margin: 0 0 3px 0;
}

/*ヘッダー---------------------*/

header {
	width: 960px;
	margin: 20px 0 30px 0;
}

header .left {
	float: left;
	width: 498px;
}

header .left h1 {
	margin: 80px 0 0 0;
}

header .right {
	float: left;
	width: 462px;
	text-align: right;
}

header .right .tel {
	width: 280px;
	height: 69px;
	margin: 35px 0 0 180px;
	border: 1px solid #b5b5b6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(/js/PIE.htc);
}

header .right .tel img {
	margin: 5px 20px 0 0;
}

/*ナビ---------------------*/

nav {
	width: 960px;
	height: 55px;
	margin: 0 0 40px 0;
	text-align: center;
}

nav li ,
nav li.r {
	float: left;
	width: 188px;
	height: 55px;
	margin: 0 5px 0 0;
	background-color: #aace36;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(/js/PIE.htc);
}

nav li.r {
	margin: 0;
}


nav li a ,
nav li.r a {
	display:block;
	width: 188px;
	height: 55px;
	background-color:#f5f3f2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	letter-spacing: 6px;
	font-size: 15px;
	color: #8d8d8d;
	line-height: 55px;
	behavior: url(/js/PIE.htc);
}

nav li a:hover ,
nav li.r a:hover {
	background-color:transparent;
}

nav li a:link, nav li a:visited ,
nav li.r a:link, nav li.r a:visited {
	color: #8d8d8d;
}

nav li a:hover ,
nav li.r a:hover {
	color: #fff;
}

nav li.ac ,
nav li.acr {
	float: left;
	width: 188px;
	height: 55px;
	margin: 0 5px 0 0;
	background-color: #f6ac19;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	letter-spacing: 6px;
	font-size: 15px;
	color: #fff;
	line-height: 55px;
	behavior: url(/js/PIE.htc);
}

nav li.acr {
	margin: 0;
}

/*フッター---------------------*/

footer {
	width: 100%;
	border-top: 1px solid #00461e;
	padding: 30px 0 40px 0;
	background-color: #f5f3f2;
}

footer .wrap {
	width: 960px;
	margin: 0 auto;
}

footer .wrap .left {
	float: left;
	width: 292px;
	margin: 0 0 0 50px;
	text-align: center;
	line-height: 2em;
}

footer .wrap .center {
	float: left;
	width: 150px;
	text-align: right;
	line-height: 1.9em;
}

footer .wrap .centerright {
	float: left;
	width: 103px;
	padding: 0 0 0 40px;
	line-height: 1.9em;
}

footer .wrap .right {
	float: left;
	width: 225px;
	padding: 0 0 0 50px;
	line-height: 1.9em;
}

#back-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}

#back-top a {
	width: 75px;
	height: 75px;
	display: block;
}

#back-top span {
	width: 75px;
	height: 75px;
	display: block;
	background: url(../img/up.png) no-repeat center center;
	-pie-background: url(../img/up.png) no-repeat center center;
	behavior: url(/js/PIE.htc);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover span {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}


/*IE6でposition:fixed*/

* html #back-top {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-100));
}

* html {
	background-attachment: fixed;
}


/*TOP---------------------*/

.information {
	width:960px;
	margin: 30px 0 0 0;
}

.information .left {
	float: left;
	width:588px;
	margin: 0 30px 0 0;
	padding: 20px 20px 16px 20px;
	border: 1px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url(/js/PIE.htc);
}

.information .left h3 {
	color: #006d33;
	font-size: 18px;
	font-weight: bold;
}

.information .left ul {
	margin: 16px 0 0 0;
}

.information .left li {
	border-top: 1px solid #898989;
	padding: 8px 0;
	padding-left: 7.2em;
	text-indent: -7.2em;
}


.information .right {
	float: left;
	width:300px;
}

.information .right a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/*大見出し---------------------*/

.title {
	width: 960px;
	height: 67px;
	background : url(../img/0006.png) no-repeat top right #d9e480;
	-pie-background : url(../img/0006.png) no-repeat top right #d9e480;
	behavior: url(/js/PIE.htc);
	padding: 25px 0 0 0;
	margin: 0 0 40px 0;
}

.title h3 {
	height: 42px;
	border-left: 4px solid #69821a;
	margin: 0 0 0 25px;
	padding: 0 0 0 15px;
	font-size: 30px;
	font-weight: bold;
	line-height: 44px;
}

/*企業理念---------------------*/

.idea {
	width:880px;
	margin: 0 auto;
}

.idea .left {
	float: left;
	width:420px;
	margin: 0 33px 0 0;
	line-height: 3em;
}

* html .idea .left {
	width:426px;
	margin: 0 25px 0 0;
}


.idea .right {
	float: left;
	width:427px;
}

.idea .right img {
	border: 1px solid #ccc;
}

/*事業内容---------------------*/

.business {
	width:880px;
	margin: 0 auto;
}

.business01 {
	overflow:hidden;
	margin:0 0 20px 0;
}

.business02 {
	overflow:hidden;
}

.business .left {
	float: left;
	width:420px;
	margin: 0 40px 0 0;
}

.business .right {
	float: left;
	width:420px;
}


/*
.business .left .consulting ,
.business .right .consulting {
	height: 305px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(9.20, #fff), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #fff 92%, #e9e9e9 100%);
	-pie-background: linear-gradient(to bottom, #fff 92%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #fff 92%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #fff 92%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #fff 92%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #fff 92%, #e9e9e9 100%);
	background-color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #b5b5b6;
	padding:20px;
	line-height: 1.7em;
	behavior: url(/js/PIE.htc);
}
*/

.business .left .consulting ,
.business .right .consulting {
	height: 335px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #b5b5b6;
	padding:20px;
	line-height: 1.7em;
	behavior: url(/js/PIE.htc);
	background : url(../img/0007.jpg) repeat-x bottom left #fff;
}

.business .left .consulting02 ,
.business .right .consulting02 {
	height: 60px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #b5b5b6;
	padding:20px;
	line-height: 1.7em;
	behavior: url(/js/PIE.htc);
	background : url(../img/0007.jpg) repeat-x bottom left #fff;
}


.business .left .consulting ,
.business .right .consulting {
	*height: 320px;

}

.business .left .consulting ,
.business .right .consulting {
	_height: 340px;
}

.business .left .consulting h4,
.business .right .consulting h4,
.business .left .consulting02 h4 {
	color: #006d33;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.business .left .consulting h5,
.business .right .consulting h5 {
	color: #cc0033;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.business .left .consulting ul,
.business .right .consulting ul {
	margin: 15px 0 0 0;
	margin-left: 1em;
}

.business .left .consulting li,
.business .right .consulting li {
	text-indent: -1em;
}

.insurance {
	width:880px;
	margin: 0 auto;
}

.insurance {
	*margin: 0 auto;
}

.insurance {
	_margin: 60px auto 0 auto;
}


.insurance h4 ,
.insurance h4.two {
	margin: 60px 0 20px 0;
	padding: 10px 0 6px 17px;
	background-color:#78bd3c;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-radius: 3px 3px 0 0;
	font-weight: bold;
	color: #fff;
	font-size: 19px;
	border-bottom: 6px solid #c0dd98;
	behavior: url(/js/PIE.htc);
}

.insurance h4.two {
	*margin: 20px 0 20px 0;
}

.insurance h5 {
	background-color:#c0dd98;
	font-size: 16px;
	padding: 5px 0 5px 17px;
}

.insurance p {
	padding: 15px;
	background-color: #f6f6f6;
	margin: 0 0 20px 0;
}

.insurance .atn {
	text-align: right;
	font-size: 12px;
}

table.insurance_table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

table.insurance_table th ,
table.insurance_table th.c ,
table.insurance_table td ,
table.insurance_table td.c {
	padding: 15px;
	vertical-align : top;
}

table.insurance_table th {
	white-space:nowrap;
	background-color: #ecf3cf;
}

table.insurance_table td {
	background-color: #f6f6f6;
}

table.insurance_table th.c {
	white-space:nowrap;
	background-color: #d8e497;
}

table.insurance_table td.c {
	background-color: #e6e6e6;
}

table.compensation_table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

table.compensation_table th ,
table.compensation_table th.c ,
table.compensation_table td ,
table.compensation_table td.c {
	padding: 15px;
	vertical-align : top;
}

table.compensation_table th {
	width: 250px;
	background-color: #ecf3cf;
}

table.compensation_table td {
	background-color: #f6f6f6;
}

table.compensation_table th.c {
	background-color: #d8e497;
}

table.compensation_table td.c {
	background-color: #e6e6e6;
}

table.compensation_table th b,
table.compensation_table th.c b {
	font-size: 16px;
	font-weight: bold;
}

/*会社概要---------------------*/

.summary {
	width:880px;
	margin: 0 auto;
}

.summary .left {
	float: left;
	width:447px;
	margin: 0 33px 0 0;
	line-height: 2.2em;
}

* html .summary .left {
	width:448px;
	margin: 0 30px 0 0;
}


.summary .left h4 {
	font-weight: bold;
	font-size: 16px;
}

.summary .left .name {
	text-align: right;
	padding: 0 15px 0 0;
}

.summary .right {
	float: left;
	width:400px;
}

.summary .right img {
	border: 1px solid #ccc;
}

.profile {
	width:880px;
	margin: 100px auto 0 auto;
}

.profile .left {
	float: left;
	width:447px;
	margin: 0 33px 0 0;
	line-height: 2.4em;
}

.profile .left h4 {
	font-weight: bold;
	font-size: 16px;
}

.profile .right {
	float: left;
	width:400px;
}

.profile .right #gMap {
	width:398px;
	height: 400px;
	border:1px solid #ccc;
}

table.profile_table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	line-height: 1.5em;
	border-top:1px solid #eee;
}

table.profile_table th {
	vertical-align : top;
	white-space:nowrap;
	padding: 22px 20px 22px 5px;
	border-bottom:1px solid #eee;
}

table.profile_table td {
	padding: 22px 0;
	border-bottom:1px solid #eee;
}

/*お問い合わせ---------------------*/

.inquiry {
	width:880px;
	margin: 0 auto;
}

.inquiry .left {
	float: left;
	width:420px;
	margin: 0 33px 0 0;
}

.inquiry .left {
	*width:432px;
	*margin: 0 18px 0 0;
}

.inquiry .left {
	_width:430px;
	_margin: 0 20px 0 0;
}



.inquiry .left h4 {
	margin: 0 0 40px 0;
}

.inquiry .left h5 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.inquiry .left p {
	line-height: 3em;
}

.inquiry .right {
	float: left;
	width:427px;
}

.inquiry .right img {
	border: 1px solid #ccc;
}

/*個人情報保護方針---------------------*/

.privacy {
	width:880px;
	margin: 0 auto;
	line-height: 1.8em;
}

.privacy .chapter {
	margin: 0 0 60px 0;
}

.privacy h4 {
	color: #006d33;
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.privacy p {
	padding: 0 0 0 25px;
}

.privacy li {
	padding: 0 0 0 45px;
	list-style-type: decimal;
}

/*コンプライアンス基本方針---------------------*/

.compliance {
	width:880px;
	margin: 0 auto;
}

.compliance .left {
	float: left;
	width:420px;
	margin: 0 33px 0 0;
	line-height: 3em;
}

* html .compliance .left {
	width:418px;
	margin: 0 31px 0 0;
}

.compliance .left h4 {
	margin: 0 0 40px 0;
}

.compliance .right {
	float: left;
	width:427px;
}

.compliance .right img {
	border: 1px solid #ccc;
}
