@charset "utf-8";





/*=====フッター連絡先=====*/
.address {
	color: #808080;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	font-size: 0.9em;
}









/*=====左サイドメニュー=====*/
.menu-box {
	color: #646464;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.menu-box li {
	list-style-type: none;
}


.calender {
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}




/*=====トップの銘木テキスト=====*/
.meiboku-box {
	background-color: #FAF0E9;
	color: #646464;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	text-align: left;
	width: 470px;
}







.topic-box {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 490px;
}






/*=====スペース枠=====*/
.bottom-space20 {
	margin-bottom: 20px;
}


.top-space20 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.left-space15 {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 50px;
}


.left-space5 {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}





.copyright {
	color: #000000;
}



.img-left {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}


.img-right {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}



.right {
	float: right;
}

.right-p5 {
	float: right;
	padding-top: 5px;
}



/*=====基本枠=====*/
.waku {
	background-color: #C6CDD9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.waku td {
	background-color: #FFFFFF;
	padding: 5px;
}

.waku th {
	background-color: #F4F5F7;
	padding: 5px;
	color: #555555;
	text-align: right;
	font-weight: normal;
}






/*=====送料枠=====*/
.waku-2 {
	background-color: #C8C8C8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.waku-2 td {
	background-color: #FFFFFF;
	padding: 5px;
}

.waku-2 th {
	background-color: #FEFFDF;
	padding: 5px;
	color: #555555;
	font-weight: normal;
}











/*=====会社概要・ご注文=====*/
.ul-disc {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 2px;
	margin-left: 15px;
}





/*=====木の優しさリンク=====*/
.ol-decimal {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 20px;
}

.ol-decimal li {
	padding-top: 1px;
	padding-bottom: 1px;
}












.FF0000 {
	color: #FF0000;
}

.style1 {
	color: #668C3B;
	font-weight: bold;
}

.large {
	font-size: 1.2em;
	line-height: 1.6em;
}

.copy {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #CB6E21;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CB6E21;
}



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

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

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

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

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

td.hyou2 {
	border: solid 1px #C6CDD9;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}


td.hyou2-right {
	border: solid 1px #C6CDD9;
	padding: 3px;
	text-align: right;
	vertical-align: top;
}






/*============= メニュー =================*/



#Menu ul{
	margin: 0px;
	padding: 0px;
}
#Menu li{
	list-style-type: none;
	width: 190px;
	padding: 0px;
	margin-bottom: 7px;
}


#Menu a:link {
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #c2d1b1;
	border-left: 15px solid #668c3b;
	margin: 0px;
	padding: 4px;
	font-size: 1.1em;
	text-indent: 1px;
	font-weight: bold;
	width: 170px;
}

#Menu a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #c2d1b1;
	border-left: 15px solid #668c3b;
	margin: 0px;
	padding: 4px;
	font-size: 1.1em;
	text-indent: 1px;
	font-weight: bold;
	width: 170px;
}
#Menu a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-color: #c2d1b1;
	border-left: 15px solid #668c3b;
	margin: 0px;
	padding: 4px;
	font-size: 1.1em;
	text-indent: 1px;
	font-weight: bold;
	width: 170px;
}
#Menu a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-color: #c2d1b1;
	border-left: 15px solid #668c3b;
	margin: 0px;
	padding: 4px;
	font-size: 1.1em;
	text-indent: 1px;
	font-weight: bold;
	width: 170px;
}


#MenuSub ul a:link, #MenuSub ul a:visited {background-color: #ffffff; display: inline; font-weight: normal; font-size: 1.0em;}




#MenuSub ul{
	margin: 0px;
	padding-left: 20px;
}
#MenuSub li{
	list-style-type: none;
	width: 190px;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#MenuSub a:link {
	color: #167EE9;
	text-decoration: underline;
	border-left: 0px solid #668c3b;
	margin: 0px;
	padding: 0px;
	width: 170px;
}

#MenuSub a:visited {
	color: #CC6699;
	text-decoration: underline;
	border-left: 0px solid #668c3b;
	margin: 0px;
	padding: 0px;
	width: 170px;
}
#MenuSub a:hover {
	color: #33CCFF;
	text-decoration: underline;
	border-left: 0px solid #668c3b;
	margin: 0px;
	padding: 0px;
	width: 170px;
}
#MenuSub a:active {
	color: #33CCFF;
	text-decoration: underline;
	border-left: 0px solid #668c3b;
	margin: 0px;
	padding: 0px;
	width: 170px;
}

/*== メニューリスト =================*/

