@charset "utf-8";
/* CSS Document */

/*全体系*/
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0;
	line-height: 24px;
}
h1, h2, h3, h4, ul, p {
	margin: 0;
	padding: 0;
}
{
 margin:0;
 padding:0;
}
li {
	list-style: none;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FC6;
}
table {
	border-collapse: collapse;
}
table th {
	font-weight: normal;
}
.h3 {
	border: 1px solid #E3E3E3 !important; 
	border-bottom: 3px solid #007628 !important; 
	padding: 7px 0 3px 15px !important; 
	background-color:#F6F6F6 !important; 
	font-weight:100 !important; 
	font-size:18px !important; 
	margin-bottom: 18px !important;
}
/*ヘッダー用グラデーション*/
.header_bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
/*フッター用グラデーション*/
.footer_bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9e9e9+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 ); /* IE6-9 */
}
/*グローバルナビのデザイン*/
/*ホームボタンのdivのデザイン*/
.gnavi_wapper {
	width: 100%;
	border-bottom: 6px solid #007628;
	border-top: 2px solid #e5e5e5;
	height: 59px;
	background-color: #F0F0F0;
}
.gnavi_container {
	height: 60px;
	margin: 0 auto;
	padding-top: 5px;
	width: 1059px;
}
.gnavi_box_s {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 75px;
	border-left: 2px solid #e0e0e0;
}
.gnavi_box_l {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 161px;
	border-left: 2px solid #e0e0e0;
	}
.gnavi_box_l_last {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 161px;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	}
/*ホームボタンのデザイン*/
.gnavi_home {
	margin: 0 auto;
	text-decoration: none;
	color: #000;
	display: block;
	height: 49px;
	line-height: 48px;
	width: 71px;
	background-color: #f0f0f0;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi_home:hover {
	text-decoration: none;
	color: #555;
}
.gnavi_home_on {
	margin: 0 auto;
	text-decoration: none;
	color: #fff;
	display: block;
	height: 49px;
	line-height: 48px;
	width: 71px;
	background-color: #007628; /*ここをサイトカラーに合わせる*/
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi_home_on:hover {
	text-decoration: none;
	color: #555;
}
/*ホーム以外の１行のグローバルナビのデザイン*/
.gnavi1 {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #000;
	height: 49px;
	line-height: 48px;
	width: 134px;
	background-color: #f0f0f0; /*ここをサイトカラーに合わせる*/
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi1:hover {
	text-decoration: none;
	color: #555;
}
.gnavi1_on {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 49px;
	line-height: 48px;
	width: 134px;
	background-color: #007628; /*ここをサイトカラーに合わせる*/
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi1_on:hover {
	text-decoration: none;
	color: #555;
}
/*ホーム以外の２行のグローバルナビのデザイン*/
.gnavi2 {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #000;
	height: 49px;
	line-height: 21px;
	width: 134px;
	background-color: #f0f0f0; /*ここをサイトカラーに合わせる*/
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi2:hover {
	text-decoration: none;
	color: #555;
}
.gnavi2_on {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 49px;
	line-height: 21px;
    padding-top: 5px;	width: 134px;
	background-color: #007628; /*ここをサイトカラーに合わせる*/
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi2_on:hover {
	text-decoration: none;
	color: #555;
}
/*ヘッダーのお問い合わせバナーのデザイン*/
.mail_bnr {
	background: #c8c8c8; /* Old browsers */
	background: -moz-linear-gradient(top, #c8c8c8 0%, #959595 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8c8c8 0%, #959595 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8c8c8 0%, #959595 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#959595', GradientType=0 ); /* IE6-9 */
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
}
.mail_bnr a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 44px;
}
/*フッターのお問い合わせバナーのデザイン*/
.mail_bnr_footer {
	background: #c8c8c8; /* Old browsers */
	background: -moz-linear-gradient(top, #c8c8c8 0%, #959595 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8c8c8 0%, #959595 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8c8c8 0%, #959595 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#959595', GradientType=0 ); /* IE6-9 */
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.mail_bnr_footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
	font-size: 13px;
}
/*事業案内バナーのデザイン*/
.overview_bnr {
	width: 167px; 
	height: 28px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7d7d+0,575757+100 */
background: #7d7d7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7d7d 0%, #575757 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7d7d7d 0%,#575757 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7d7d7d 0%,#575757 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#575757',GradientType=0 ); /* IE6-9 */
}
.overview_bnr a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
	font-size: 14px;}
/*Company Infoのデザイン*/
.company_info {
	text-decoration: none;
	color: #fff;
}
.company_info:hover {
	text-decoration: none;
	color: #eee;
}
/*ホバーしたとき画像を白くするためのCSS*/
a.hover_img img {
	transition: all 0.5s ease;
}
a:hover.hover_img img {
	opacity: 0.5;
	filter: alpha(opacity=70);
}
/*ホバーしたとき画像をグレーにするためのCSS*/
a.hover_img2 {
	background-color: #000; /*背景を白に設定*/
	display: block; /*ブロック化重要！*/
}
a.hover_img2 img {
	transition: all 0.5s ease;
}
a:hover.hover_img2 img {
	opacity: 0.8;
	filter: alpha(opacity=70);
}
/*リンク関連*/
.t_d_n {
	text-decoration: none;
}
/*スライド関連*/
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}
/*フォント関連*/
.size10 {
	font-size: 10px;
}
.size12 {
	font-size: 12px;
}
.size13 {
	font-size: 13px;
}
.size14 {
	font-size: 14px;
}
.size15 {
	font-size: 15px;
}
.size16 {
	font-size: 16px;
}
.size18 {
	font-size: 18px;
}
.size20 {
	font-size: 20px;
}
.size24 {
	font-size: 24px;
}
.size28 {
	font-size: 28px;
}
.bold {
	font-weight: bold;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.gray {
	color: #494c59;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
.fw_normal {
	font-weight: normal;
}
/*背景色*/
.bg_white {
	background-color: #fff;
}
/*寄せ関連*/
.center {
	margin-left: auto;
	margin-right: auto;
}
.t_align_center {
	text-align: center;
}
.t_align_right {
	text-align: right;
}
/*高さ*/
.h10 {
	height: 10px;
}
.h60 {
	height: 60px;
}
.h135 {
	height: 135px;
}
/*幅*/
.w100par {
	width: 100%;
}
.w70 {
	width: 70px;
}
.w150 {
	width: 150px;
}
.w165 {
	width: 165px;
}
.w200 {
	width: 200px;
}
.w241 {
	width: 241px;
}
.w260 {
	width: 260px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}
.w420 {
	width: 420px;
}
.w615 {
	width: 615px;
}
.w630 {
	width: 630px;
}
.w650 {
	width: 650px;
}
.w680 {
	width: 680px;
}
.w800 {
	width: 800px;
}
.w880 {
	width: 880px;
}
.w960 {
	width: 960px;
}
.w1000 {
	width: 1000px;
}
.w1070 {
	width: 1070px;
}
.w1281 {
	width: 1281px;
}
/*マージン関連*/
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml50 {
	margin-left: 50px;
}
.ml100 {
	margin-left: 100px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr30 {
	margin-right: 30px;
}
.mr50 {
	margin-right: 50px;
}
.mr100 {
	margin-right: 100px;
}
/*パディング関連*/
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl30 {
	padding-left: 30px;
}
.pl100 {
	padding-left: 100px;
}
.pl130 {
	padding-left: 130px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt50 {
	padding-top: 50px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb30 {
	padding-bottom: 30px;
}
/*フロート関連*/
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
/*角丸関連*/
.radius {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
}
.radius1 {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
}
/*サイト固有スタイル*/
