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

-------------------------------------*/
h2.main_ttl {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	color: #78B60B;
	letter-spacing: 0.2em;
	display: block;
	height: 31px;
	margin: 0px 0px 10px;
	padding: 11px 0px 0px 20px;
}
/* ------------------------------------
contents
-------------------------------------*/
div#contents {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	_height:500px;
	min-height:500px;
		background: #FFFFFF;
}
div#contents2 {
	margin:0 auto 10;
	position:relative;
	background: #FFFFFF;
}
/* ------------------------------------
main
------------------------------------*/
div#main {
	width: 710px;
	background: #FFFFFF;
}
/* ------------------------------------
sidebar
-------------------------------------*/
div#sidebar {
	width:200px;
	position:absolute;
	right:0;
	top: 0px;
}

div#sidebar ul {
}
div#sidebar ul li {
}
div#sidebar ul li.ttl {
	background: url(../../image/2010/side_ttl.png) no-repeat left top;
	color: #339F00;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	height: 21px;
	margin-bottom: 5px;
	clear: both;
	margin-top: 10px;
}
div#sidebar ul li.link {
	background: url(../../image/2010/common/pan2.png) no-repeat left 4px;
	padding-left: 10px;
	margin-bottom: 3px;
}
div#sidebar ul li.top {
	text-align:right;
	margin-top:5px;
}
/* ----------------------------------------------
photo_list　サイドバー用
---------------------------------------------- */
div#sidebar li.photo_list {
}
div#sidebar li.photo_list h2 {
	background-image: url(../images/new/ttl_otoku.gif);
	height: 25px;
	margin-bottom: 5px;
}
div#sidebar li.photo_list ul {
}
div#sidebar li.photo_list ul li {
	display:inline;
	float:left;
	margin:3px;
	width:60px;
	height: 60px;
	position: relative;
	overflow: hidden;
}
div#sidebar li.photo_list ul li img {
	display:block;
	position:absolute;
	z-index:1;
	top: 0px;
	left: 0px;
}
div#sidebar li.photo_list ul li a {
	display:block;
	width:60px;
	height:60px;
	text-decoration:none;
	background:url(../../image/2010/wh_frame1.gif) no-repeat;
	opacity:0.90;
	filter: alpha(opacity=90);
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(_);
}
div#sidebar li.photo_list ul li a:hover {
	background:url(../../image/2010/wh_frame.gif) no-repeat;
	opacity:0.70;
	filter: alpha(opacity=70);
}
/* ----------------------------------------------
anime_list　サイドバー用
---------------------------------------------- */
div#sidebar li.anime_list ul {
	clear: both;
}
div#sidebar li.anime_list li {
	width: 200px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCCCCC;
	margin-right: 14px;
	clear: both;
}
div#sidebar li.anime_list dl {
}
div#sidebar li.anime_list dt {
	width: 120px;
	margin-right: 5px;
	float: left;
}
div#sidebar li.anime_list dd {
	float: left;
	width: 75px;
}
/* ----------------------------------------------
lego_list　サイドバー用
---------------------------------------------- */
div#sidebar li.lego_list li {
	text-indent: -1em;
	padding-left: 1.5em;
	padding-top: 7px;
	height: 21px;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 3px;
}
div#sidebar li.lego_list li span {
	padding-left: 15px;
	font-weight: normal;
}
div#sidebar li.lego_list li span.c_red {
	padding-left: 0px;
	font-weight: normal;
}
div#sidebar li.lego_list li.y {
	background: url(../../event/image/side/lego_y.png) no-repeat left top;
}
div#sidebar li.lego_list li.r {
	background: url(../../event/image/side/lego_r.png) no-repeat left top;
	color: #FFFFFF;
}
div#sidebar li.lego_list table {
	border-collapse: collapse;
	border-spacing:0;
}
div#sidebar li.lego_list table th, div#sidebar li.lego_list table td {
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 8px;
	padding-bottom: 4px;
	vertical-align: top;
}
div#sidebar li.lego_list table th {
	font-weight: bold;
	text-align: center;
	width: 19px;
}
div#sidebar li.lego_list table td {
	padding-left: 3px;
}
div#sidebar li.lego_list table th.y {
	background: url(../../event/image/side/lego_y.png) no-repeat left 1px;
}
div#sidebar li.lego_list table th.r {
	background: url(../../event/image/side/lego_r.png) no-repeat left 1px;
	color: #FFFFFF;
}


/* ------------------------------------
c_detail  CMS　詳細ページ用
-------------------------------------*/

div#c_detail {
 padding-left: 15px;
 line-height: 1.5;
 padding-right: 15px;
}
div#c_detail h3 {
	font-weight: bold;
	color: #3082AD;
	background: url(../../info/images/ico.png) no-repeat left 10px;
	border-top: #E6E6E6;
	font-size: 18px;
	margin-bottom: 3px;
}
div#c_detail p.lead {
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #E6E6E6;
	margin-top: 5px;
	margin-bottom: 2px;
}
div#c_detail .update {
	font-size:10px;
	text-align:right;
	letter-spacing: 0.1em;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	margin-top: 3px;
	padding-top: 3px;
	margin-bottom: 2px;
}
div#c_detail div.topics_link {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div#c_detail div.topics_link p {
	background: url(../../image/2010/common/pan2.png) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 3px;
}
div#c_detail div.linebox {
	margin: 15px 0px 0px;
	padding: 15px 0px 0px;
	border-top: 1px solid #CCCCCC;
}
/* ------------------------------------
rest_shop_info
-------------------------------------*/

div.rest_info {
	margin-top: 10px;
	background: url(../../restaurant/image/ttl_bg.png) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.rest_info h3 {
	padding-left: 8px;
	border-left: 3px solid #00704D;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
div.rest_info h3 a {
	font-weight:bold;
}
div.rest_info h3 span {
	font-size: 10px;
}
div.rest_info ul {
	clear: both;
	margin-left: 12px;
	padding-top: 10px;
}
div.rest_info li {
	float: left;
	width: 418px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	margin-right: 13px;
}
div.rest_info dl {
}
div.rest_info dt {
	width: 108px;
	margin-right: 8px;
	float: left;
}
div.rest_info dt a{
	display: block;
	height: 80px;
	width: 108px;
	overflow: hidden;
}
div.rest_info dd {
	float: left;
	width: 300px;
}
/* ------------------------------------
anime_info
-------------------------------------*/

div.anime_info {
	margin-top: 10px;
	background: url(../../animation/image/ttl_bg.png) no-repeat left bottom;
	margin-bottom: 10px;
	width: 429px;
	float:left;
}
div.anime_info .main_anime {
	text-align:center;
	margin:10px 0;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
div.anime_info .main_anime p {
	margin-top:4px;
	text-align: center;
}
div.anime_info h3 {
	padding-left: 8px;
	border-left: 3px solid #00704D;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
div.anime_info h3 a {
	font-weight:bold;
}
div.anime_info h3 span {
	font-size: 10px;
}
div.anime_info ul {
	clear: both;
	margin-left: 10px;
}
div.anime_info li {
	float: left;
	width: 195px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCCCCC;
	margin-right: 12px;
}
div.anime_info dl {
}
div.anime_info dt {
	width: 120px;
	margin-right: 5px;
	float: left;
}
div.anime_info dd {
	float: left;
	width: 70px;
}


/**/
.coupon_btn{
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}


/* ------------------------------------
会社概要　company
-------------------------------------*/
table.company_tb{
border-collapse:collapse;
border-spacing:0;
margin-bottom: 20px;
margin-left: 20px;
width: 760px;
}
table.company_tb th,
table.company_tb td{
border:#CCC solid 1px;
padding:4px 7px;
vertical-align: top;
}
table.company_tb th{ background: #F6F6F6; }
table.company_tb th.month{
width:50px;
text-align:center;
}
table.company_tb th span{
padding-right: 2px;
color: #076D2C;
}
