@charset "utf-8";

/*=======================================================*/
/* mainimage
/*=======================================================*/
#mainimage {
	text-align:center;
	padding-bottom:20px;
}

/*=======================================================*/
/* news
/*=======================================================*/
#feed{
	margin-bottom:20px;
	background:url(../images/top/news_bg.jpg) no-repeat bottom;
	padding:0 20px 20px 20px;
}
#feed dl{
	margin:0;
}
#feed dt {
line-height:1.4em;
background:url(../images/common/icon01.gif) no-repeat 5px 11px;
font-weight:bold;
padding:5px 0 0 20px;
}

#feed dd {
border-bottom: 1px #969696 dotted;
margin:0 0 5px 0;
padding:0 0 10px 20px;
}

/*=======================================================*/
/* info
/*=======================================================*/
.info{
	margin-bottom:20px;
	background:url(../images/top/access_bg2.jpg) no-repeat bottom;
	padding:5px 20px 20px 20px;
}
.info .store{
	float:left;
	width:322px;
	background:url(../images/top/access_bg.jpg) repeat-y;
	text-align:left;
	line-height:1.4em;
	padding-bottom:0;
}
.info .store p{
	margin-top:10px;
}