@charset "UTF-8";

/************************************************************
reset
************************************************************/
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

ol, ul, li {
	list-style-type: none;
}


/************************************************************
common
************************************************************/
html,body {
	height: 100%;
	position: relative;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	line-height: 1.55em;
	background-position: top center;
	background-repeat: repeat;
	color: #333333;
}

h2 {
	margin-bottom: 20px;
}

h3 {
	color: #ffffff;
	font-size: 1.6em;
	padding-left: 20px;
	line-height: 70px;
	width: 700px;
	display: block;
	float: left;
}

#h3_box {
	width: 960px;
	height: 70px;
	background-color: #334422;
	margin-bottom: 10px;
}

#h3_btn {
	width: 210px:
	height: 25px;
	margin-right: 20px;
	margin-top: 20px;
	float: right;
}

.h3_joinbtn {
    width: 100px;
    height: 25px;
	margin-right: 5px;
    background-image: url("../img/btn_h2_join.gif");
	background-position: center center;
	background-repeat:  no-repeat;
	text-indent: -9999px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.h3_favbtn {
    width: 100px;
    height: 25px;
    background-image: url("../img/btn_h2_fav.gif");
	background-position: center center;
	background-repeat:  no-repeat;
	background-color: #FFFFFF;
	text-indent: -9999px;
	cursor: pointer;
}


h4 {
	margin-bottom: 15px;
	border-bottom: 1px #999999 dotted;
	padding-bottom: 5px;
}

p {
	margin-bottom: 5px;
}


a {
	text-decoration: none;
	color: #88bb11;
}

.ptop {
	display: block;
	text-align: right;
	height: 80px;
	padding: 30px 0;
}


/*************************************************
 clearfix
**************************************************/
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
}


#cover {
	position: relative;
	width: 960px;
	height: 250px;
	margin-bottom: 30px;
}

#bannerBox {
	width: 300px;
	height: 200px;
	position: absolute;
	top: 15px;
	left: 645px;
}

#bannerBox img {
	margin-bottom: 5px;
}



/******* left *******/

#topLeftBox {
	width: 210px;
	margin-right: 30px;
	float: left;
}

#topLeftBox h2 {
	margin-bottom: 20px;
}

#schedule {
	width: 190px;
	padding: 0 10px;
	margin-bottom: 30px;
}

#schedule table {
	width: 190px;
}

#schedule table th {
	font-weight: normal;
}

#schedule table th.sun {
	color: #c10000;
}

#schedule table th.sat {
	color: #0074be;
}

#schedule table td {
	text-align: center;
	width: 25px;
	height: 25px;
	vertical-align: center;
	font-family: 'Century Gothic',sans-serif;
	font-size: 14px;
}

#schedule table td.act {
	color: #FFF;
	background-color: #a1b807;
}

#place {
	width: 210px;
	height: 280px;
	margin-bottom: 30px;
}

#place ul {
	width: 210px;
	overflow: hidden;
}

#place li {
	height: 35px;
	overflow: hidden;
}

#place li a {
	display: block;
	width: 210px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
    background-image: url("../img/place.gif");
	background-repeat: no-repeat;
}

#place li.pl01 a {background-position: 0 0;}
#place li.pl01 a:hover {background-position: -210px 0;}

#place li.pl02 a {background-position: 0 -35px;}
#place li.pl02 a:hover {background-position: -210px -35px;}

#place li.pl03 a {background-position: 0 -70px;}
#place li.pl03 a:hover {background-position: -210px -70px;}

#place li.pl04 a {background-position: 0 -105px;}
#place li.pl04 a:hover {background-position: -210px -105px;}

#place li.pl05 a {background-position: 0 -140px;}
#place li.pl05 a:hover {background-position: -210px -140px;}

#place li.pl06 a {background-position: 0 -175px;}
#place li.pl06 a:hover {background-position: -210px -175px;}

#place li.pl07 a {background-position: 0 -210px;}
#place li.pl07 a:hover {background-position: -210px -210px;}

#place li.pl08 a {background-position: 0 -245px;}
#place li.pl08 a:hover {background-position: -210px -245px;}



#category {
	width: 210px;
	height: 490px;
	margin-bottom: 30px;
}

#category ul {
	width: 210px;
	overflow: hidden;
}

#category li {
	height: 35px;
	overflow: hidden;
}

#category li a {
	display: block;
	width: 210px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
    background-image: url("../img/category.gif");
	background-repeat: no-repeat;
}

#category li.ca01 a {background-position: 0 0;}
#category li.ca01 a:hover {background-position: -210px 0;}

#category li.ca02 a {background-position: 0 -35px;}
#category li.ca02 a:hover {background-position: -210px -35px;}

#category li.ca03 a {background-position: 0 -70px;}
#category li.ca03 a:hover {background-position: -210px -70px;}

#category li.ca04 a {background-position: 0 -105px;}
#category li.ca04 a:hover {background-position: -210px -105px;}

#category li.ca05 a {background-position: 0 -140px;}
#category li.ca05 a:hover {background-position: -210px -140px;}

#category li.ca06 a {background-position: 0 -175px;}
#category li.ca06 a:hover {background-position: -210px -175px;}

#category li.ca07 a {background-position: 0 -210px;}
#category li.ca07 a:hover {background-position: -210px -210px;}

#category li.ca08 a {background-position: 0 -245px;}
#category li.ca08 a:hover {background-position: -210px -245px;}

#category li.ca09 a {background-position: 0 -280px;}
#category li.ca09 a:hover {background-position: -210px -280px;}

#category li.ca10 a {background-position: 0 -315px;}
#category li.ca10 a:hover {background-position: -210px -315px;}

#category li.ca11 a {background-position: 0 -350px;}
#category li.ca11 a:hover {background-position: -210px -350px;}

#category li.ca12 a {background-position: 0 -385px;}
#category li.ca12 a:hover {background-position: -210px -385px;}

#category li.ca13 a {background-position: 0 -420px;}
#category li.ca13 a:hover {background-position: -210px -420px;}

#category li.ca14 a {background-position: 0 -455px;}
#category li.ca14 a:hover {background-position: -210px -455px;}



#contents {
	padding: 0 10px 30px 10px;
}

#contents a {
	color: #333333;
}

#contents dt {
	font-weight: bold;
	font-family: 'arial',sans-serif;
	color: #669900;
}

#contents dd {
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px #DDD solid;
}


/******* center *******/

#topCenterBox {
	width: 440px;
	margin-right: 30px;
	float: left;
}

#topCenterBox h2 {
	margin-bottom: 20px;
}

#recommend {
	width: 440px;
	margin-bottom: 30px;
	overflow: hidden;
}

div.recoBox {
	margin: 0 10px;
	width: 200px;
	height: 305px;
	float: left;
	overflow: hidden;
}

div.recoBoxinner a {
	font-weight: bold;
	color: #669900;
}

div.recoBox img {
	width: 200px;
	height: 150px;
	margin-bottom: 5px;
}

div.recoBoxinner {
	width: 200px;
	height: 90px;
	margin-bottom: 5px;
	overflow: hidden;
}

p.picon {
	height: 20px;
	line-height: 20px;
	padding-left: 16px;
    background-image: url("../img/icon_place.gif");
	background-repeat: no-repeat;
}

#introduce {
	width: 420px;
	padding: 0 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

div.introinner {
	width: 420px;
	height: 150px;
	margin-bottom: 20px;
	overflow: hidden;
}

div.introinner img {
	width: 200px;
	height: 150px;
	float: left;
	margin-right: 20px;
}

div.introinner a {
	font-weight: bold;
	color: #669900;
}


/******* right *******/

#topRightBox {
	width: 250px;
	float: left;
}

#topRightBox h2 {
	margin-bottom: 20px;
}

#news {
	padding: 0 10px 30px 10px;
}

#news a {
	color: #333333;
}

#news dt {
	font-weight: bold;
	font-family: 'arial',sans-serif;
	color: #669900;
}

#news dd {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px #DDD solid;
}

#news dd.btm {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}


#report {
	width: 230px;
	padding: 0 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

div.reportinner {
	width: 230px;
	height: 100px;
	margin-bottom: 20px;
	border-bottom: 1px #DDD solid;
}

div.reportinner img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
}

div.reportinner a {
	font-weight: bold;
	color: #669900;
}

div.dbtm {
	border-bottom: 0;
}

#tweetbox {
	margin-bottom: 30px;
}

#fbbox {
	margin-bottom: 30px;
}