@charset "euc-jp";

/* -----------------------------------------------------------
	Site Name: Tochigi TV
	Author: Yamazen Communications co.,ltd.
	Comment: Rsearch Board
	Since2008

Index
	01Common
	02Index Page
	03Board Page

----------------------------------------------------------- */

/* 01Common
----------------------------------------------------------- */

/* Entry Area */

div#contents div#EntryArea{
	width:550px;
	margin:10px 0px 0px 0px;
}


/* Qustion Title */

/*discribed in Topics.css */

div#contents div.QestionTitle h3.TopicsTitle{
	margin:20px 0 0 0;
}
div#contents div.QestionTitle h3.TopicsTitle span{
	float:right;
}



/* 02Index Page
----------------------------------------------------------- */

/* QuestionArea */

div#contents div#QuestionArea{
	width:550px;
	margin:10px 0 10px 0;
	padding:0;
	border-bottom:1px #cccccc solid;
	_border-bottom:none;
}

div#contents div#QuestionArea ul{
	clear:both;
	width:550px;
	margin:0;
	padding:0;
	border-bottom:1px #cccccc dashed;
}

div#contents div#QuestionArea li{
	float:left;
	display:inline;
	margin:0px;
	padding:5px 0px;
}
	
div#contents div#QuestionArea li.left{
	width:340px;
	padding-left:10px;
	text-align:left;
	background:url(../images/arrow.gif) no-repeat left 0.75em;
}

div#contents div#QuestionArea li.center{
	width:100px;
	text-align:center;
}

div#contents div#QuestionArea li.right{
	width:100px;
	text-align:center;
	background-color:#DEF9DD;
	color:#000000;
}

div#contents div#QuestionArea ul.firstchild li{
	border-top:1px #cccccc solid;
}

.yes{
	color:#006600;
	font-weight:bold;
}

.no{
	color:#FF6600;
	font-weight:bold;
}

div#contents div#QuestionArea p{
	width:540px;
	margin:0;
	padding:0;
	text-align:left;
}


/* Vote Button */

div#contents div#Vote{
	width:400px;
	min-height:50px;
	margin:20px auto 30px auto;
	padding:10px;
	text-align:center;
	background:url(../../reserchboard/images/comment_bg.gif) repeat-x left top;
	border: 1px #cccccc solid;
}

div#contents div#Vote p{
	width:400px;
	margin:0;
	paddgin:0;
	text-align:left;
}





/* 03Board Page
----------------------------------------------------------- */

/*Comment Area*/

div#contents div#CommentToBoard{
	width:550px;
	margin:5px 0 30px 0;
	padding:0px;
	border-top: 1px solid #cccccc;
}


div#contents div#CommentToBoard dl{
	width:550px;
	margin:0px;
	padding:0px;
}

div#contents div#CommentToBoard dl dt{
	float:left;
	width:450px;
	margin:0;
	padding:5px 0px;
	text-align:left;
	border-top:1px #cccccc dashed;
}

div#contents div#CommentToBoard dl dd{
	float:right;
	width:100px;
	margin:0px;
	padding:5px 0px;
	text-align:center;
	border-top: 1px #cccccc dashed;
}

div#contents div#CommentToBoard dl dt.firstchild,
div#contents div#CommentToBoard dl dd.firstchild{
	border-top:none;
}



div#contents div#CommentToBoard div.clear{
	clear:both;
	line-height:0px;
	height:0px;
}

