@charset "utf-8";/*========================トップページ========================*//*------------------------常にインクルードするCSS------------------------*/@import "reset.css";@import "base.css";/*------------------------ベース------------------------*/body.red_back {background: url(../img/red_back.jpg) repeat;}	/*------------------------メインフラッシュ------------------------*/#main_flash {	width:900px;	height:393px;	margin: 0px auto;	padding: 0px;}.flash_comment{ width:500px;	margin: 0px auto;	padding: 0px;}/*------------------------バナー------------------------*/#top_banner{	width:900px;	height:145px;	margin:0px auto;	padding: 2px;}	#top_banner ul {	display: block;	margin: 0px;	padding: 0px;}#top_banner ul li {	float: left;	list-style: none;	margin:0px;  padding:0px;}/*------------------------トップコンテンツ------------------------*/#top_content{	width:885px;	margin:0px auto;	padding-right:5px;	display:block;}/*------------------------トピックス------------------------*/#topics{	width:309px;	height:100%;	margin:0px auto;  padding:0px;	float:left;	background-color:#E4E4D3;}.topics_img{	width:309px;	height:27px;}.day{	font:Arial, Helvetica, sans-serif;	color:#3E79B7;	font-weight:bold;	font-size:122%;}/*------------------------店舗一覧------------------------*/#shoplist{	width:561px;	height:100%;	margin-right:5px;	margin-bottom:10px;  padding:0px;	float:right;	background-color:#D4E9F7;}.shoplist_img{	width:561px;	height:27px;}.list{width:544px;margin:0px auto;padding: 2px;}		.listL{width:272px;float:left;margin: 0px auto;padding: 0px;}		.listR{width:250px;float:right;margin: 0px auto;padding: 0px;}	.list ul {	display: block;	margin: 0px;	padding: 0px;}.list ul li {	list-style: none;	margin:0px;  padding:0px;}/*------------------------トップ　トピックスリンク------------------------*/a.top:link {	color:#1B50F9; text-decoration: underline;	}a.top:visited {	color:#1B50F9;  text-decoration: underline;	}a.top:hover {	color:#1B50F9;  text-decoration: underline;	}a.top:active {　color:#1B50F9;  text-decoration: underline;	}