/* 共通設定 */
body{
	margin: 0px;
	font-size: small;
}
#base{
	text-align: center;
}
#wrapper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper_mini{
	margin-right: auto;
	margin-left: auto;
}
#main_container{
	text-align: left;
}

/* ヘッダー */
#header{
}

/* コンテンツ */
#contents{
}

/* 左 */
#left{
	float: left;
	width: 180px;
}

#left ul{
	padding-left: 0px;
}

#left ul li{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#left ul li img{
	vertical-align: middle;
}

.li_left{
	font-size: 10pt;
}

/* センター */
#right{
	margin-left: 190px;
}

#topic_path{
	background-color: #ffcccc;
	padding: 5px;
}

#right h1{
	font-size: 12pt;
	background-color: #ff9900;
	color: #ffffff;
	padding: 5px;
	border-bottom: 1px solid #cc6600;
}
div.area_navi_link{
	padding: 5px;
	text-align: right;
}

div.data_master{
	padding: 5px;
	margin: 4px;
}

div.data_master_0{
	background-color: #ffccff;
}
div.data_master_1{
}

div.data_master div.title{
	font-size: 11pt;
	font-weight: bold;
	width: 500px;
	/*float: left;*/
}
div.data_master div.title span.rank{
	font-size: 10pt;
	font-weight: bold;
	color: #ff6633;
}
div.data_navi{
	width: 88px;
	float: right;
	text-align: center;
}
div.data_navi img{
	border-style: none;
}

div.record{
	/*clear: both;*/
	text-align: center;
}
table.record{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

table.record th{
	background-color: #ccffff;
	border-right: 1px solid #99cccc;
	border-bottom: 1px solid #99cccc;
	font-weight: normal;
	font-size: 10pt;
}

table.record th.vote_5{
	width: 35px;
	text-align: center;
}
table.record th.vote_4{
	width: 35px;
	text-align: center;
}
table.record th.vote_3{
	width: 35px;
	text-align: center;
}
table.record th.vote_2{
	width: 35px;
	text-align: center;
}
table.record th.vote_1{
	width: 35px;
	text-align: center;
}
table.record td{
	background-color: #ffffcc;
	border-right: 1px solid #cccc99;
	border-bottom: 1px solid #cccc99;
	padding: 3px;
}
table.record td.total{
	text-align: right;
	width: 60px;
}
table.record td.vote_opt{
	text-align: right;
	width: 35px;
}
table.record td.vote{
	text-align: right;
	width: 50px;
}
table.record td.rate{
	text-align: right;
	width: 50px;
}
table.record td.cntrb{
	text-align: right;
	width: 60px;
}
table.record td.history{
	text-align: right;
	font-size: 9pt;
	width: 80px;
}

div.area_navi{
	margin-top: 10px;
	line-height: 150%;
	padding: 5px;
}
div.area_navi_title{
	font-size: 11pt;
	font-weight: bold;
	background-color: #ffcccc;
	padding: 4px;
}
span.area_navi_prf{
	white-space: nowrap;
}

#data_vote{
	border: 2px solid #ffccff;
	margin-top: 10px;
	padding: 5px;
}

#data_vote div.vote_title{
	font-size: 11pt;
	font-weight: bold;
	background-color: #ffcccc;
	padding: 4px;
	margin-bottom: 6px;
}
#vote_opt{
	width: 300px;
	float: left;
}
#vote_area{
	width: 250px;
	float: right;
}
#vote_comment_title{
	clear: both;
}
#vote_comment{
	text-align: center;
}
#vote_comment textarea{
	width: 570px;
	height: 50px;
}

div.data_comment{
	border: 2px solid #ffcc99;
	margin-top: 10px;
	padding: 5px;
}

div.data_comment_title{
	font-size: 10pt;
	background-color: #ffcc99;
	padding: 4px;
	margin-bottom: 6px;
}
div.data_comment_body ul{
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	margin-left: 12px;
}

div.data_comment_body ul li{
	list-style-type: none;
	background: url(/images/point.gif) no-repeat; 
	background-position: 0% 10%;
	line-height: 150%;
	padding-left: 12px;
	padding-bottom: 2px;
	font-size: 9pt;
	text-valign: top;
}
div.data_search{
	border: 2px solid #ccffff;
	margin-top: 10px;
	padding: 5px;
}

div.data_search_index{
	font-size: 11pt;
	font-weight: bold;
	height: 20px;
	background-color: #ccffff;
	padding: 4px;
	margin-bottom: 6px;
}
div.data_search_title{
	width: 300px;
	float: left;
}
div.data_search_logo{
	width: 150px;
	text-align: center;
	float: right;
}
div.data_search dl{
	clear: both;
}
div.data_search dl dt{
	font-size: 11pt;
}
div.data_search dl dd{
	line-height: 150%;
	margin-left: 15px;
}

div.data_help{
	margin-top: 8px;
	font-size: 9pt;
	color: #666666;
}

/* フッター */
#footer{
	clear: both;
	margin-top: 10px;
	border-top: 2px solid #cccccc;
}

#footer div.footer_signature{
	text-align: center;
	font-size: 10pt;
	margin-top: 10px;
}

/* フォーム用 */
form{
	margin: 0px;
}

.form_index{
	margin-top: 10px;
	margin-left: 8px;
	font-weight: bold;
}
.form_input{
	margin-left: 14px;
}
.form_conf{
	margin-left: 14px;
}
.form_help{
	color: #666666;
	margin-left: 14px;
	margin-bottom: 8px;
	font-size: x-small;
}
.form_button{
	margin-top: 14px;
}
.form_input_sub{
	margin-left: 14px;
}
input.input_text60{
	width: 400px;
}
input.input_text40{
	width: 300px;
}
input.input_text30{
	width: 200px;
}
input.input_text20{
	width: 110px;
}
textarea.texarea_40{
	width:300px;
	height: 60px;
}
.block_error{
	margin-bottom: 10px;
}
.error{
	color: #ff0000;
}

/* 共通 */
.clear{
	clear: both;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.noborder{
	border-style: none;
}
.disabled{
	color: #cccccc;
}
.nowrap{
	white-space: nowrap;
}

/* バルーンヘルプ用 */
#balloon_help{
	position: absolute;
	background-color: #ffffcc;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
	font-size: x-small;
}

