@charset"utf-8";

/*==============================================

released: 2008.09.09

-contents-

01. initialize
02. link set
03. text set
04. top page & page format
05. 2nd page format

===============================================*/


/*----------------------------------------------
	01. initialize
----------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
}

a {
	outline: 0;
}

a,
img {
	border: 0;
}

html,
body {
	height:100%;
}

body {
	font-family: sans-serif;
	font-size: 90%;
	text-align: center;
	background-color: #EFEFEF;
}

.clear {
	clear: both;
}


/*__ cf __*/

.cf:after {
	content:".";
	display:block;
	clear:both; 
	height:0;
	visibility:hidden;
}
.cf {
	display:inline-block;
}
/* exlude MacIE5 \*/
* html .cf {
	height:1%;
}
.cf {
	display:block;
}
/* end MacIE5 */
.cf + *{
	clear: both;
}


/*----------------------------------------------
	02. link set
----------------------------------------------*/

body a,
body a:link,
body a:visited {
	font-size: 100%;
	color: #37A5A1;
	text-decoration: none;
}

body a:active {
	color: #000000;
}

body a:hover {
	color: #43CAC5;
}


/*----------------------------------------------
	03. Text set
----------------------------------------------*/


p {
	font-size: 90%;
	line-height: 150%;
}

.red {
	color: #920000;
}

.glay {
	color: #000000;
}

.black {
	color: #000000;
}


/*----------------------------------------------
	04. toppage & page format
----------------------------------------------*/


/*__ center fix __*/

#wrap,
#splash,
#head,
#main,
#topmain,
#contents,
#smallnavi,
#foot,
#recommendbg,
#recommendwrap,
#topbottomcont,
.topnewproducts h2,
.topnewsproductscont,
#left,
.bthome,
.btshop,
.btproduct,
#links,
.newcol,
.next,
.contractor,
#prcate P,
.prsubcate,
.nccont,
#nctt P,
#ababaread,
#ababanews,
#ababarec,
#ababarecsecond,
.ababarecsecondminip,
#gaiyocont,
.wallpaperphoto,
.wallpaperdl,
#recruitecont,
#recruitebutton,
#recappcont,
#contactcont table,
.contactread,
#formbutton,
#formthanks,
#formtoppagebutton,
.topread,
#flash,
#aboutcont,
.sitemapcont {
	margin: 0 auto 0 auto;
	text-align: center;
}

#wrap {
	width: 906px;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#splash {
	width: 900px;
	height: 620px;
}


/*__ wrap bg height by IE6 __*/
body > #wrap {
    height:auto;
}

#head {
	margin-bottom: 10px;
	width: 900px;
	height: 96px;
	background-color: #F9FFEC;
	background-image: url(../img/headbg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	position: relative;
}

#head h1 {
	width: 231px;
	height: 60px;
	position: absolute;
	left: 24px;
	top: 19px;
	display: block;
}

#head ul {
	list-style-type: none;
	position: absolute;
	left: 285px;
	top: 23px;
}

#head ul li {
	float: left;
}

.english {
	position: absolute;
	left: 535px;
	top: 31px;
}

#main {
	padding-bottom: 40px;
	position: relative;
}

#main,
#topmain {
	width: 880px;
	height: auto;
	text-align: center;
}

#flash {
	width: 876px;
	height: 320px;
	z-index:-1;
}

#smallnavi {
	width: 880px;
	height: 30px;
}

#search {
	float: right;
	text-align: right;
}

#foot {
	padding-bottom: 50px;
	width: 900px;
	height: auto;
	border-top: 5px solid #336633;
	position: relative;
	top: 0px;
	right: 0px;
}

#foottop {
	position: absolute;
	top: -22px;
	right: 20px;
}

/* safari only */
html[xmlns*=""] body:last-child #foottop {
	top: -26px;
}

#foot ul {
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	list-style-type: none;
	line-height: 100%;
}

#foot ul li {
	padding: 0px 5px;
	font-size: 82%;
	display: inline;
	border-left: 1px solid #000000;
}

.ftline {
	border-right: 1px solid #000000;
}

#foot p {
	clear: right;
	font-size: 90%;
	line-height: 150%;
	color: #000000;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 11px;
}


/*__ foot link __*/

#foot a,
#foot a:link,
#foot a:visited {
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}

#foot a:active{
	color: #000000;
}

#foot a:hover {
	color: #999999;
}


/*__ toppage __*/

#toplink {
	position: absolute;
	top: -36px;
	left: -6px;
}

#toplink ul {
	list-style-type: none;
}

#topcontents {
	float: right;
	width: 679px;
	height: 240px;
}

.simplyb {
	position: absolute;
	top: 170px;
	left: 104px;
}

#recommendbg {
	margin-top: 10px;
	padding: 14px 0px 10px 0px;
	width: 900px;
	height: auto;
	background-color: #6BB31A;
}

#recommendwrap {
	width: 780px;
	height: auto;
}

/*__ recommend by IE6 __*/
* html #recommendwrap {
	width: 820px;
	height: auto;
}

.recommend {
	float: left;
	margin: 0px 23px 0px 23px;
	width: 110px;
	height: auto;
	text-align: center;
}

.recommendimg {
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
	width: 110px;
	height: auto;	
}

.recoeng {
	font-weight: bold;
}

.recommend h3 {
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.recommend p {
	font-size: 80%;
	text-align: center;
	line-height: 120%;
	color: #FFFFFF;
}

#topbottomcont {
	width: 900px;
	height: auto;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	position: relative;
	background-color: #FFFFFF;
}

.textright {
	padding: 0px 10px 10px 0px;
	text-align: right;
}



/*----------------------------------------------
	05. 2nd page format
----------------------------------------------*/


.pankuzu {
	float: left;
	padding-bottom: 10px;
	font-size: 80%;
	color: #000000;
}


/*__ pankuzu link __*/

.pankuzu a,
.pankuzu a:link,
.pankuzu a:visited {
	font-size: 100%;
	color: #37A5A1;
	text-decoration: underline;
}

.pankuzu a:active{
	color: #000000;
}

.pankuzu a:hover {
	color: #43CAC5;
}

#contents {
	float: right;
	width: 656px;
	height: auto;
}

#contents h2 {
	padding-bottom: 30px;
	width: 656px;
	height: 104px;
}

#left {
	/*float: left;*/
	width: 214px;
	height: auto;
	background-image: url(../img/leftbg.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	top: 0px;
}

.bthome {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 204px;
	height: 30px;
	display: block;
}

.leftkijiul {
	padding: 0px 12px 0px 12px;
	width: 194px;
	height: auto;
	list-style-type: none;
	line-height: 150%;
	text-align: left;
}

/*__ leftkijiul padding by IE6 __*/
* html .leftkijiul {
	padding: 0px 2px 0px 2px;
} 

.leftkiji {
	padding-left: 1em;
	color: #37A5A1;
	background-image: url(../img/kakko.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#links {
	padding-top: 10px;
	margin-bottom: 10px;
	width: 194px;
	height: auto;
}

.linktitle {
	padding-bottom: 5px;
	width: 194px;
	height: 20px;
}

/*__ li linktitle by IE6 __*/
* html .linktitle { 
	margin-bottom: 5px; 
}

.linkbutton {
	float: left;
	width: 97px;
	height: 92px;
}

#links ul {
	list-style-type: none;
}

#links li {
	float: left;
	width: 97px;
	height: 92px;
}


/*__ new page __*/

.newcol {
	padding-bottom: 15px;
	width: 636px;
	height: auto;
}

.newcol img {
	padding-right: 10px;
	float: left;
}

.newcol h3 {
	margin-top: 0;
	padding-top: 0;
	color: #000000;
	line-height: 150%;
	font-weight: bold;
}

.newcol h4 {
	margin-top: 0;
	padding-top: 0;
	line-height: 150%;
	font-weight: bold;
}

.next {
	width: 636px;
	height: auto;
	text-align: right;
}

/*__ products __*/

.btproduct {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 204px;
	height: auto;
}

.btproduct ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.btproduct ul li a {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(../products/img/bt01.gif);
	background-position: 0px 0px;
	display: block;
}

.btproduct ul li a,
.btproduct ul li a:hover {
	width: 204px;
	height: 31px;
	text-indent: 20px;
	display: block;
}

.btproduct ul li a:hover {
	background-image: url(../products/img/bt01.gif);
	background-position: 0px 33px;
}

.btproduct a,
.btproduct a:link,
.btproduct a:visited,
.btproduct a:active,
.btproduct a:hover {
	color: #FFFFFF;
}

.contractor {
	margin-bottom: 5px;
	width: 204px;
	height: 27px;
}

/* __ product category __ */

#prcate {
	width: 656px;
	height: auto;
}

#prcate h3 {
	font-size: 18px;
	line-height: 36px;
	text-indent: 10px;
	width: 656px;
	height: 36px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #46DDD6;
	background-image: url(../products/img/tt_products.jpg);
	background-position: 0px 0px;
}

#prcate P {
	padding-top: 16px;
	width: 636px;
	color: #000000;
	text-align: left;
}

.prsubcate {
	width: 636px;
	height: auto;
}

.prsubcate h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #37A5A1;
	text-indent: 10px;
	line-height: 24px;
	text-align: left;
	width: 636px;
	height: 24px;
	border-left: 6px solid #37A5A1;
}

.prsubcate ul {
	margin-bottom: 15px;
	width: auto;
	height: auto;
	text-align: left;
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: block;
}

.prsubcate li {
	display: inline;
	padding-right: 10px;
	line-height: 20px;
}

.prsubcateright,
.ncright {
	float: right;
	width: 360px;
	height: auto;
}

.prsubcateleft,
.ncleft {
	float: left;
	width: 258px;
	height: auto;
}

.prread {
	padding-bottom: 15px;
	color: #000000;
}

.prsubminip {
	padding-bottom: 5px;
	width: 360px;
	height: auto;
}

.miniimg {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
	width:113px;
	height: auto;
}

.miniimgafter {
	float: left;
	padding-bottom: 2px;
	width:113px;
	height: auto;
}

.prsubcateleft img,
.prsubminip img,
.miniimgafter img {
	padding-bottom: 2px;
}

.prsubcateleft p,
.prsubminip p {
	margin-bottom: 5px;
	font-size: 120%;
	color: #000000;
	line-height: 120%;
	text-align: center;
}


/* __ new comer __ */

#nctt {
	width: 656px;
	height: auto;
}

#nctt h3 {
	font-size: 16px;
	line-height: 36px;
	width: 656px;
	height: 36px;
}

#nctt P {
	padding: 20px 0px 20px 0px;
	font-size: 120%;
	width: 636px;
	color: #000000;
	text-align: left;
}

.nccont {
	padding-bottom: 15px;
	width: 636px;
	height: auto;
}

.ncright img {
	padding-bottom: 2px;
}

.ncright h4 {
	margin: 5px 0px 5px 0px;
	font-size: 16px;
}


/* __ company __ */

#gaiyocont {
	width: 636px;
	height: auto;
}

.seedingcenter,
.developcenter {
	padding-bottom: 20px;
	width: 313px;
	height: auto;
}

.seedingcenter p,
.developcenter p {
	padding-top: 2px;
	text-align: center;
}

.seedingcenter {
	float: left;
}

.developcenter {
	float: right;
}

#gaiyocont dt {
	float: left;
	padding: 15px 0px 13px 0px;
	width: 237px;
	clear: both;
	line-height: 150%;
	font-weight: bold;
	background-image: url(../company/img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#gaiyocont dd {
	float: left;
	padding: 15px 0px 13px 0px;
	width: 399px;
	line-height: 150%;
	color: #000000;	
	background-image: url(../company/img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.developmap {
	padding: 5px 0px 5px 0px;
}

#gaiyo dd span,
.year {
	font-weight: bold;
	color:#000000;
}

.year {
	float: left;
	padding-bottom: 10px;
	width: 60px;
	line-height: 130%;
}

.enkaku {
	float: left;
	padding-bottom: 10px;
	width: 389px;
	color: #000000;
	line-height: 130%;
}


/* __ wallpaper __ */

#wallpapercont {
	padding-left: 10px;
	width: 646px;
	height: auto;
}

.wallpaperblock {
	padding-right: 7px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	float: left;
	width: 207px;
	height: 256px;
	background-image: url(../wallpaper/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.wallpaperphoto {
	padding: 4px 0px 9px 0px;
	width: 199px;
	height: 149px;
}

.wallpaperdl {
	width: 182px;
	height: 21px;
}

#wallpapersetting {
	clear: both;
	padding: 10px;
	border: 1px dotted #999999;
}

#wallpapersetting h3 {
	padding: 5px;
	height: 16px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #4D4D4D;
	text-align: center;
	background-color: #D9D9D9;
}

#wallpapersetting h4 {
	padding: 10px 0px 2px 0px;
	color: #000000;
	font-weight: bold;
	line-height: 150%;
}

#wallpapersetting p {
	color: #333333;
	line-height: 150%;
}


/* __ about miyoshi __ */

.aboutread {
	padding-bottom: 20px;
}

#about ul,
#about li {
	list-style-type: none;
}

/*==contents==*/
#aboutcont {
	width: 636px;
	height: auto;
}

#aboutcont h4 {
	padding: 20px 0px 10px 0px;
	font-weight: bold;
	font-size: 120%;
	color: #333333;
}

#aboutcont p {
	color: #000000;
}

.aboutread {
	padding: 20px 0px 20px 0px;
	font-size: 16px;
}

.aboutreadmeri {
	padding-bottom: 20px;
}

.aboutph,
.aboutmeritop,
.aboutcentph {
	width: 636px;
	height: auto;
}

.aboutmeritop {
	padding: 20px 0px 10px 0px;
}

.aboutcentph {
		padding-bottom: 20px;
}

.aboutphleft {
	float: left;
}

.aboutphleftcl {
	clear: both;
	float: left;
}

.aboutphright {
	float: right;
}

.aboutreadright {
	float: right;
	width: 206px;
	height: auto;
}

.aboutreadrightend {
	float: left;
	width: 543px;
	height: auto;
}

.aboutreadmeritop {
	float: left;
	padding-right: 15px;
	width: 360px;
	height: auto;
	font-size: 15px;
	line-height: 23px;
	text-align: left;
}


/* __ contact __ */

#contactcont {
	padding: 15px 0px 15px 0px;
	width: auto;
	height: auto;
	background-color: #EFEFEF;
}

.contactread {
	padding-bottom: 10px;
	width: 560px;
	height: auto;
	color: #000000;
}

#contactcont table {
	width: 560px;
	height: auto;
}

#contactcont td,
#contactcont th {
	margin: 1px 0px 1px 0px;
	padding: 10px;
	vertical-align: top;
	background-color: #FFFFFF;
}

#contactcont td {
	width: 70%;
}

#contactcont th {
	width: 30%;
	font-weight: bold;
	color: #000000;
}

#formbutton {
	width: 560px;
	padding-top: 5px;
	text-align: right;
}

#formbutton input {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

#formthanks {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 15px 0px 15px 0px;
	width: 560px;
	height: auto;
	background-image: url(../contact/img/thanks.jpg);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

#formthanks p {
	font-size: 110%;
	text-align: center;
}

#formtoppagebutton {
	margin-bottom: 50px;
	width: 402px;
	height: 43px;
}


/* __ sitemap __ */

.sitemapcont {
	width: 536px;
	height: auto;
}

.sitemapleft,
.sitemapright {
	padding-bottom: 20px;
	width: 257px;
	height: auto;
}

.sitemapleft {
	float: left;
}

.sitemapright {
	float: right;
}

.sitemapcont h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #000000;
}

.sitemapcont h3 a,
.sitemapcont h3 a:link,
.sitemapcont h3 a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.sitemapcont h3 a:active {
	color: #000000;
}

.sitemapcont h3 a:hover {
	color: #999999;
}

.sitemapcont ul {
	list-style-type: none;
}

.sitemapcont ul li a,
.sitemapcont ul lia:link,
.sitemapcont ul li a:visited {
	color: #000000;
	line-height: 150%;
	text-decoration: none;
}

.sitemapcont ul li a:active {
	color: #000000;
}

.sitemapcont ul li a:hover {
	color: #999999;
}



/*======================
	english toppage welcome
======================*/

.topread {
	padding: 20px 0px 15px 0px;
	width: 744px;
	height: auto;
	text-align: left;
}

.topread h2 {
	text-align: center;
	font-size: 210%;
	font-weight: bold;
	color: #118F2D;
}

.topread p {
	padding-top: 20px;
	font-size: 14px;
	line-height: 120%;
}

.topreadright {
	text-align: right;
	font-weight: bold;
	color: #118F2D;
}
