/***↓共通↓***/
body {
	margin: 0;
    background: url(../image/bg_chk01_gr.gif);  
	background-attachment: fixed;
	font-family: ＭＳ Ｐゴシック, Osaka;
	font-size: 13.5px;
	color: #585858;
	line-height: 17px;
    scrollbar-face-color: #FFFFDF;
    scrollbar-track-color: #FDFDFD;
    scrollbar-shadow-color: #848489;
    scrollbar-darkshadow-color: #FDFDFD;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #F2F2F3;
    scrollbar-arrow-color: #94C17B;
}

A:link {
	text-decoration:underline; color: #666699;
}
A:visited {
	text-decoration:underline; color: #666699;
}
A:active {
	text-decoration:underline; color: #CC0000;
}
A:hover {
	text-decoration:underline; color: #339900;
}

h1 {
	font-size: 10px;
	font-weight: lighter;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 15px;
	color: #444444;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/*テーブル内テキスト*/
table {
	font-family: ＭＳ Ｐゴシック, Osaka;
	font-size: 13.5px;
	color: #585858;
	line-height: 17px;
}

/*テキスト（小）*/
.text-sm {
	font-size: 10px;
	color: #666666;
}

/***↓What's Newで使用↓***/
.td-dotln {
	padding: 2px;
	border-bottom: 1px dotted #999999;
}

/***↓会社案内テーブル/リサイクルで使用↓***/
.td-bg1 {
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}
.td-bg2 {
	background-color: #EEEEEE;
	padding: 5px;
}

/***↓営業品目で使用↓***/
/*テキスト（小さめ・GR）*/
.text-smGr {
	font-size: 10px;
	color: #669845;
	vertical-align: top;
}
/*リスト用テーブル*/
.tb-pdt {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7EB45A;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/***↓リサイクルで使用↓***/
/*テキスト（大）*/
.text-lg {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #444444;
}

/*Copyrights用（テキスト・小さめ）*/
.tb-bgGry {
	color: #666666;
	font-size: 10px;
	background-color: #CCCCCC;
}

