* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF; 
	text-align: center;
	font-family: "Verdana";
	color: #000000;
/*	font-size: small;*/
	font-size: 12px;
}

img{
	border: 0;
}

h2{
	padding-top: 5px;
	margin-bottom: 20px;
}

h3{
	padding-top: 5px;
	margin-bottom: 10px;
}

h4{
	padding-top: 15px;
	margin-bottom: 5px;
	color: #003366;
	font-weight: bold;
	font-size: 14px;
}

p{
	line-height: 135%;
}

a:link {color: #003399; text-decoration: underline;}
a:visited {color: #003399; text-decoration: underline;}
a:active {color: #003399; text-decoration: underline;}
a:hover {color: #FF0066; text-decoration: underline;}




/*---------------------------------------トップまたは共通------------*/
#layout{
	width: 750px;
	margin-right : auto;
	margin-left : auto;

	background-repeat: repeat-y;
}

#layout img{
	display: block;
}

#menu{
	float: left;
	width: 185px;
	text-align: left;
	background-image: url(img/menu-back.gif);
}

#menu p{
	margin-top: 10px;
}

#menu-area{
	padding-bottom: 250px;
}

#menu-area ul{
	text-align: left;
}

#menu-area ul li.menuimg{
	list-style-type: none;
	display: inline ;
}

#menu-area ul li.menutxt{
	list-style-type: none;
	display: inline ;
}

#menu-area ul li.menuimg img{
	display: inline;
}

#menu-area ul li.menuimg a{
	display: block; 
	width: 185px;
	height: 40px;
}

#menu-area ul li.menutxt a{
	display: block; 
	width: 185px;
	height: 23px;
}

#menu-area ul li.menutxt span{
	padding-left: 10px;
}

#menu-area ul li a:hover {background-color: #666666;}

#main{
	float: right;
	width: 565px;
	padding-top: 20px;
	text-align: right;
	background-color: #FFFFFF;
}

#main p{
	margin-top: 10px;
}

#main .top-main{
	margin-bottom: 28px;
	margin-right: 5px;
	float: right;
}

#main .ctrl{
	padding-bottom: 120px;
}

#footer{
	clear: both;
	width: 750px;
	background-color: #FFFFFF;
}

#footer-logo{
	margin-top: 30px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}

#footer-copy{
	text-align: right;
	padding: 5px;
	border-top: 1px #333333 solid;
}



/*---------------------------------------コンテンツ用------------*/
#main-contents{
	float: right;
	width: 565px;
	text-align: left;
	background-color: #FFFFFF;
}

#main-contents-pankuzu{
	font-size: 12px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

#main-contents-body{
	width: 550px;
	paddint-top: 5px;
	margin-left: 15px;
	background-color: #FFFFFF;
}

#main-contents-body p.comment{
	padding: 10px;
}


/*---------------------------------------部品------------*/
.gototop{
	clear: both;
	text-align: right;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
/*	border-bottom: 1px #BE365E dotted;*/
	border-top: 1px #999999 solid;
}

.gototop img{
	float: right;
}

.h4img{
	margin-bottom: 5px; 
}

.rightimg{
	float: right;
}

.txtred{
	color: red;
}

.txt10{
	font-size: 10px;
}

.txtboldgreen{
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.txtbold22green{
	font-size: 22px;
	font-weight: bold;
	color: #006600;
}

.center01{
	text-align: center;
}


.ulmain{
	margin-left: 20px;
	margin-top: 20px;
	padding-bottom: 100px;
}

.ulmain li{
	padding-bottom: 5px;
}

.ulcontents{
	margin-top: 10px;
	padding-bottom: 10px;
}

.ulcontents li{
	margin-left: 20px;
	padding-bottom: 5px;
}


.ulcontents2{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px #999999 solid;
}

.ulcontents2 li{
	margin-left: 20px;
	padding-bottom: 5px;
}

.ulimg{
	padding-bottom: 10px;
}

.ulimg li{
	margin-left: 20px;
}

.olcontents{
	margin-top: 10px;
	padding-bottom: 10px;
}

.olcontents li{
	margin-left: 30px;
	padding-bottom: 10px;
	line-height: 150%;
}



/*---------------------------------------PBダンネージ------------*/
table.pb-d{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

table.pb-d td{
	padding: 3px;
	width: 90px;
	text-align: center;
	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
}

table.pb-d th{
	padding: 3px;
	width: 90px;
	text-align: center;
	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	background-color: #E7E7CD;
}


table.pb-d th.midashi{
	width: 120px;
}


/*---------------------------------------タイプ別一覧------------*/
table.pb-type{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 12px;
}

table.pb-type td{
	padding: 6px;
	text-align: left;
	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
}

table.pb-type th{
	padding: 6px;
	color: #666666;
	text-align: center;
	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	background-color: #BCBC78;
}

table.pb-type td ul{
	margin-left: 20px;
	margin-bottom: 15px;
}

table.pb-type img{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

table.pb-type p{
	padding: 4px;
	color: #006600;
	background-color: #FEF5A5;
/*	border: 1px #999999 solid;*/
}

table.pb-type .youto{
	color: #993333;
	text-align: center;
	font-weight: bold;
	background-color: #E0E0C0;
}

table.pb-type .atsusa{
	text-align: center;
/*	background-color: #ECF0B3;*/
}

table.pb-type .atsusa-p{
	text-align: center;
	border-bottom: 1px #CCCCCC dotted;
}

.pb-type-p{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
	color: red;
}


/*---------------------------------------お問い合わせ------------*/
#telfax P{
	line-height: 200%;
}

form.inquiryform{
	background-image: url(inquiry/img/formback.gif);
	margin-top: 15px;
	padding: 15px;
}

form.inquiryform table{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 12px;
}

form.inquiryform td{
	padding: 10px;
	text-align: left;
	border-bottom: 1px #CCCCCC solid;
}

form.inquiryform th{
	padding: 10px;
	text-align: left;
	color: #996600;
	border-bottom: 1px #CCCCCC solid;
}

.hissu{
	color: #CC3366;
	font-weight: bold;
}

#msgtxt{
	margin-top: 100px;
	text-align: center;
}

#msgtxt P{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	color: red;
}


/*---------------------------------------パーティクルボード事業部------------*/
table.pb-dept{
/*	border-collapse: collapse;*/
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 12px;
}

table.pb-dept td{
	width: 380px;
	padding: 4px;
	text-align: left;
	border-bottom: 1px #CCCCCC solid;
}

table.pb-dept th{
	width: 120px;
	padding: 4px;
	color: #666666;
	text-align: left;
	border-bottom: 1px #CCCCCC solid;
}

#txtimg img{
	display: inline;
}