@charset "utf-8";

/* meeting.css */


/*-------------------------------------------------
///	body	
-------------------------------------------------*/

body {
	background: url(http://rockdendo.com/img/bg_footer.jpg) no-repeat center bottom;
}


/*-------------------------------------------------
///	wrapper	
-------------------------------------------------*/

#wrapper {
	background: url(http://rockdendo.com/img/bg_wrapper_header.gif) repeat-x center top;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
} 


/*-------------------------------------------------
///	header	
-------------------------------------------------*/

#header {
	text-indent: -9999px;
	background: none;
	width: 950px;
	height: 185px;
	margin: 0 auto 5px auto;
}

#header h1 {
	background: url(http://rockdendo.com/img/img_logo_meeting.jpg) no-repeat left top;
	text-align: left;
}

#header h1 a {
	display: block;
	width: 444px;
	height: 185px;
}

/*-------------------------------------------------
///	contents	
-------------------------------------------------*/

#contents h2 {
	margin-bottom: 30px;
}


/*-------------------------------------------------
///	meeting	
-------------------------------------------------*/

#FirstCol {
	margin-top: -35px;
	position: relative;
	width: 721px;
}

#FirstCol .meeting h3 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}

#FirstCol .meeting p {
	margin-bottom: 30px;
}


/*-------------------------------------------------
/// 集会所 投稿方法
-------------------------------------------------*/

#FirstCol .meeting_bt_area {
	text-align: center;
	border: #CCC 1px solid;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

#FirstCol .meeting_bt_area dl {
	text-align: center;
}

#FirstCol .meeting_bt_area dl dt {
	margin-bottom: 15px;
}

#FirstCol .meeting_bt_area dl dd {
	margin-bottom: 15px;
}

#FirstCol .meeting_bt_area p {
	margin-bottom: 0;
}


/*-------------------------------------------------
/// 投稿リスト
-------------------------------------------------*/

#FirstCol .meeting_list {
	margin-bottom: 30px;
}

#FirstCol .meeting_list dl {
	margin-bottom: 35px;
}

#FirstCol .meeting_list dl dt {
	font-weight: bold;
	padding-bottom: 13px;
	padding-top: 10px;
	margin-bottom: 5px;
	border-bottom: #FFF 1px solid;
	background: url(http://rockdendo.com/img/icon_meeting.gif) no-repeat left 0px;
	padding-left: 50px;
        zoom: 1;
}

#FirstCol .meeting_list dl dt a {
	color: #FFFF00;
        zoom: 1;
}

#FirstCol .meeting_list dl dt a:hover {
	color: #FF0000;
}

#FirstCol .meeting_list dl dd {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: #FFF 1px solid;
        zoom: 1;
}

#FirstCol .meeting_list dl dd a {
	margin-left: 15px;
	background: url(http://rockdendo.com/img/icon_arrow.gif) no-repeat left 7px;
	padding-left: 12px;
        zoom: 1;
}

#FirstCol .meeting .meeting_link {
	text-align: center;
	margin-bottom: 50px;
}


/*-------------------------------------------------
///	集会所中身	
-------------------------------------------------*/

#FirstCol .meeting_coment h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	background: url(http://rockdendo.com/img/icon_meeting.gif) no-repeat left top;
	padding-left: 50px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#FirstCol .meeting_coment h4 {
	position: relative;
	margin-bottom: 30px;
}

#FirstCol .meeting_coment h4 span {
	position: absolute;
	top: 9px;
	right: 0;
}

#FirstCol .meeting_coment .meeting_zone {
	border: #CCC 1px solid;
	padding: 10px;
}

#FirstCol .meeting_coment .meeting_zone p {
	line-height: 140%;
}

#FirstCol .meeting_coment p.last_meeting_zone {
	border: #CCC 1px solid;
	border-top: none;
	padding: 10px;
	text-align: right;
	margin-bottom: 5px;
}

#FirstCol .meeting_coment p.coment_p {
	margin-bottom: 50px;
        font-size: 12px;
}


#FirstCol .meeting_coment .coment_res {
	margin-bottom: 50px;
        width: 721px;
}

#FirstCol .meeting_coment .coment_res dl {
	margin-bottom: 30px;
        width: 721px;
}

#FirstCol .meeting_coment .coment_res dl dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #CCC 1px dotted;
        zoom: 1;
}

#FirstCol .meeting_coment .coment_res dl dd {
	font-size: 12px;
        width: 721px;
}

#FirstCol .meeting_coment .coment_res dl dd p {
        width: 721px;
}


#FirstCol .meeting_coment p.coment_link {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 50px;
}


/*-------------------------------------------------
///	コメント入力エリア	
-------------------------------------------------*/

#FirstCol #coment_submit_area {
	margin-bottom: 70px;
	text-align: center;
}

#FirstCol #coment_submit_area h4 {
	text-align: left;
	margin-bottom: 15px;
}

#FirstCol #coment_submit_area table {
	width: 100%;
	border: #FFF 1px solid;
	margin-bottom: 10px;
}

#FirstCol #coment_submit_area table th {
	padding-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#FirstCol #coment_submit_area table th.top_padding {
	padding-top: 20px;
}

#FirstCol #coment_submit_area table td {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#FirstCol #coment_submit_area table td.bottom_padding {
	padding-bottom: 20px;
}

#FirstCol #coment_submit_area table td.name {
	padding-bottom: 15px;
}

#FirstCol #coment_submit_area table td #comment-author {
	border: #999 1px solid;
	width: 670px;
}

#FirstCol #coment_submit_area table td #comment-text {
	border: #999 1px solid;
	width: 670px;
}

#FirstCol #coment_submit_area .thread_text {
	text-align: left;
}

#FirstCol #coment_submit_area h3.thread {
	text-align: left;
}

#FirstCol #coment_submit_area #comment-submit {
	width: 193px;
	height: 43px;
	text-indent: -9999px;
	border: none;
　　　display: block;
	background: url(http://rockdendo.com/img/img_bt_coment_submit.jpg) no-repeat center top;
	cursor: pointer;
}

#wrapper #FirstCol #coment_submit_area table td .thread_text {
	border: #999 1px solid;
	width: 670px;
}
	