.main-menu {
	width: 766px;
	clear: both;
	height: 113px;
}
.contents {
	clear: both;
	width: 766px;
	margin:0;
}

/* サイドメニュ */
.side {
	background-image: url(../img/bg_side.jpg);
	background-repeat: no-repeat;
	width: 200px;
	float: left;
}
.side img {
	margin-top: 2px;
	margin-left: 5px;
	clear: both;
	float: none;
}

/* メイン */
.main {
	width: 561px;
	float: left;
	padding-left: 5px;
}

/* ニュース */
.ul news {
	width: 550px;
}
.ul news li {
	line-height: 180%;
	width: 550px;
}

.date {
	width: 65px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #99CCCC;
	background-image: url(../img/mark_news.gif);
	float: left;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 3px;
	text-decoration: underline;
	vertical-align: middle;
	line-height: 120%;
	padding-top: 4px;
}
.news-txt {
	width: 460px;
	float: left;
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
	margin-bottom: 3px;
}
.news-txt img {
	clear: left;
}
.news-txt-new {
	width: 460px;
	float: left;
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #CC0000;
}

/*商品検索バナー*/
#k_banner {
	width: 550px;
	height: 120px;
	border: 1px solid #cccccc;
	margin: 30px 0px;
	padding: 0px;s
}

#k_banner p {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-weight: bold;
	font-size: 15px;
	color: #FF6600;
}
#k_banner ol{
	margin: 10px 0px 10px 30px;
	padding: 0px;
}

#k_banner li{
	margin: 0px;
	padding: 0px 20px 0px 30px;
	display: inline;
}


/*臨時用バナー*/
#hqo_banner {
	width: 550px;
	border: 1px solid #cccccc;
	margin: 30px 0px;
	padding: 0px;s
}

#hqo_banner p {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-weight: bold;
	font-size: 15px;
	color: #0066FF;
}

