@charset "utf-8";
/* --------------------------------------------------

	ccss/top.css

-------------------------------------------------- */

/* ------------------------
	column_left
------------------------ */
#column_left {
	float: left;
	width: 190px;
	margin-right: 15px;
	padding-bottom: 15px;
}
#column_left .column_inner {
	background-image: url(../img/left_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#column_left ul {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#column_left ul li {
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	background-image: url(../img/left_sub_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
#column_left ul li a {
	font-size: 12px;
	line-height: 25px;
}

/* ------------------------
	column_center
------------------------ */
#column_center {
	float: left;
	width: 480px;
	margin-right: 15px;
	padding-bottom: 15px;
}
#column_center .column_inner {

}
#column_center h2 {
	padding-bottom: 15px;
	clear: both;
}
#column_center h3 {
	padding-bottom: 15px;
	clear: both;
}

/* sp */
#column_center .column_inner dl.sp {
	float: left;
	width: 235px;
	overflow: hidden;
	margin-bottom: 15px;
}
#column_center .column_inner dl.dot {
	background-image: url(../img/dot_y.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 235px;
	margin-right: 10px;
}
#column_center .column_inner dl.sp dt {
	float: left;
	width: 100px;
}
#column_center .column_inner dl.sp dd {
	float: left;
	width: 120px;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 16px;
}
#column_center .column_inner dl.sp dd a {
	font-size: 11px;
	line-height: 16px;
}

/* moresp */
#column_center .column_inner ul.moresp {
	clear: both;
	margin-bottom: 15px;
}
#column_center .column_inner ul.moresp li {
	font-size: 12px;
	line-height: 18px;
}
#column_center .column_inner ul.moresp li a {
	font-size: 12px;
	line-height: 18px;
}

/* news */
dl.news {
	width: 480px;
	overflow: hidden;
}
dl.news dt {
	float: left;
	width: 80px;
	line-height: 18px;
	padding-bottom: 10px;
	vertical-align: top;
	font-size: 12px;
}
dl.news dd {
	float: left;
	width: 360px;
	padding-bottom: 10px;
	line-height: 18px;
	font-size: 12px;
}
dl.news dd a {
	line-height: 18px;
	font-size: 12px;
}
dl.news dd img {
	padding-top: 3px;
	padding-left: 5px;
}
p.morenews {
	font-size: 12px;
	line-height: 18px;
	background-image: url(../img/dot_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	text-align: right;
}
p.morenews a {}
dl.kabuki {
	width: 480px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 15px;
}
dl.kabuki dt {
	float: left;
	width: 235px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../img/dot_y.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
dl.kabuki dt a {
	font-size: 12px;
	line-height: 18px;
}
dl.kabuki dd {
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 235px;
}
dl.kabuki dd a {
	font-size: 12px;
	line-height: 18px;
}

/* event */
.event {
	width: 240px;
	height: 150px;
	float: left;
	overflow: hidden;
}
.event table {
	height: 150px;
	width: 240px;
	overflow: hidden;
	background-image: url(../img/dot_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.event table th {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	padding: 5px;
}
.event table th a {
	line-height: 17px;
}
.event table td {
	padding: 5px;
	vertical-align: bottom;
	font-size: 11px;
	line-height: 17px;
}
.event table td img {
	border: 1px solid #ede6c9;
	background-color: #FFF;
	padding: 1px;
}
.bg {
	background-image: url(../img/dot_y.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/* ------------------------
	column_right
------------------------ */
#column_right {
	float: left;
	width: 234px;
}

/* column_inner */
#column_right .column_inner h2 {
	padding-bottom: 10px;
}

/* ranking */
#column_right .ranking {
	margin-bottom: 10px;
	background-image: url(../img/right_bg02.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#column_right .ranking #box01,
#column_right .ranking #box02,
#column_right .ranking #box03,
#column_right .ranking #box04,
#column_right .ranking #box05 {
	padding: 13px;
	background-image: url(../img/right_bg01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#column_right .ranking h3 {
	padding-bottom: 10px;
}
#column_right .ranking p {
	float: left;
	padding-bottom: 5px;
	width: 60px;
	padding-right: 5px;
	overflow: hidden;
}
#column_right .ranking dl {
	float: left;
	width: 140px;
}
#column_right .ranking dt {
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	background-color: #B22F2E;
	width: 30px;
	text-align: center;
	padding: 2px;
}
#column_right .ranking dd {
	font-size: 12px;
	line-height: 18px;
}
#column_right .ranking dd a {
	font-size: 12px;
	line-height: 18px;
}
#column_right .ranking .rank01,
#column_right .ranking .rank02,
#column_right .ranking .rank03,
#column_right .ranking .rank04,
#column_right .ranking .rank05 {
	width: 205px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/rank_hr.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* twitter */
#column_right #twitter {
	width: 234px;
	margin-bottom: 15px;
}

/* weather */
#column_right .weather {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-bottom: 10px;
	padding-right: 4px;
}

/* ------------------------
	tab
------------------------ */
/* tab */
ul#tab,
ul#tab2 {
	width: 100%;
	overflow: hidden;
	background-image: url(../img/tab_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#tab li,
ul#tab2 li {
	float: left;
	height: 31px;
}
ul#tab li a,
ul#tab2 li a {
	height: 31px;
	overflow: hidden;
	display: block;
	background-position: left top;
	width: 40px;
	padding-right: 3px;
	background-repeat: no-repeat;
	text-indent: -999px;
}
ul#tab li a.tab01 {
	background-image: url(../img/rank_tab01.gif);
}
ul#tab li a.tab02 {
	background-image: url(../img/rank_tab02.gif);
}
ul#tab li a.tab03 {
	background-image: url(../img/rank_tab03.gif);
}
ul#tab li a.tab04 {
	background-image: url(../img/rank_tab04.gif);
}
ul#tab li a.tab05 {
	background-image: url(../img/rank_tab05.gif);
}
ul#tab2 li a.tab06 {
	background-image: url(../img/weather_tab06.gif);
}
ul#tab2 li a.tab07 {
	background-image: url(../img/weather_tab07.gif);
}
ul#tab2 li a.tab08 {
	background-image: url(../img/weather_tab08.gif);
}

/* hover&select時 */
ul#tab li a:hover,
ul#tab li.selected a,
ul#tab2 li a:hover,
ul#tab2 li.selected a {
	background-position: 0 -31px;
}

/* box01 */
#box01,
#box02,
#box03,
#box04,
#box05 {
	clear: both;
}

#box06,
#box07,
#box08 {
	padding: 9px;
	width: 204px;
	overflow: hidden;
}

/* banner */
#column_right ul.banner {}
#column_right ul.banner li {
	margin-bottom: 15px;
}

/* ------------------------
	narrow
------------------------ */
#narrow {
	margin-bottom: 15px;
}
#narrow table {
	width: 934px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-left-color: #DADADA;
	background-color: #FFF;
}
#narrow th {
	background-color: #D49191;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	text-align: left;
	width: 120px;
	color: #FFF;
	padding: 10px;
}
#narrow td {
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
}
#narrow td a {}

/* ------------------------
	result
------------------------ */
#result {
	border: 1px solid #dadada;
	padding: 9px;
	background-color: #FFF;
	margin-bottom: 10px;
}
#result h2 {
	padding-bottom: 10px;
}
#result h3 {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#result .shop_box {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #d2d2d2;
	padding: 19px;
	margin-bottom: 10px;
}
#result .shop_box td.tb01 {
	width: 247px;
	vertical-align: top;
}
#result .shop_box td.tb01 dl {}
#result .shop_box td.tb01 dt {
	border: 1px solid #d2d2d2;
	float: left;
	margin-bottom: 5px;
}
#result .shop_box td.tb01 dd {
	border: 1px solid #d2d2d2;
	float: left;
	margin-right: 5px;
}
#result .shop_box td.tb02 {
	width: 428px;
	vertical-align: top;
	padding-right: 10px;
}
#result .shop_box td.tb02 .shopname {
	background-image: url(../img/list_ttl_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	margin-bottom: 6px;
}
#result .shop_box td.tb02 .shopname h3 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #A92424;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #A92424;
	line-height: 20px;
	padding-bottom: 0px;
}
#result .shop_box td.tb02 .shopname h3 a {
	font-size: 20px;
	font-weight: bold;
	color: #A92424;
	line-height: 20px;
	text-decoration: none;
}
#result .shop_box td.tb02 .shopname h3 a:hover {
	text-decoration: underline;
}
#result .shop_box td.tb02 .shopname p {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #A92424;
	padding-left: 10px;
	font-size: 12px;
	line-height: 14px;
	padding-top: 3px;
	padding-bottom: 6px;
	height: 14px;
}
#result .shop_box td.tb02 h4 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 18px;
}
#result .shop_box td.tb02 p {
	font-size: 11px;
	padding-bottom: 8px;
	line-height: 15px;
}
#result .shop_box td.tb02 ul {
	border: 1px solid #d2d2d2;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../img/point_ttl01.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #FFFCBD;
}
#result .shop_box td.tb02 li {
	display: inline;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	padding-right: 2px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left 2px;
}
#result .shop_box td.tb02 li.point1 {
	background-image: url(../img/point_icon01.gif);
}
#result .shop_box td.tb02 li.point2 {
	background-image: url(../img/point_icon02.gif);
}
#result .shop_box td.tb02 li.point3 {
	background-image: url(../img/point_icon03.gif);
}
#result .shop_box td.tb02 li.point4 {
	background-image: url(../img/point_icon04.gif);
}
#result .shop_box td.tb02 li.point5 {
	background-image: url(../img/point_icon05.gif);
}
#result .shop_box td.tb02 table.about {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d2d2d2;
	border-left-color: #d2d2d2;
}
#result .shop_box td.tb02 table.about th {
	padding: 5px;
	width: 60px;
	font-size: 11px;
	background-color: #F9DFDF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
}
#result .shop_box td.tb02 table.about td {
	font-size: 11px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
}
#result .shop_box td.tb03 {
	width: 189px;
	background-image: url(../img/list_coupon_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: top;
}
#result .shop_box td.tb03 dl {
	padding-bottom: 15px;
}
#result .shop_box td.tb03 dt {
	padding-bottom: 5px;
}
#result .shop_box td.tb03 dd {
	line-height: 20px;
	background-image: url(../img/hr01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#result .shop_box td.tb03 dd a {
	line-height: 20px;
	display: block;
	background-image: url(../img/coupon_icon01.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#result .shop_box td.tb04 {
	width: 189px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 5px;
}

/* ------------------------
	jwfx
------------------------ */
#jwfx {
	clear: both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	border-left-color: #d2d2d2;
}
#jwfx p {
	padding-bottom: 10px;
	font-weight: bold;
	color: #48362C;
}
#jwfx p.weathericon {
	padding: 0px;
	line-height: 70px;
	height: 70px;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	float: left;
}
#jwfx p.img {
	line-height: 70px;
	height: 70px;
}
#jwfx dl {
	float: left;
	width: 89px;
	padding-left: 5px;
}
#jwfx dt {
	font-size: 14px;
	font-weight: bold;
}
#jwfx dd {
	font-size: 14px;
}
#jwfx dd span.low {
	font-weight: bold;
	color: #09F;
}
#jwfx dd span.high {
	color: #F03;
	font-weight: bold;
}
