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

/*=====右メニュー要素=====*/

.menu-box {
	text-align: left;
	margin: 0px;
}

/*=====メニュー（メイン）=====*/
.menu a{
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	width:154px;
	height:30px;
	background-image: url(images/icon_normal.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 1.0em;
	padding-top:7px;
	padding-left:30px;
	background-color: #ee3338;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	background-position: 12px 12px;
}


.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #ffffff;
	background-color: #962427;
	text-decoration: none;
	background-image: url(images/icon_over.gif);
	background-repeat: no-repeat;

}
.menu a:active {
	color: #ffffff;
	text-decoration: none;
}



/*=====メニュー（サブ）=====*/

.menu-sub a{
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	width:154px;
	height:25px;
	background-image: url(images/icon_sankaku.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 1.0em;
	padding-top:0px;
	padding-left:30px;
	background-color: #ee3338;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	background-position: 20px 8px;
}


.menu-sub a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu-sub a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu-sub a:hover {
	color: #ffffff;
	background-color: #962427;
	text-decoration: none;
	background-image: url(images/icon_sankaku.gif);
	background-repeat: no-repeat;

}
.menu-sub a:active {
	color: #ffffff;
	text-decoration: none;
}


/*=====メニュー（ヘッダー）=====*/

.menu_HD a{
	font-size: 0.8em;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width:80px;
	display: block;
	background-color: #ee3338;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom:0px;
	padding-left: 5px;
}

.menu_HD a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_HD a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_HD a:hover {
	color: #ffffff;
	background-color: #962427;
	text-decoration: none;
}
.menu_HD a:active {
	color: #ffffff;
	text-decoration: none;
}


/*ヘッダーカスタマイズ===============================================*/


.header-img-left {
	margin-left: 0px;
	margin-top: 13px;
	float: left;
	margin-bottom: 0px;
}


.header-img-right {
	width:185px;
	margin-top: 10px;
	margin-right: 0px;
	float: right;
	text-align: right;
	vertical-align: bottom;
}



/*表カスタマイズ（製品紹介）===============================================*/

table.hyou1 {border: solid 1px #C6CDD9; border-collapse: collapse;float:left}

th.hyou1 {
	border: solid 1px #C6CDD9;
	width: 50px;
	padding: 5px;
	font-weight: bold;
	background-color: #F4F5F7;
	text-align: right;
	vertical-align: top;
}

td.hyou1 {
	border: solid 1px #C6CDD9;
	width: 200px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}


/*表カスタマイズ（会社案内）===============================================*/

table.hyou2 {border: solid 1px #C6CDD9; border-collapse: collapse; width:100%;}

th.hyou2 {
	border: solid 1px #C6CDD9;
	width: 100px;
	padding: 5px;
	font-weight: bold;
	background-color: #F4F5F7;
	text-align: right;
	vertical-align: top;
}

td.hyou2 {
	border: solid 1px #C6CDD9;
	padding: 5px;
	text-align: left;
	line-height: 1.5em;
	vertical-align: top;
}




/*表カスタマイズ（沿革）===============================================*/

table.hyou3 {border: solid 1px #C6CDD9; border-collapse: collapse; width:100%;}

th.hyou3 {
	border: solid 1px #C6CDD9;
	width: 100px;
	padding: 5px;
	font-weight: bold;
	background-color: #F4F5F7;
	text-align: left;
	vertical-align: top;
}

td.hyou3 {
	border: solid 1px #C6CDD9;
	padding: 5px;
	text-align: left;
	line-height: 1.5em;
	vertical-align: top;
}



/*表カスタマイズ（お問い合せ）===============================================*/

table.hyou4 {border: solid 0px #C6CDD9; border-collapse: collapse; width:100%;}

th.hyou4 {
	width: 150px;
	padding: 5px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #C6CDD9;
	border-right-color: #C6CDD9;
	border-bottom-color: #C6CDD9;
	border-left-color: #C6CDD9;
}

td.hyou4 {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #C6CDD9;
	border-right-color: #C6CDD9;
	border-bottom-color: #C6CDD9;
	border-left-color: #C6CDD9;
}

td.hyou4-center {
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #C6CDD9;
	border-right-color: #C6CDD9;
	border-bottom-color: #C6CDD9;
	border-left-color: #C6CDD9;
}




/*表カスタマイズ（製品紹介：既製品サイズ）===============================================*/

table.hyou5 {border: solid 1px #C6CDD9; border-collapse: collapse;}

th.hyou5 {
	background-color: #F4F5F7;
	width: 62px;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #C6CDD9;
	border-right-color: #C6CDD9;
	border-bottom-color: #C6CDD9;
	border-left-color: #C6CDD9;
}

td.hyou5 {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #C6CDD9;
	border-right-color: #C6CDD9;
	border-bottom-color: #C6CDD9;
	border-left-color: #C6CDD9;
}

tr.hyou5 {
	background-color: #ebfcfe;
}



/*表カスタマイズ（色見本）===============================================*/

table.hyou6 {border: solid 1px #C6CDD9; border-collapse: collapse;}

th.hyou6 {
	border: solid 1px #C6CDD9;
	padding: 5px;
	font-weight: bold;
	background-color: #F4F5F7;
	text-align: center;
	vertical-align: top;
}

th.hyou6-2 {
	border: solid 1px #C6CDD9;
	width: 20px;
	padding: 5px;
	font-weight: bold;
	background-color: #F4F5F7;
	text-align: right;
	vertical-align: top;
}

td.hyou6 {
	border: solid 1px #C6CDD9;
	padding: 5px;
	text-align: left;
	line-height: 1.5em;
}	


td.hyou6-2 {
	border: solid 1px #C6CDD9;
	padding: 5px;
	text-align: left;
	line-height: 1.5em;
}

/*表カスタマイズ（特定商取引）===============================================*/

table.hyou7 {border: solid 1px #C6CDD9; border-collapse: collapse;}

th.hyou7 {
	border: solid 1px #C6CDD9;
	padding: 5px;
	font-weight: bold;
	background-color: #F4F5F7;
	text-align: left;
	vertical-align: top;
}




td.hyou7 {
	border: solid 1px #C6CDD9;
	padding: 5px;
	text-align: left;
	line-height: 1.5em;
}




td.hyou7-2 {
	border: solid 1px #C6CDD9;
	padding: 5px;
	text-align: right;
	line-height: 1.5em;
}



/*リストカスタマイズ（What's new）===============================================*/

li.mark {
	list-style-image:url(/images/list_mark.gif);
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 5px;
	vertical-align: middle;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBCBCB;
}








/*リストカスタマイズ（リンク）===============================================*/
dt.link {
	font-size:1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

dd.link {
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}




/*リストカスタマイズ（製品紹介　生分解）===============================================*/

li.chui {
	list-style-image:url(/images/ico_arrow45r_2.gif);
	list-style-position: outside;
	list-style-type: none;
	vertical-align: middle;
	margin-left: 20px;
	margin-bottom: 5px;
}







/*サイトマップカスタマイズ===============================================*/
ul.sitemap1 {
	margin-bottom: 15px;
	margin-left: 20px;
}


li.sitemap1 {
	list-style-image:url(/images/ico_arrow3right.gif);
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 3px;
}

li.sitemap1-2 {
	list-style-image:url(/images/ico_arrow40r_1.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 3px;
	list-style-type: none;
}


li.sitemap1-3 {
	list-style-image:url(/images/ico_arrow40r_1.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding: 3px;
	list-style-type: none;
}


/*リンクページカスタマイズ===============================================*/

ul.link {
	margin-bottom: 10px;
	margin-left: 20px;
}


ul li.link {
	list-style-image:url(/images/list_mark.jpg);
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

li.link-2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-type: none;
}






/*文字カスタマイズ===============================================*/


.large {
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: bold;
}

.small {
	font-size: 0.8em;
	line-height: 0.9em;
}



.catch2 {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #8BC53F;
	font-weight: bold;
}




.FF0000 {
	color: #FF0000;
}


.hr-2 {
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	background: none;
} 


.margin_5b {
	margin-bottom: 5px;
}


.margin_10b {
	margin-bottom: 10px;
}



/*ボックスカスタマイズ===============================================*/

.info_tsuiki {
	color: #ff0000;
	font-size: 1.0em;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


.banner {
	margin-bottom: 10px;
	height: 150px;
}

.banner-box {
	margin-bottom: 5px;
}


.goods_cart {
	width: 180px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;

}



.goods-listbox {
	width: 260px;
	text-align: left;
	float: left;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-color: #cacaca;
}


.goods-shosai-link {
	width: 100%;
	vertical-align: text-top;
	text-align: right;
}


.goods-listimg {
	width: 120px;
	margin-top: 5px;
	margin-right: 10px;
	vertical-align: text-top;
	float: left;
}





