* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E6F9FF;
	text-align: center;
	font-size: 94%;
	color: #333333;
}

img{
	border: 0;
}

h2{
	clear: both;
	margin: 0px 0px 5px 0px;
}

h3{
	padding: 5px 5px 5px 10px;
	color: #FFFFFF;
	background-image: url(img/h3-back.jpg);
}

h4{
	font-size: 94%;
	margin: 15px 0px 5px 0px;
	background-color: #eeeeee;
	padding: 4px;
}

p{
	line-height: 135%;
}

a:link {color: #0000CC; text-decoration: underline;}
a:visited {color: #0000CC; text-decoration: underline;}
a:active {color: #0000CC; text-decoration: underline;}
a:hover {color: #0000CC; text-decoration: none;}




/* ---------------------------------------トップまたは共通------------ */

.topofpage{
	clear: both;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: right;
}

.topofpage02{
	clear: both;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

#layout{
	width: 900px;
	margin-right : auto;
	margin-left : auto;
	background-image: url(img/layout-back.jpg);
}

#topmain{
	clear: both;
	width: 850px;
	margin-right : auto;
	margin-left : auto;
/*	background-color: pink;            検証用 */
	padding-top: 5px;
}

#top-left{
	float: left;
	width: 620px;
	text-align: left;
	margin-top: 15px;
}

#top-right{
	float: right;
	width: 230px;
}

/* 取扱商品の文章 */
#top-left p{
	margin: 0px 15px 5px 5px;;
}

/* 新着情報 */
#top-left table{
	margin: 0px 5px 5px 0px;
	border-collapse: collpase;
}

#top-left table th{
	width: 90px;
	text-align: left;
	vertical-align: top;
	font-size: 88%;
	font-family: verdana;
	font-weight: normal;
	padding: 0px 10px 5px 5px;
}

#top-left table td{
	padding: 0px 20px 5px 0px;
	font-size: 94%;
	line-height: 135%;
}

/* 取扱商品一覧 */
#top-left-list{
	float: left;
	width: 180px;
	padding-top: 15px;
}

#top-left-list ul{
	margin-left: 25px;
}

#top-left-list ul li{
	padding-bottom: 5px;
}

#top-left-item{
	width: 600px;
	margin-top: 10px;
/*	padding-bottom: 25px;*/
	font-size: 82%;
}

#top-left-item:after{
	content: "";
	display: block;
	clear: both;
}

#top-left-item img{
	margin-bottom: 3px;
}

#top-left-item01{
	width: 290px;
	float: left;
	text-align: center;
	line-height: 150%;
}

#top-left-item02{
	width: 290px;
	float: right;
	text-align: center;
	padding-bottom: 20px;
	line-height: 140%;
}



/* 取扱商品バナー */
#top-left-bn{
	float: right;
	width: 440px;
	padding-top: 15px;
	padding-bottom: 40px;
}

.top-right-contents{
	margin: 15px 0px 10px 0px;
	border: 1px #CBC38E solid;
	border-top: 0px;
	padding-bottom: 10px;
}

.top-right-contents p{
	margin: 10px 5px 10px 5px;
	font-size: 82%;
}

.top-right-contents p img{
	vertical-align: middle;
}

.top-right-contents p a:link {color: #333333; text-decoration: underline;}
.top-right-contents p a:visited {color: #333333; text-decoration: underline;}
.top-right-contents p a:active {color: #333333; text-decoration: underline;}
.top-right-contents p a:hover {color: #333333; text-decoration: none;}

#contentsmain{
	clear: both;
	width: 850px;
	margin-top: 5px;
	margin-right : auto;
	margin-left : auto;
}

#contentsmain-border{
	clear: both;
	width: 100%;
	float: left;
	border-top: 1px #CCCCCC solid;
	background: url(img/contents-back.jpg) no-repeat right top ;
}

#contentsmainlist-border{
	clear: both;
	width: 100%;
	float: left;
	border-top: 1px #CCCCCC solid;
	background: url(img/contents-back.jpg) no-repeat right top ;
	padding-bottom: 30px;
}

.textred-s{
	font-size: 69%; 
	color: #FF3333
}

.textred-b{
	font-size: 119%;
	font-weight: bold;
	color: #FF3333
}

.s-root{
	vertical-align: super;
	font-size: 63%;
}

.l-right{
	float: right;
}

.txtbrown-b{
	color: brown;
	font-weight: bold;
}

.s-sub{
	vertical-align: sub;
	font-size: 75%;
}

.txt-s{
	font-size: 69%;
}


/* ---------------------------------------パンくず------------ */
ul.pankuzu{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

ul.pankuzu li{
	display: inline;
	margin-left: 5px;
	padding-left: 15px;
	background: url(img/pankuzu.gif) no-repeat left;
}

ul.pankuzu li.home{
	background: none;
}



/* ---------------------------------------ヘッダー------------ */
#header{
	width: 880px;
	margin-right : auto;
	margin-left : auto;
}

#header img.topb{
	display: block;
}

#header-left{
	width: 300px;
	float: left;
	text-align: left;
}

#header-left img{
	margin: 17px 0px 0px 15px
}

#header-right{
	width: 580px;
	float: right;
	text-align: right;
	background: url(img/header-back.jpg)  no-repeat right;
}

#header-right p{
	font-size: 13px;;
	padding:  2px;
	margin-top: 1px;
	margin-right: 7px;
	color: #333333;
}

#header-right img{
	margin: 6px 4px 0px 0px;
}

#header-menu{
	clear: both;
	text-align: left;
}

#header-menu ul li{
	display: inline;
}

#header-menu ul li img{
	display: inline;
}



/* ---------------------------------------フッター------------ */
#footer{
	clear: both;
	width: 880px;
	margin-top: 5px;
	margin-right : auto;
	margin-left : auto;
}

#footer-address{
	clear: both;
	width: 850px;
	margin-right : auto;
	margin-left : auto;
	border: 1px #CCCCCC solid;
	text-align: left;
}

#footer-address p{
	margin: 10px;
}

#footer-address img{
	float: left;
	margin: 5px 15px 0px 0px;
}

#footer img.copy{
	display: block;
	margin-top: 20px;
}



/* ---------------------------------------会社概要------------ */
table.company{
	width: 650px;
	border-collapse: collapse;
	border: 1px #999999 solid;
	margin: 20px 0px 10px 0px;
	margin-right : auto;
	margin-left : auto;
}

table.company th{
	text-align: left;
	vertical-align: text-top;
	padding: 5px;
	font-size: 94%;
	font-weight: normal;
	border: 1px #999999 solid;
	background-color: #F4F4F4;
	background: url(img/company-th.gif) no-repeat left top;
}

table.company th img{
	margin: 2px 0px 0px 1px;
}

table.company td{
	text-align: left;
	padding: 4px;
	font-size: 94%;
	border: 1px #999999 solid;
	line-height: 135%;
}

table.company td ul{
	margin-left: 20px;
}



/* ---------------------------------------お問い合せ------------ */
#inquiry{
	margin: 10px 20px 10px 20px;
}

#inquiry p{
	text-align: left;
	margin-left: 20px;
}

#inquiry table{
	width: 570px;
	border-collapse: collapse;
	border: 1px #999999 solid;
	margin: 20px 0px 10px 0px;
	margin-right : auto;
	margin-left : auto;
}


#inquiry table th{
	text-align: left;
	vertical-align: text-top;
	padding: 5px;
	font-size: 94%;
	font-weight: normal;
	border: 1px #999999 solid;
	background-color: #F4F4F4;
	background: url(img/inquiry-th.gif) no-repeat left top;
}

#inquiry table td{
	text-align: left;
	padding: 4px 4px 4px 10px;
	font-size: 94%;
	border: 1px #999999 solid;
	line-height: 135%;
}

/* ---------------------------------------取扱商品------------ */
#item{
	clear: both;
}

#item-left{
	float: left;
	width: 200px;
	text-align: left;
}

#item-right{
	float: right;
	width: 648px;
	text-align: left;
}

#item-left ul{
	margin-top: 15px;
	margin-left: 20px;
	list-style-type: none;
}

#item-left ul .c-menu{
	margin-top: 0px;
	margin-left: 5px;
}

#item-left ul .c-menu li{
	padding-bottom: 2px;
	padding-left: 15px;
	border-left: 2px #CCCCCC solid;
}

#item-left-more{
	border: 1px #CCCCCC solid;
	margin: 25px 10px 0 20px;
	padding: 7px;
}

#item-left-more p{
	font-size: 82%;
}

#item-right p{
	margin-left: 5px;
}

#item-right .itemdata{
	margin: 10px 20px 40px 5px;
	padding: 10px 10px 0px 10px;
}

#item-right .itemdata-bottom{
	margin: 10px 20px 0px 5px;
	padding: 10px 10px 0px 10px;
}

#item-right .itemdata ul{
	margin: 0px 0px 0px 20px;
}

#item-right .itemdata ul li{
	margin: 0px 0px 5px 0px;
}

#item-right table.tac{
	width: 590px;
	border-collapse: collapse;
	border: 1px #666666 solid;
	margin: 10px 0px 0px 5px;
}

#item-right table.tac th{
	border: 1px #666666 solid;
	padding: 3px;
	font-size: 82%;
	font-weight: normal;
	text-align: center;
	background-color: #D7E3A2;
}

#item-right table.tac td{
	border: 1px #666666 solid;
	padding: 3px;
	font-size: 82%;
	text-align: center;
}

#item-right table.tac td.kei{
	background-color: #FFFFCC;
	font-weight: bold;
}

#item-right table.fuzoku{
	margin-top: 10px;
	font-size: 69%;
}

#item-right table.fuzoku td{
	vertical-align: text-top;
	text-align: center;
	width: 120px;
}

#item-osusume{
	border: 1px #CCCCCC solid;
}

#item-osusume h3{
	margin: 20px 10px 10px 10px;
	text-align: left;
}

#item-osusume table.shogen{
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

#item-osusume table.shogen th{
	font-size: 82%;
	padding: 7px;
}

#item-osusume table.shogen th.scell{
	background-color: #006699;
	color: #FFFFFF;
	border-left: 1px #CCCCCC solid;
}

#item-osusume table.shogen th.lcell{
	background-color: #F4F4F4;
	color: #333333;
	font-weight: normal;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
}

#item-osusume table.shogen td{
	font-size: 82%;
	padding: 7px;
	border: 1px #CCCCCC solid;
	text-align: center;
}

#item-osusume ol{
	text-align: left;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-right: 20px;
}

#item-osusume ol li{
	margin-bottom: 7px;
	line-height: 135%;
}

#item-osusume div.wonder-list{
	clear: both;
	width: 580px;
	margin: 0px auto 10px auto;
}

#item-osusume div.wonder-list img{
	float: left;
}

#item-osusume div.wonder-list ul{
	float: right;
	padding-top: 30px;
	list-style-type: none;
}

#item-osusume div.wonder-list ul li{
	text-align: left;
	margin-bottom: 5px;
	padding: 0px 10px 2px 10px;
	border-bottom: 1px #CCCCCC dashed;
}

#item-osusume div.wonder-list h4{
	text-align: left;
	color: #993366;
}

#item-osusume p.shiyou{
	clear: both;
	color: brown;
	padding-top: 20px;
	font-weight: bold;
}

#item-osusume p.item-info-main{
	text-align: left;
	margin: 10px 0 10 25px;
}

#item-osusume p.item-info{
	margin-left: 150px;
	text-align: left;
	font-size: 69%;
}

#itemlist{
	text-align: left;
	margin: 10px 0px 0px 30px;
}

#itemlist dl{
	list-style-type: none;
}

#itemlist dl dt{
	margin-top: 15px;
}

#itemlist dl dd{
	width: 750px;
	background-color: #F4F4F4;
	margin-left: 15px;
	padding: 10px 10px 10px 15px;;
	font-size: 82%;
}

#itemlist dl dd ul li{
	display: inline;
	margin-right: 10px;
	line-height: 135%;
}

#itemlist02{
	margin: 15px 20px 0px 20px;;
/*	border-top: 1px #999999 solid;*/
	padding-top: 15px;
}

#itemlist02 img{
	margin: 10px;
}

table.itemdata-table01{
	width: 550px;
	margin: 10px 0 10px 20px;
	font-size: 94%;
	border: 1px #999999 solid;
	border-collapse: collapse;
}

table.itemdata-table01 th{
	padding: 5px;
	text-align: left;
	border: 1px #999999 solid;
	width: 1%;
	white-space: nowrap;
	background-color: #8DBDD8;
	color: #333333;
}

table.itemdata-table01 td{
	padding: 5px;
	text-align: left;
	border: 1px #999999 solid;
}

table.itemdata-table01 th.mainth{
	text-align: center;
	font-size: 11px;
}

table.itemdata-table01 th.subth{
	width: 1%;
	white-space: nowrap;
	background-color: #E6EEEE;
	font-weight: normal;
	color: #003366;
}