@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: 8px;
}

#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: #0774b8;	/* 88bb11 */
}

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

div.infoBox a {
	font-weight: bold;
	color: #e15d5f;
}

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

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

div.infoBoxinner SPAN {
/*	font-weight: bold;*/
	color: #e15d5f;
}


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

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

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

#topCenterBox a {
	color: #e15d5f;
}

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

div.recoBoxBig {
	margin: 0 10px;
	width: 420px;
	height: 380px;
	float: left;
	overflow: hidden;
}

div.recoBoxBiginner a {
	font-size: 1.2em;
	font-weight: bold;
	color: #e15d5f;
}

div.recoBoxBig img {
	width: 420px;
	height: 240px;
	margin-bottom: 5px;
}

div.recoBoxBiginner {
	width: 420px;
	height: 120px;
	margin-bottom: 5px;
	overflow: hidden;
}

div.recoBoxBiginner SPAN {
	font-size: 1.2em;
/*	font-weight: bold;*/
	color: #e15d5f;
}

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

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

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

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

div.recoBoxinner SPAN {
/*	font-weight: bold;*/
	color: #e15d5f;
}

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

a .black {
	color: #333;
}

#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 SPAN {
/*	font-weight: bold;*/
	color: #e15d5f;
}


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

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

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

#topRightBox a {
	color: #e15d5f;
}


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

#news a {
	color: #333333;
}

#news dt {
	font-weight: bold;
	font-family: 'arial',sans-serif;
/*** 色変更 ***/
	color: #115dbb;	/* #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;
}

ul.subMenu {
	width: 190px;
	margin: 0 auto 30px auto;
}

.subMenu li a {
	display: block;
	width: 150px;
/*	height: 34px;*/
	overflow: hidden;
	line-height: 34px;
	border-bottom: 1px #DDD solid;
	color: #333;
	padding-left: 38px;
}

.subMenu li a:hover {
	color: #669900;
}

.subMenu li.end a {
	border-bottom: 0;
}

ul.category {
    background-image: url("../img/category.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.overall li {
    background-image: url("../img/placeicon.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.member li {
    background-image: url("../img/placeicon.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.fun li {
    background-image: url("../img/funicon.gif");
	background-repeat: no-repeat;
	background-position: top left;
}