/* 画像にリンクかけても線がでないように */
img { border: 0px}


body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:10px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}


#main
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:800px;         /* 幅を決定する */
    }


.koumoku {
	width: 300px;
	text-align: left;
	color: #E51E50;
	border-bottom-color: #E51E50;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	padding-top: 20px;
	padding-bottom: 3px;
}

/* 商品一覧の矢印のついてるもの */
.li1 {
	font-size: small;
	line-height: 2em;
	color: #663300;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	width: 95%;
	padding:0px;
	background-image: url(../images/parts/yajirusi.gif);
	background-repeat: no-repeat;
	text-indent: 1em;
	background-position: 3px center;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* 商品一覧のダージリンのところ */
.li2 {
	font-size: small;
	line-height: 2em;
	color: #663300;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	width: 95%;
	padding:0px;
	background-image: url(../images/parts/yajirusi.gif);
	background-repeat: no-repeat;
	text-indent: 2em;
	background-position: 1em center;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#header {
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.sitemap-l{
	width:300px;
	float:left;
	margin-right: 10px;
	margin-left: 10px;
	}
