@charset "utf-8";
/* 共通CSS -----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
/* clearfix ---------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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

/* よく登場する要素のリセット ---------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

/* 画像の下にできる隙間をなくす -------------------------------------*/
img {
	vertical-align: bottom;
}

/* リンク表示リセット -----------------------------------------------*/
a {
	text-decoration: none;
	outline: none;
	overflow: hidden;
	color:#67A942;
}
a:link {
	color:#126434;
}
a:visited {
	color:#072916;
}
a:hover {
	color:#FF0033;
	text-decoration: underline;
}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}
a:active {
	color:#06C;
}
a:focus {
	outline:none;
}

/* body ---------------------------------------*/
body {
	text-align: center;
	color: #333333;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "HG丸ゴシックM-PRO", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	background-color: #FFFFFF;
}
/* #wrapper-01 ---------------------------------------*/
#wrapper-01 {
	width: 100%;
}
#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 160px;
	width: 100%;
}
#header-area-01  {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #126434;
	height: 24px;
	padding-top: 8px;
	overflow: hidden;
}

h1 {
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 15px;
	float: left;
}
#header-area-01   ul {
	height: 26px;
	float: right;
	margin-right: 10px;
}
#header-area-01   li {
	float: left;
	margin-left: 20px;
	height: 26px;
	position: relative;
	top: -5px;
}
#header-area-02 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	padding-top: 8px;
	clear: both;
}
h2  {
	height:84px;
	outline: none;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 10px;
	width: 264px;
}

/* #global-navi */
#global-navi {
	width: 580px;
	height: 98px;
	float: right;
	margin-right: 10px;

}
#global-navi  li {
	float: left;
	background-image: url(../images/global-navi.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px 0px;
}
#global-navi .home {
	height: 98px;
	width: 100px;
	background-position: 0px 0px;
}
#global-navi .corporate {
	height: 98px;
	width: 110px;
	background-position: -100px 0px;
}
#global-navi .product {
	height: 98px;
	width: 110px;
	background-position: -210px 0px;
}
#global-navi .seminer {
	height: 98px;
	width: 130px;
	background-position: -320px 0px;
}
#global-navi .contact {
	height: 98px;
	width: 130px;
	background-position: -450px 0px;
}
#global-navi  li  a {
	display: block;
	background-repeat: no-repeat;
	height: 98px;
}
#global-navi .home a {
	height: 98px;
	width: 100px;
	background-position: 0px 0px;
}
#global-navi .corporate a {
	height: 98px;
	width: 110px;
	background-position: -100px 0px;
}
#global-navi .product a {
	height: 98px;
	width: 110px;
	background-position: -210px 0px;
}
#global-navi .seminer a {
	height: 98px;
	width: 130px;
	background-position: -320px 0px;
}
#global-navi .contact a {
	height: 98px;
	width: 130px;
	background-position: -450px 0;
}
#global-navi .home a:hover {
	height: 98px;
	width: 100px;
	background-position: 0px -98px;
}
#global-navi .corporate a:hover {
	height: 98px;
	width: 110px;
	background-position: -100px -98px;
}
#global-navi .product a:hover {
	height: 98px;
	width: 110px;
	background-position: -210px -98px;
}
#global-navi .seminer a:hover {
	height: 98px;
	width: 130px;
	background-position: -320px -98px;
}
#global-navi .contact a:hover {
	height: 98px;
	width: 130px;
	background-position: -450px -98px;
}
#global-navi .corporate-02 {
	height: 98px;
	width: 110px;
	background-position: -100px -98px;
}
#global-navi .product-02 {
	height: 98px;
	width: 110px;
	background-position: -210px -98px;
}
#global-navi .seminer-02 {
	height: 98px;
	width: 130px;
	background-position: -320px -98px;
}
#global-navi .contact-02 {
	height: 98px;
	width: 130px;
	background-position: -450px -98px;
}

#top-gallery {
	width: 100%;
	background-image: url(../images/top-gallery-bg.jpg);
	background-repeat: repeat-x;
}

#gallery {
	height: 350px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.loading {
	height: 50px;
	width: 45px;
	margin-top: 140px;
}

/* #wrapper-02 ---------------------------------------*/
#wrapper-02 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	clear: both;
}
#main {
	width: 600px;
	float: left;
}

/* #wrapper-02のよく使う要素 */
h3 {
	height: 90px;
	width: 600px;
	margin-bottom: 2em;
	margin-top: 1.2em;
	clear: both;
}
h4 {
	height: 40px;
	width: 600px;
	margin-bottom: 2.5em;
	clear: both;
}
h5 {
	background-color: #EAEAEA;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #67A942;
	width: 90%;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2em;
	margin-top: 2.5em;
	clear: both;
}


#main p {
	margin-left: 20px;
	margin-right: 20px;
}
#main    p  em {
	font-size: 1.2em;
	font-weight: bold;
	color: #126434;
	font-style: normal;
}
.attent {
	font-weight: bold;
	color: #FF0033;
}
.odd {
	background-color: #F5F5F5;
}
img.img-style {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
dl.dl-list {
	width: 88%;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

dl.dl-list dt {
	width: 100%;
	display: block;
	border-top:1px dotted #999999;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-weight: bold;
	color: #126434;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-left: 25px;

}

dl.dl-list dd {
	display: block;
	padding: 5px 5px 5px 40px;
	zoom:1;
}
#topicPath li {
	display: inline;
}
#topicPath li a {
	padding-right: 25px;
	background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#return-to-pagetop {
	float: right;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 40px;
	clear: both;
}
#return-to-pagetop li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
}
#return-to-pagetop a {
	color: #126434;
}

* html body dl.list dd div{
   display:inline-block;
}

/* index.html */
dl.news-list {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 95%;
	margin-left: 10px;
}

dl.news-list dt {
	float:left;
	width:10em;
	border-top:1px dotted #999999;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-weight: bold;
	color: #126434;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-left: 25px;

}

dl.news-list dd {
	margin-left:12em;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	border-top:1px dotted #999999;
	zoom:1;
}

/* corporate.html */
.image-profile {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.sign  {
	float: right;
	margin-right: 15px;
}
.sign em {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
}
table.company-profile-table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
table.company-profile-table th {
	vertical-align: top;
	width: 10em;
	padding: 10px;
	font-weight: bold;
}
table.company-profile-table td {
	vertical-align: top;
	padding: 10px;
}

/* product.html,result.html */
dl.product-list {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 2.5em;
	margin-bottom: 4em;
}
dl.product-list dt  {
	float: left;
	width: 160px;
}
dl.product-list dd {
	margin-left: 15em;
	zoom:1;
}
dl.product-list .btn-detail {
	margin-top: 15px;
}


dl.flow-list {
	width: 90%;
	margin-left: 20px;
	clear: both;
	margin-bottom: 2.5em;
}
dl.flow-list  dt.flow-arrow {
	width: 158px;
	background-image: url(../images/pic-flow-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	padding-bottom: 25px;
}
dl.flow-list  dt {
	width: 158px;
	float: left;
}
dl.flow-list dd {
	padding-right:10px;
	zoom:1;
	padding-bottom: 10px;
	margin-left: 15em;
	background-color: #FFFFE1;
	padding-top: 10px;
	padding-left: 10px;
	border: 3px dashed #CCCCCC;
}
div.tab-contents {
	clear: both;
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
	margin-top: 20px;
	width: 90%;
	margin-left: 20px;
}
div.tab-contents dl	{
	margin-bottom: 15px;
	background-image: url(../images/pic-faq.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
}
div.tab-contents dt	{
	padding: 8px 5px 8px 30px;
	font-weight: bold;
	background-image: url(../images/pic-q.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	font-size: 1.2em;
}
div.tab-contents dd	{
	padding: 8px 5px 8px 30px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	background-image: url(../images/pic-a.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-color: #FFD9E6;
}
ul.line-up-list {
	margin-left: 25px;
}
ul.line-up-list li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}


/* seminer.html */
table.seminer-table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.seminer-table th {
	width: 10em;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 8px;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
.seminer-table td {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/* contact.html */
ul.contact-call li {
	height: 69px;
	width: 526px;
	margin-top: 15px;
	margin-left: 25px;
}

table.contact-form {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
table.contact-form th {
	vertical-align: top;
	width: 8em;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #67A942;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
table.contact-form td {
	vertical-align: top;
	padding: 10px;
}
input {
	padding: 3px 5px;
	font-size: 1.4em;
	background-color: #FFFFE6;
}
textarea {
	padding: 3px 5px;
	font-size: 1.4em;
	background-color: #FFFFE6;
}
select {
	padding: 3px 5px;
	font-size: 1.4em;
}
:focus {
	outline:none;
}
.btn-contact {
	text-align: center;
	height: 32px;
	margin-top: 20px;
}

.button, .button2 ,.button_back  {
	background-repeat: no-repeat;
	height: 33px;
	width: 158px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button {
	background-image: url(../images/btn-soushin.jpg);
}
.button2 {
	background-image: url(../images/btn-reset.jpg);
}
.button_back {
	background-image: url(../images/btn-back.jpg);
}
.button:hover,.button2:hover,.button_back:hover {
	opacity: 0.8;
}
.button:active,.button2:active,.button_back:active {
	position:relative;
	top:2px;
}
/* #right-content */
#right-content,.bnr-area{
	width:280px;
}

#right-content {
	float: left;
	background-image: url(../images/right-content-bg-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
	clear: right;
	margin-left: 20px;
	padding-top: 10px;
	width: 280px;
}
div.bnr-area {
	background-image: url(../images/right-content-bg.gif);
	background-repeat: repeat;
	width: 280px;
}
div.bnr-footer-area {
	background-image: url(../images/right-content-bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 280px;
	height: 10px;
}

.bnr-style {
	width: 260px;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* #wrapper-03 ---------------------------------------*/
#wrapper-03 {
	clear: both;
	margin-top: 20px;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 95%;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#footer address {
	float: left;
	padding-bottom: 15px;
	margin-left: 10px;
}
.other-link ul {
	float: right;
	margin-right: 15px;
	padding-bottom: 15px;
}
.other-link li {
	display: inline;
	background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	margin-left: 25px;
}
.company-profile  {
	clear: both;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 10px;
}

.company-profile dt {
	float:left;
	width:67px;
}

.company-profile dd {
	margin-left:10em;
	zoom:1;
	padding-right: 15px;
}
#footer a {
	color: #333333;
}
.text-link {
	width: 600px;
	padding: 40px 150px 0;
	text-align: center;
}
.text-link li {
	display: inline;
	padding: 0 10px 0 0;
}
