/*===== トップページ用css =====*/

/*----- 左サイドメニュー -----*/
#left .category {
	border:none;
}

#left .category .title {
	background-color:#ccffcc;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;
	padding:3px 5px;
	text-align:left;
	line-height:130%;
	font-weight:bold;
	color:#2e8b57;
}

#left .category ul {
	margin:0;
	padding:0;
}

#left .category li {
	margin-top:5px;
	border-bottom:2px #ccffcc dashed;
}

#left .category a {
	margin:5px;
	font-weight:bold;
	color:#444444;
}

#left .category a:hover {
	color:#999999;
}

#left .info_list {
	border:none;
	margin-top:20px;
}

#left .info_list .title {
	background-color:#ccffcc;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;
	padding:3px 5px 0;
	text-align:left;
	line-height:130%;
	font-weight:bold;
	font-size:1.1em;
}

#left .info_list .title span {
	color:#f3981d;
	font-size:0.9em;
	margin-right:5px;
}

#left .info_list .caption {
	font-size:12px;
	margin-top:3px;
}

#left .info_list .caption .ichioshi {
	width:30px;
	height:15px;
	color:#ff0000;
	text-align:center;
	background-color: #FFFF00 ;
	border-right: 1px #999999 solid ;
	border-bottom: 1px #999999 solid ;
}

#left .info_list .list {
	height:34px;
	text-align:left;
	font-size:0.8em;
	vertical-align:bottom;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;
	margin:2px auto;
	padding:5px 5px 1px;
}

#left .info_list #list_focus {	/* 表示中情報 */
	background-color:#FFE6AA;
	border-right:3px #f3981d solid;
	border-bottom:3px #f3981d solid;
}

#left .info_list #list00 {	/* イチオシ */
	color:red;
	background-color:#FFFF00;
}

#left .info_list #list01 {
	background-color:#FAFAD2;
}

#left .info_list #list02 {
	background-color:#FFDEAD;
}

#left .info_list #list03 {
	background-color:#ffffff;
}


/*----- メイン部分 -----*/
#main {
	width:408px;
	border:1px #999999 solid;
}

#main hr {
	color:#999999;
	height:1px;
}

#main .shopnews_header {
	margin:5px;
	background-color:aliceblue;
}

#main .shopnews_header .date {
	margin:3px;
}

#main .shopnews_header .title {
	font-weight: bold;
	font-size: 1.1em ;
	margin:0 3px 2px;
}

#main .shopnews_body {
	margin:5px;
}

#main .news_qr {
	margin-top:20px;
	border-top:2px #999999 dashed;
}

#main .news_qr p {
	color:#cc0000;
	font-weight:bold;
	margin:5px auto;
}

#main .news_qr table {
	margin:5px;
}

#main .news_qr td {
	font-size:0.9em;
}


/*----- 右サイドメニュー -----*/
#right .shoplogo {
	text-align:center;
	margin-bottom:10px;
}

#right .shopinfo {
	width:194px;
	margin-bottom:10px;
	border:1px #999999 solid;
}

#right .shopinfo p {
	text-align:left;
	margin:3px 5px;
}

#right .shopinfo p.title {
	text-align:center;
	font-weight:bold;
	border-bottom:1px #999999 solid;
	margin:3px auto;
}

