@charset "euc-jp";

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	line-height: normal;
	margin: 0;
	padding: 0;
}

a {
	color: #960;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

form {
	margin: 0;
}

input, textarea, select {
	border: 1px solid #ccc;
}

.clr {
	clear: both;
}

#main-layout {
	width: 640px;
	margin: 10px auto;
}

#result-column h1 {
	color: #BBB;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	margin: 0 0 5px;
	padding: 0;
}

#result-column #topic-path {
	margin: 0 0 5px;
	padding: 1px 5px;
	border: 1px solid #EEE;
}

#result-column #topic-path p {
	color: #BBB;
	font-size: 12px;
	margin: 0;
}

#result-column #topic-path p.left {
	float: left;
}

#result-column #topic-path p.right {
	float: right;
}

#result-column table {
	width: 100%;
	border-collapse: collapse;
}

#result-column table th,
#result-column table td {
	color: #888;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid white;
	padding: 5px;
}

#result-column .header {
	background: #DDD;
}

#result-column .header th {
	color: #666;
	text-align: center;
	border-left: 1px solid white;
	padding: 2px 5px;
}

#result-column .header td {
	color: #666;
	text-align: center;
	border-left: 1px solid white;
	padding: 2px 5px;
}

#result-column .odd {
	background-color: #F4F4F4;
}

#result-column .even {
	background-color: #EEE;
}

#result-column .target-link {
	text-align: left;
	white-space: pre;
	width: 20%;
}

#result-column .count {
	text-align: right;
	white-space: pre;
	width: 12%;
	border-left: 1px solid white;
}

#result-column .graph {
	width: auto;
	border-left: 1px solid white;
}

#result-column .bar {
	background: #E4CE92;
	font-size: 1%;
	line-height: 1%;
	height: 10px;
	border: 1px solid #C4A364;
}

#result-column .total {
	background: #C4A364;
}

#result-column .total th {
	color: white;
	text-align: left;
	border-left: 1px solid white;
}

#result-column .total td {
	font-weight: bold;
	color: white;
	text-align: right;
	border-left: 1px solid white;
}


/* login-block */

#login-block {
	width: 360px;
	border: 1px solid #ccc;
	margin: 50px auto 0;
}

#login-block * {
	font-size: 11px;
	line-height: 1.5em;
}

#login-block #input-cnt {
	margin: 15px;
}

#login-block h1 {
	font-size: 12px;
	text-align: center;
	background-color: #eee;
	margin: 0;
	padding: 4px;
}

#login-block p {
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	border: 1px solid #fff;
}

#login-block #login {
	width: 120px;
}

#login-block #submit {
	width: 80px;
	color: white;
	height: 22px;
	background-color: #579;
	border-color: #456;
}


/* 著作権表記用 */
#sb-copyright { font: 9px/normal Arial, Helvetica, sans-serif; text-align: right; margin-top: 2px; }
#sb-copyright a { color: #BBB; text-decoration: none; }
#sb-copyright a:hover { text-decoration: underline; }
