body {
	text-align: center;
	background-color: #000000;
}

.clear { clear:both; }  

#container {
	margin:0px auto 0 auto;
	width:801px;
}

#bottom_contents {
	text-align: center;
	width: 800px;
	margin-top: 20px;
}





/*ブログ抽出*/

.blogs {
	width: 154px;
	float:left;
	background-color: #FFFFFF;

}
.blogs_upper {
	padding-left: 1px;
	padding-right: 1px;
}

.blogs_upper p {
	margin-top: 2px;
	margin-bottom: 5px;
}

.blogs p {
	text-align: right;
	font-size:x-small
}

.blogs_cont {
	text-align: left;
	font-size:x-small;
	list-style-position: outside;
	list-style-type: none;
}




/*ショップとニュース*/

.info {
	text-align: left;
	width: 630px;
	float:right
}
.info p{
	color:#FFFFFF;
}

}
.info_title{
	margin-top: 3px;
	margin-bottom: 3px;
}

.info_shop {
	text-align: left;
	width: 315px;
	float:left
}

.info_shop dl{
	color: #FFFFFF;
	list-style-type: disc;
	font-size: x-small;

}

.info_shop li{
	list-style-position: inside;
	list-style-image: url(../images/top_icon_clover.gif);
	color: #FFFFFF;
	list-style-type: disc;
	font-size:small;
	font-weight: bold;	

}

.info_shop dd{
	margin-left: 2em;
	margin-bottom: 7px;
	margin-top: 2px;
	font-size: x-small;
	font-weight: normal;
}

.new {
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
}




/* ニュース */

.info_news {
	text-align: left;
	width: 315px;
	float:right;
	font-size: x-small;
	color: #FFFFFF;
}

.info_news a:link { color: white }
.info_news a:visited { color: whitesmoke }
.info_news a:hover { color: pink }
.info_news a:active { color: pink }


.info_news li{
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 2px;
	list-style-position: inside;
	color: #FFFFFF;
	list-style-type: square;
}
.text_white_small {
	font-size: x-small;
	color: #FFFFFF;
}
