@charset "UTF-8";

/***** Reset CSS *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/**** Common ****/
body {
	color: #333;
	font: 0.625em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color:#00F;
}

/*** Header ***/
#header {
	background-color: #F4F3EF;
}
#header_inner {
	width: 960px;
	height: 100px;
	margin: auto;
}
#header h1 {
	float: left;
	padding: 24px 0 0 10px;
}
#header .controls {
	float: right;
	padding: 40px 0 0 0;
}
#header .controls div {
	float: left;
	overflow: hidden;
}
#header .controls .language {
	margin-right: 23px;
}
#header .controls .fontsize {
	font-size: 10px;
	width: 136px;
	margin-right: 20px;
}
#header .controls .fontsize img.fs_txt {
	float: left;
	margin: 6px 2px 0 0;
}
#header .controls .fontsize ul li {
	float: left;
	margin-left: 5px;
}
.header_sp {display:none;}

/** 文字サイズ切替 **/
#fontsizer li {
	cursor: pointer;
	text-align: center;
	line-height: 24px;
	text-indent: 100%;
	width: 23px;
	height: 24px;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#fontsizer li.active {
	background-position: 0 -24px;
}
#font-s {
    font-size: 1.2em;
	background: url("../img/fontsize_s01.png");
}
#font-m {
    font-size: 1.4em;
	background: url("../img/fontsize_m01.png");
}
#font-l {
    font-size: 1.6em;
	background: url("../img/fontsize_l01.png");
}
/* 切替サイズ */
.font-s {
    font-size: 1.2em;
}
.font-m {
    font-size: 1.4em;
}
.font-l {
    font-size: 1.6em;
}

#search_box {
	width: 262px;
}
#search_box input#search {
	float: left;
	font: 1.3em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 170px;
	height: 21px;
	padding: 0 4px;
	margin: 0 5px 0 0;
	border: 1px solid #939393;
}
#search_box input#search_btn {
	float: left;
	width: 76px;
	height: 23px;
	display: block;
}

/** Global Navi **/
#global_nav {
	clear: both;
	height: 51px;
	border-top: 3px solid #00B727;
	background: url(../img/gnav_bg01.gif) repeat-x;
}
#global_nav ul {
	width: 961px;
	margin: 0 auto;
	background: url(../img/gnav_bg02.gif) no-repeat top right;
	overflow: hidden;
}
#global_nav ul li {
	float: left;
}
#global_nav ul li a {
	display: block;
	text-align: center;
	text-indent: 100%;
	line-height: 51px;
	white-space: nowrap;
	width: 192px;
	height: 51px;
	overflow: hidden;
}
#global_nav ul li.company a {
	background: url(../img/gnav_btn01.jpg) no-repeat;
}
#global_nav ul li.products a {
	background: url(../img/gnav_btn02.jpg) no-repeat;
}
#global_nav ul li.environment a {
	background: url(../img/gnav_btn03.jpg) no-repeat;
}
#global_nav ul li.technology a {
	background: url(../img/gnav_btn04.jpg) no-repeat;
}
#global_nav ul li.contact a {
	background: url(../img/gnav_btn05.jpg) no-repeat;
}
#global_nav ul li a:hover {
	background-position: 0 -51px;
}

/*** Contents ***/
#title_nav,#title_nav_p {
	min-height:87px;
	height: auto !important;
	height: 87px;
	background: url(../img/tnav_bg01.gif) center bottom repeat-x #F9F9F9;
	border-bottom: 1px solid #DBDBDB;
}
#title_nav ul,#title_nav_p ul {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
	overflow: hidden;
}
#title_nav ul li {
	float: left;
	font-size: 12px;
	line-height: 18px;
	vertical-align: bottom;
	margin-right: 10px;
	padding-right: 16px;
	background: url(../img/tnav_arr01.gif) right 4px no-repeat;
}
#title_nav_p ul li {
	float: left;
	font-size: 12px;
	line-height: 18px;
	vertical-align: bottom;
	margin-right: 10px;
	padding-right: 16px;
	background: url(../img/tnav_arr01.gif) right 4px no-repeat;
}

#title_nav_p ul li.home {
	white-space: nowrap;
	background:none;
	margin-right: 0;
}
#title_nav ul li.home a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	width: 15px;
	height: 14px;
	margin-bottom: 4px;
	background: url(../img/tnav_home01.gif) left 2px no-repeat;
	float:left;
	overflow: hidden;
}
#title_nav_p ul li.home a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	width: 31px;
	height: 14px;
	margin-bottom: 4px;
	background: url(../img/tnav_home02.png) left 2px no-repeat;
	float:left;
	overflow: hidden;
}
#title_nav ul li.home a:hover {
	margin-bottom: 3px;
	border-bottom: 1px solid #00F;
}
#title_nav h2,#title_nav_p h2 {
	clear: both;
	color: #166608;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	width: 960px;
	margin: 0 auto 13px;
}
#wrapper {
	clear: both;
	position: relative;
	padding-top: 50px;
	background-color: #FFF;
	overflow: hidden;
}
#wrapper_inner {
	width: 960px;
	margin: 0 auto;
}
#contents {
	clear: both;
	float: left;
	width: 680px;
}
#contents h3 {
	clear: both;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 44px;
	text-indent: 16px;
	width: 680px;
	height: 40px;
	margin-bottom: 20px;
	background: url(../img/title_bg01.png) 0 0 no-repeat;
	overflow: hidden;
}
#side_nav {
	float: right;
	width: 240px;
}
#side_nav ul {
	margin: 0 auto;
	overflow: hidden;
}
#side_nav ul li a {
	display: block;
	background-color: #FFF;
}
#side_nav a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}
#side_nav ul.first {
	width: 230px;
	padding: 5px 5px 0;
	background-color: #69A379;
}
#side_nav ul.first li {
	font-size: 0;
	padding-bottom: 5px;
}
#side_nav ul.second li {
	padding: 5px;
	margin: 5px 0;
	background: url(../img/bg_ptn01.gif);
}
#side_nav #page_nav {
	margin-bottom: 22px;
	padding-bottom: 6px;
	background-color: #b2b2b2;
}
#side_nav #page_nav * a {
	display: block;
	color: #1C471C;
	font-size: 14px;
	line-height: 34px;
	text-indent: 30px;
	width: 232px;
	height: 34px;
	margin: 0 auto -1px;
	border: 1px solid #C6C6C6;
	background: url(../img/pnav_bg02.png) no-repeat 0 0;
	overflow: hidden;
}
#side_nav #page_nav * a:hover {
	text-decoration: none;
	background-position: 0 -34px;
}
#side_nav #page_nav .title a,
#side_nav #page_nav h3 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 39px;
	text-indent: 11px;
	width: 240px;
	height: 39px;
	margin-bottom: 0;
	border: none;
	background: url(../img/pnav_bg01.png) no-repeat 0 0;
}
#side_nav #page_nav .title a:hover {
	background-position: 0 0;
}
#side_nav #page_nav .parent a,
#side_nav #page_nav .menu-item-has-children > a{
	color: #FFF;
	font-weight: bold;
	text-indent: 7px;
	background: url(../img/pnav_bg03.png) repeat-x 0 0;
	border-color: #5D9202;
}
/** Article Layout **/
.article {
	overflow: hidden;
}
.img_l01 {
	float: left;
	margin: 0 2em 0.5em 0;
}
.img_r01 {
	float: right;
	margin: 0 0 0.5em 2em;
}
.img_c01 {
	text-align: center;
	margin: 0 0 0.5em;
	
}
.article h4 {
	clear: both;
	color: #282828;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-indent: 16px;
	width: 680px;
	height: 36px;
	margin-bottom: 15px;
	background: url(../img/title_bg02.png) 0 0 no-repeat;
	overflow: hidden;
}
.article h5 {
	margin-top: 2em;
	color: #3A8D19;
	font-size: 1.22em;
	font-weight: bold;
}
.article h6 {
	font-weight: bold;
}
.article p {
	margin: 0 0 0.5em;
}
.article .section {
	clear: both;
	padding-top: 20px;
}
.signature {
	float: right;
}
.signature span {
	display: block;
	font-size: 115%;
}
.table01 {
	line-height: 1.2;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #DDD;
}
.table01 thead th {
	color: #FFF;
	font-weight: bold;
	padding: 0.5em 0;
	border: 1px solid #000;
	border-top: 2px solid #00B727;
	background-color: #444;
}
.table01 tbody {
	font-size: 0.93em;
}
.table01 tbody th {
	font-weight: normal;
	text-indent: 0.6em;
	text-align: left;
	width: 9.6em;
	padding: 0.4em 0;
	border: 1px solid #FFF;
	border-left-color: #B0E063;
	background-color: #F9FFF5;
}
.table01 tbody td {
	padding: 0.4em 0.6em 0.4em 0.6em;
	border: 1px solid #FFF;
	background-color: #FFF;
}
.in_table01 tbody td {
	padding: 0 0.8em 1px 0;
	border: none;
}
.table02 {
	font-size: 0.93em;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	background-color: #989898;
}
.table02 th {
	font-weight: normal;
	text-align: left;
	padding: 7px 15px;
	background-color: #F7FFF2;
}
.table02 td {
	padding: 7px 20px;
	background-color: #FFF;
}
.table03 {
	font-size: 0.93em;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	background-color: #989898;
}
.table03 th {
	font-weight: normal;
	padding: 7px 15px;
	background-color: #F7FFF2;
}
.table03 td {
	text-align: center;
	vertical-align: middle;
	padding: 7px 20px;
	background-color: #FFF;
}
.table_weblp {
	line-height: 1.2;
	border-collapse: collapse;
	background-color: #DDD;
	width: 680px;
}
.table_weblp tbody {
	font-size: 0.93em;
}
.table_weblp tbody td {
	padding: 0.4em 0.6em 0.4em 0.6em;
	border: 0.5px solid #808080;
	background-color: #FFF;
}
.article .list_area01 {
	border: 1px solid #CCC;
}
.article dl {
	margin: 10px 0 0;
	padding: 20px;
}
.article dl dt {
	font-weight: bold;
	margin-bottom: 0.1em;
}
.article dl dd {
	font-size: 0.86em;
	margin-bottom: 10px;
}
.article dl dd ul {
	padding-left: 1em;
}
.article dl dd ul li {
	margin: 0.3em 0;
	padding-left: 1em;
	background: url(../img/list_mark04.gif) 0.2em 0.5em no-repeat;
}
.article a.map {
	display: block;
	/*display:inline-block;
	*display: inline;
	*zoom: 1;*/
	text-indent: 100%;
	width: 76px;
	height: 23px;
	/*margin: -1em 0 0 -0.5em;*/
	margin: 0.2em 0 0 0.5em;
	background: url(../img/icon_map.jpg) no-repeat;
	overflow: hidden;
}
.article a.map:hover {
	background-position: 0px -23px;
}
.latest {
    font-size: 0.86em;
    margin-bottom: 5px;
    text-align: right;
}
.article .list01 li {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
	padding: 0.2em;
	background-color: #86B529;
}
.article .list02 li {
	margin-bottom: 1em;
	padding-left: 1em;
	background: url(../img/list_mark07.gif) no-repeat 0 0.6em;
}
p.attention {
	font-size: 0.93em;
	margin-top: 1em;
	padding: 5px 10px;
	background-color: #F9F9F9;
	border: 1px solid #D5D5D5;
}
.article .link_area01 {
	padding: 25px 0 0;
	border-top: 2px solid #708864;
}
.article .link_area01 ul {
	letter-spacing: -.40em;
	text-align: center;
}
.article .link_area01 ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	text-align: left;
	margin: 10px 0.25em 0;
	border: 1px solid #C5D3BC;
}
.article .link_area01 ul li a {
	display: block;
	font-weight: bold;
	padding: 0.8em 2em 0.7em 3em;
	color: #666666;
	background: url(../img/list_mark05.gif) no-repeat 1.5em 49% #F4F4F4;
}
.article .link_area01 ul li a:hover {
	color: #3E691A;
	text-decoration: none;
	background: url(../img/list_mark06.gif) no-repeat 1.5em 49% #EFF7EA;
}
.article .link_area01 ul li.single a {
	padding-left: 12em;
	padding-right: 11em;
}
.article .link_area01 ul li.single a,
.article .link_area01 ul li.single a:hover {
	background-position: 10.5em 49%;
}
.get_adobe_reader {
    font-size: 12px;
	width: 598px;
    margin: 30px auto 0;
    padding: 10px;
    background-color: #F8F8F8;
    border: 1px dotted #CCCCCC;
    overflow: hidden;
}
.get_adobe_reader a {
    float: right;
    margin-left: 0.4em;
}
.get_adobe_reader p {
	margin-bottom: 0;
    padding: 2px 0 0 3px;
}

/*** Footer ***/
#footer {
	position: relative;
	font-size: 1.4em;
	margin-top: 60px;
	border-bottom: 30px solid #1E1E1E;
	background: url(../img/footer_bg01.gif) repeat-x #545454;
}
#footer_inner {
	position: relative;
	width: 935px;
	margin: 0 auto;
	padding-left: 25px;
}
#footer_inner a {
	color: #E5E5E5;
}
#footer #footer_inner dl {
	float: left;
	width: 180px;
	margin: -17px 37px -5px 0;
}
#footer #footer_inner dl dt {
	margin-top: 20px;
	border-bottom: 1px solid #AFAFAF;
	background: url(../img/list_mark01.gif) no-repeat left 7px;
	width: 200px;
}
#footer #footer_inner dl dt a {
	font-weight: bold;
	line-height: 20px;
	padding-left: 13px;
}
#footer #footer_inner dl dd {
	margin: 1px 0;
	background: url(../img/list_mark02.gif) no-repeat left 10px;
}
#footer #footer_inner dl dd a {
	color: #C4C4C4;
	font-size: 0.86em;
	padding-left: 13px;
}
#footer .sub_nav {
	clear: both;
	position: relative;
	font-size: 0.72em;
	width: 100%;
	height: 30px;
	bottom: -30px;
}
#footer .sub_nav ul {
	clear: both;
}
#footer .sub_nav ul li {
	float: left;
	margin: 10px 20px 0 0;
}
#copyright {
	float: right;
	margin-top: 10px;
}
#footer .toTop a {
	display: block;
	text-indent: 100%;
	line-height: 100%;
	white-space: nowrap;
	margin-left: auto;
	width: 159px;
	height: 36px;
	background: url(../img/to_top01.png) 0 0 no-repeat;
	overflow: hidden;
}
#footer .toTop a:hover {
	background-position: 0 -36px;
}

ul.search_list li{
   background: url(../img/list_mark03.gif) no-repeat scroll 1em 0.5em transparent;
    margin: 5px 0;
    padding-left: 2em;
}

.content-nav{
	margin-top:30px;
}