@charset "utf-8";
/* CSS Document */

#index #top_mov {
	height: 300px;
	width: 770px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#index h2 {
	height: 24px;
	width: 555px;
	margin-top: 15px;
}

#index #top_news {
	height: 121px;
	background-image: url(../images/index/bg_top_newa.gif);
	background-repeat: no-repeat;
	position: relative;
	font-size: 1.2em;
}
#top_news .date {
	color: #CC3333;
	font-weight: bold;
}

#top_news ul {
	height: 100px;
	display: block;
	text-align: left;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#top_news li {
	margin-left: 5px;
	margin-right: 5px;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
#index #top_center {
}
#index #top_pallad {
	margin-top: 15px;
}


#index #namakara {
	height: 240px;
	position: relative;
	margin-top: 10px;
}
#namakara .namakara_info {
	background-image: url(../images/index/bg_namakara.gif);
	height: 240px;
	width: 225px;
	float: left;
}
#namakara .top_tvcm {
	float: right;
}
#namakara .namakara_info p {
	float: left;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 65px;
	margin-left: 10px;
	text-align: left;
	display: inline;
}
#main .shoplist {
	font-size: 1em;
	text-align: left;
	padding-left: 10px;
	overflow-y:scroll;
	overflow-x:hidden;
	height: 30px;
	width: 710px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.shoplist ul {
	padding-top: 2px;
	padding-bottom: 2px;
}
.shoplist li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 2px;
	line-height: 1.3em;
	color: #CC3300;
	padding-left: 2px;
}
.shoplist a {
	color: #666666;
	text-decoration: none;
}
.shoplist a:hover {
	color: #669933;
}

