@charset "UTF-8";

/******************************
@community.css
@author k
@dateCreated 2009/09/02 10:13
@dateModified 
@description communityで適用
@note 
******************************/

#globalNv li#communityBtn{
  width:126px;
  background:url(/img/common/globalNv02.gif) -701px -34px;
}

/* sub1 */
.sideMenu{
	border:1px solid #ccc;
	margin-bottom:10px;
}

/* main */

#comTopicsTitle{
	background:url("/img/common/topicsTitlebk.gif") repeat scroll 0 0 transparent;
	padding:0px 20px;
	margin-bottom:10px;
	}

#comTopicsTitle span{
	float:left;
	font-weight:bold;
	padding:7px 0px 7px 10px;
	}

#comTopicsTitle a{
	display:block;
	float:right;
	background:url(/img/common/topicsBtn.gif) no-repeat;
	padding:7px 0px 7px 30px;
	}


.entryUnit{
	width:auto;
	margin-bottom:20px;
	border-top:5px solid #103A6b;
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	word-wrap:break-word;
}

.entryUnit h3{
	font-size:120%;
	padding-top:7px;
	padding-left:20px;
	padding-bottom:7px;
}
.entryUnit h3, .entryBody, x:-moz-any-link{	/* firefox */
	overflow:auto;
}

.entryUnit h3 a{
	font-weight:bold;
	}

.entryBody{
	padding:15px 10px;
}
.entryFoot{
	padding:10px 10px;
	border-top:1px dotted #ccc;
	background:#f4f4f4;
}


/*-- コンテンツ編集削除 --*/
.contEdit{
	margin:10px 0 0 auto;
	width:90px;
}
.contEdit li{
	float:left;
	margin-right:5px;
	text-align:center;
	}

.contEdit li a{
	background:url(/img/common/contedit.gif) no-repeat;
	width:40px;
	height:22px;
	display:block;
	padding-top:2px;
}

.entryStatus,
.commentStatus{
	text-align:right;
}
.entryAuthor{
	text-align:left;
	padding-left:10px;
}
.entryAuthor li,
.entryStatus li,
.commentStatus li{
	display:inline;
	padding:10px;
}

/*-- コメント部分 --*/
#commentList{
	margin:10px;
	border:1px solid #ccc;
	
}

#trackbackList h4,
#commentList h4{
	background-color:#f6f6f6;
	padding:7px 0 7px 20px;
	position:relative;
}

#commentList h4 a{
	position:absolute;
	right:15px;
	top:7px;
	display:block;
	text-indent:-9999px;
	width:78px;
	height:20px;
	background:url(/img/common/toComment.gif) no-repeat;
}

.commentUnit{
	margin-bottom:2px;
}
.commentBody{
	padding:5px 10px;
}
.commentBody, x:-moz-any-link{	/* firefox */
	overflow:auto;
}
.commentStatus{
	border-bottom:1px dotted #ccc;
	margin:0 5px 5px;
}


/*-- トラックバック部分 --*/
.trackbackStatus{
	border-top:1px dotted #DFDFDF;
	text-align:right;
}
.trackbackStatus li{
	display:inline;
	padding:1px;
}
#trackbackList{
	margin:10px;
	border:1px solid #ccc;
}

.trackbackUnit{
	margin-bottom:2px;
}
.trackbackBody{
	padding:5px 10px;
}
.trackbackStatus{
	border-bottom:1px solid #ccc;
	margin:0 5px 5px;
}
#tarackbackurl{
	width:450px;
	margin:10px;
	text-align:center
}
/* sub2 */
/* start [ヘッダー] */
#header {
  position:relative;
  margin:0 15px;
  padding-top:10px;
    border-top:7px solid #B90008;
}
#header h1{
  width:128px;
  height:90px;
}
#header h1 a{
  display:block;
}
#headerBnr{
  width:700px;
  height:90px;
  margin-left:220px;
  margin-top:-90px;
  margin-bottom:7px;
  background-color:#FFF;
  text-align:right;
}

/* END [ヘッダー] */



/* start [マイナビ] */
#myNv{
  float:right;
  margin: 0 0 7px;
  padding: 0;
}
#myNv li{
  float:left;
  padding: 0;
  font-size:0.8em;
  vertical-align:middle;

}
#myNv li a,
#myNv li span{
  display: block;
  float:left;
  padding:5px;
  margin: 0;
}
#myNv li#aboutBtn a,
#myNv li#logout a,
#myNv li#loginBtn a,
#myNv li#registBtn a{
  background-color:#F90;
  color:#FFF;
  margin-left:5px;
}
/* END [マイナビ] */



/* start [グローバルナビ] */
#globalNv{
  clear:both;
  background:#10386B url(/img/common/globalNv02.gif) 0 0;
}
#globalNv li{
  float:left;
  height:34px;
  text-indent:-9999px;
}
#globalNv li a{
  display:block;
  height:34px;
}
#globalNv li#homeBtn{
  width:83px;
}
#globalNv li#mypageBtn{
  width:99px;
}
#globalNv li#newsBtn{
  width:90px;
}
#globalNv li#tsurilogBtn{
  width:93px;
}
#globalNv li#getfishBtn{
  width:93px;
}
#globalNv li#sugoudeBtn{
  width:71px;
}
#globalNv li#tokushuBtn{
  width:67px;
}
#globalNv li#rankingBtn{
  width:105px;
}
#globalNv li#communityBtn{
  width:126px;
}
#globalNv li#shopBtn{
  width:93px;
}

#globalNv li#homeBtn a:hover{
  width:83px;
  background:#10386B url(/img/common/globalNv02.gif) 0 -34px;
}
#globalNv li#mypageBtn a:hover{
  width:99px;
  background:#10386B url(/img/common/globalNv02.gif) -85px -34px;
}
#globalNv li#newsBtn a:hover{
  width:90px;
  background:#10386B url(/img/common/globalNv02.gif) -182px -34px;
}
#globalNv li#tsurilogBtn a:hover{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -272px -34px;
}
#globalNv li#getfishBtn a:hover{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -365px -34px;
}
#globalNv li#sugoudeBtn a:hover{
  width:71px;
  background:#10386B url(/img/common/globalNv02.gif) -458px -34px;
}
#globalNv li#tokushuBtn a:hover{
  width:71px;
  background:#10386B url(/img/common/globalNv02.gif) -529px -34px;
}
#globalNv li#rankingBtn a:hover{
  width:105px;
  background:#10386B url(/img/common/globalNv02.gif) -596px -34px;
}
#globalNv li#communityBtn a:hover{
  width:126px;
  background:#10386B url(/img/common/globalNv02.gif) -701px -34px;
}
#globalNv li#shopBtn a:hover{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -827px -34px;
}
/* END [グローバルナビ] */


/* start [グローバルナビ（ログイン前）] */
#globalGustNv{
  clear:both;
  background:#10386B url(/img/common/globalNvGuest.gif) 0 0;
}
#globalGustNv li{
  float:left;
  height:34px;
  text-indent:-9999px;
}
#globalGustNv li a{
  display:block;
  height:34px;
}
#globalGustNv li#homeBtn{
  width:85px;
}
#globalGustNv li#getbookBtn{
  width:93px;
  background:#10386B url(/img/common/globalNv.gif) -175px 0px;
}
#globalGustNv li#tsurilogBtn{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -272px 0px;
}
#globalGustNv li#getfishBtn{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -365px 0px;
}
#globalGustNv li#sugoudeBtn{
  width:65px;
  background:#10386B url(/img/common/globalNv.gif) -438px 0px;
}
#globalGustNv li#communityBtn{
  width:115px;
  background:#10386B url(/img/common/globalNv.gif) -503px 0px;
}
#globalGustNv li#tokushuBtn{
  width:65px;
  background:#10386B url(/img/common/globalNvGuest.gif) -170px 0px;
}
#globalGustNv li#rankingBtn{
  width:84px;
   background:#10386B url(/img/common/globalNv.gif) -752px 0px;
}
#globalGustNv li#shopBtn{
  width:85px;
  background:#10386B url(/img/common/globalNvGuest.gif) -235px 0px;
}
#globalGustNv li#newsBtn{
  width:85px;
  background:#10386B url(/img/common/globalNvGuest.gif) -305px 0px;
}

#globalGustNv li#homeBtn a:hover{
  background:#10386B url(/img/common/globalNvGuest.gif) 0 -34px;
}
#globalGustNv li#getbookBtn a:hover{
  background:#10386B url(/img/common/globalNv.gif) -175px -34px;
}
#globalGustNv li#tsurilogBtn a:hover{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -272px -34px;
}
#globalGustNv li#getfishBtn a:hover{
  width:93px;
  background:#10386B url(/img/common/globalNv02.gif) -365px -34px;
}
#globalGustNv li#sugoudeBtn a:hover{
  background:#10386B url(/img/common/globalNv.gif) -438px -34px;
}
#globalGustNv li#communityBtn a:hover{
  background:#10386B url(/img/common/globalNv.gif) -503px -34px;
}
#globalGustNv li#tokushuBtn a:hover{
  background:#10386B url(/img/common/globalNvGuest.gif) -170px -34px;
}
#globalGustNv li#rankingBtn a:hover{
   background:#10386B url(/img/common/globalNv.gif) -752px -34px;
}
#globalGustNv li#shopBtn a:hover{
  background:#10386B url(/img/common/globalNvGuest.gif) -235px -34px;
}
#globalGustNv li#newsBtn a:hover{
  background:#10386B url(/img/common/globalNvGuest.gif) -306px -34px;
}


/* END [グローバルナビ（ログイン前）] */


.community_topic-index-footer-wrapper{
	margin:60px 15px 0;
	padding:0px 0 20px 0;
	height:auto;
	background:#FdFdFd;
}

.community_topic-index-footer-wrapper #footerBnr{
	margin: auto;
	width:700px;
	height:90px;
	background-color:#ffffff;
	/*-display:none;-*/
}

.community_topic-index-footer-wrapper #footerNvback{
	margin:0 auto;
	text-align:center;
}

.community_topic-index-footer-wrapper #footerNv{
	width:auto;
	margin:20px auto;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
    color: #333333;
}

.community_topic-index-footer-wrapper #footerNv li{
	display:inline;
    color: #333333;

}

.community_topic-index-footer-wrapper #footerNv li a{
	font-weight:bold;
    color: #333333;
}

.community_topic-index-footer-wrapper #footerInfo a{
	margin-left:5px;
	}

.community_topic-index-footer-wrapper #copyRight{
	clear:both;
	text-align:center;
}
.community_topic-community-comInfo-wrapper{
	text-align:center;
}

.community_topic-community-comInfo-wrapper .objImg{
	padding:10px 0;
}

.community_topic-community-comInfo-wrapper .objTitle{
	font-weight:bold;
}

.community_topic-community-comInfo-wrapper table{
	margin:2px auto;
	width:auto;
}

.community_topic-community-comInfo-wrapper table tr{
	border-top:1px dotted #ccc;
}

.community_topic-community-comInfo-wrapper table th{
	padding:5px;
	font-size:90%;
	font-weight:normal;
	background:#f4f4f4;
	border-right:1px dotted #ccc;
	text-align:right;
}

.community_topic-community-comInfo-wrapper table td{
	padding:5px;
	font-size:90%;
}

.community_topic-community-comInfo-wrapper dl{
	padding:0px;
	border:none;
}

.community_topic-community-comInfo-wrapper dl dt{
	text-align:center;
	padding:5px 0;
	margin-top:5px;
	width:178px;
	background:#f4f4f4;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	float:none;
	}

.community_topic-community-comInfo-wrapper dl dd{
	text-align:center;
	padding:5px 0;
	width:178px;
	float:none;
	}




/*アンケート一覧*/
.answerAlready{
	background:url(/img/common/ok.gif) no-repeat right center;
	padding-right:18px;
}

.community_topic-community-comHeader-wrapper {
	margin-bottom:15px;
	border-left:5px dotted #ccc;
	border-right:5px dotted #ccc;
	}

.community_topic-community-comHeader-wrapper h2{
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	border-bottom:1px dotted #ccc;
	}


.community_topic-community-comHeader-wrapper a#comTitle{
	display:block;
	padding:7px 0px 0px 10px;
	font-weight:bold;
	font-size:1.2em;
	}


.community_topic-community-comHeader-wrapper ul#comNv li{
	float:left;
	margin-right:5px;
	}

.community_topic-community-comHeader-wrapper p{
	margin-left:auto;
	margin-right:0;
}

.community_topic-community-comHeader-wrapper p a,
.community_topic-community-comHeader-wrapper ul#comNv a{
	display:block;
	padding:10px 0px 0px 35px;
	height:25px;
	font-size:90%;
	}

/*-- コミュニティーオーナナビ --*/
.community_topic-community-comHeader-wrapper li#comEditBtn a{
	background:url(/img/common/comeditBtn.gif) no-repeat;
	}
.community_topic-community-comHeader-wrapper li#menberEditBtn a{
	background:url(/img/common/menberEditBtn.gif) no-repeat;
	}
.community_topic-community-comHeader-wrapper li#menberInfoBtn a{
	background:url(/img/common/cominfoBtn.gif) no-repeat;
	}
.community_topic-community-comHeader-wrapper li#comDeliteBtn a{
	background:url(/img/common/resignBtn.gif) no-repeat;
	}

/*-- トピックス投稿ボタン --*/
.community_topic-community-comHeader-wrapper li#topicsBtn a{
	background:url(/img/common/topicsBtn.gif) no-repeat;
	}

/*-- コミュニティ参加・退会--*/
.community_topic-community-comHeader-wrapper #comJoinBtn a{
	background:url(/img/common/comjoinBtn.gif) no-repeat;
	height:auto;
	}
	
.community_topic-community-comHeader-wrapper #resignBtn a{
	background:url(/img/common/resignBtn.gif) no-repeat;
	}

.community_topic-community-comHeader-wrapper p#resignBtn{
	width:210px;
	
	}
