/* ▼グローバルメニューのスタイル */
#gmenu{
	margin:0px;
	padding:1px 0px 0px;
	background-color:#f80;
	background-image:url("images/back2.gif");
}

#gmenu li a{
	display:block;
	border:1px solid #e70;
	height:29px;
	margin:0px 1px;
	padding:5px 0px;
	text-align:center;
	line-height:122%;
}

#gmenu a{
	font-weight:bold;
	text-decoration:none;
	background-color:#f80;
}
#gmenu a:link{
	color:#fff;
}
#gmenu a:visited{
	color:#fff;
}
#gmenu a:hover{
	color:#fff;
	text-decoration:underline;
	background-color:#c00;
	border:1px solid #fff;
}
#gmenu a:active{
	color:#fff;
}
















/* ▼検索部分のスタイル */
#search-area{
	margin:0px 0px 10px;
	padding:0px;
	background-color:#f80;
	background-image:url("images/back2.gif");
	
}

#search-area a:link{
	color:#333;
}
#search-area a:visited{
	color:#333;
}
#search-area a:hover{
	color:#c00;
	text-decoration:none;
}
#search-area a:active{
	color:#c00;
}




/* ▼メイン部分のスタイル */
#main #cate-list h1.list-name {
	margin:0px 15px 5px 0px;
	padding:1px 0px 0px 7px;
	font-size:110%;
	color:#fff;
	background:url(images/category_midashi.gif) no-repeat;
	height:20px;
}

#main #new-list .line h3,
#main #cate-list .line h2{
	margin:0px;
	font-size:120%;
	color:#930;
}

/* -----------------------------商品リストタイトル */
#main #new-list .line h3 a,
#main #cate-list .line h2 a{
	color:#930;
}




/* ▼アイテムページのスタイル */
.item-header {
	background-image:url("images/back2.gif");
	margin:0px;
	padding:3px 5px 0px 15px;
	
}




#item-page h1.item-name {
	margin:0px 0px 15px 325px;
	padding-bottom:2px;
	font-size:150%;
	color:#930;
	border-bottom:1px solid #ccc;
}

#item-page .line h3,
#item-page .line2 h3{
	margin:0px 0px 5px;
	font-size:140%;
	color:#930;
}




/* ▼ウェブページのスタイル */
.webpage h2{
	margin:50px 0px 0.8em;
}
.webpage p{
	margin:0.5em 0px 1em;
}
.webpage p strong.moshimo{
	font-weight:normal;
	color:#633;
}

.webpage dl{
	margin:0px 20px 0px 15px;
}
.webpage dl dt{
	margin:1em 0px 0.1em;
	padding-bottom:0.1em;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	color:#420;
}
.webpage dl dd{
	margin:0px 0px 0em 1em;
}



