@charset "Shift_JIS";
/* CSS Document */
/* トップページの独自ＣＳＳをまとめてます */
#mainimage {
	width:631px;
	background-image: url(../images/head_image.jpg);
	height: 195px;
	padding-top: 151px;
	padding-left: 369px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#mainimage ul{
	text-align: right;
}
#mainimage li{
	float: left;
}

/*--ピグリとは--*/
#top_main {
	background-image: url(../images/topmain_back.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
}
#top_main img{
	float:left;
	margin-right: 10px;
}
#top_main .img_02{
	float:right;
}
#top_main .img_03{float:right;}
#top_main div{
	background-image: url(../images/topmain_back_02.gif);
	padding: 10px 25px 0px 18px;
	background-repeat: repeat-y;
}
#top_main .foot{
	height:15px;
	background-image: url(../images/topmain_back_03.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: left bottom;
	padding: 0;
	margin-left: -18px;
	margin-right: -25px;
}

#top_main h3 {
	display: inline;
}
#top_main .h3_02 {
	display: inline;
}
#top_main p {
	margin: 0px;
}
#top_main .p_02 {
	margin: 0px;
}
/*--トップ商品一覧--*/
#top_product{
	background-image:url(../images/top_product_back.jpg);
	background-repeat: no-repeat;
	height: 160px;
	padding: 73px 0px 0px 40px;
	line-height: 120%;
	margin-top: 15px;
}
#top_product li{
	color:#487D13;
	width: 137px;
	float: left;
	margin-right: 20px;
	padding: 0px 10px 0px 3px;
	font-size: 10px;
	line-height: 185%;
}
/*--トップ新着--*/
#top_news{
	background-image: url(../images/top_news_back.jpg);
	height: 230px;
	background-repeat: no-repeat;
	padding: 15px;
	font-size: 75%;
}

#top_news dl{
	color:#666666;
	padding-bottom: 10px;
	border-bottom: dotted 1px #cccccc;
	margin-top: 10px;
}

#top_news .dl_02{
	color:#666666;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: none;
}

#top_news dt{
	color:#FFFFFF;
	float: left;
	background-color: #88E02E;
	padding: 3px 10px;
	margin-right: 10px;
	font-weight: bold;
}

#top_news dd{
	padding: 3px 0px;
}
