@charset 'shift_jis';

body {
	padding:0;
	margin: 0;
	font-size:12pt;
	background: url(back.gif) scroll repeat center top;
	color:#043c78;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}
a {
	text-decoration:none;
}
a:link, a:visited {
	color: #2a4d91;
}
a:active {
	color: #b52e25;
}
a:hover {
	text-decoration: underline;
	color: #ff2f2f;
}
/* 掲示板全体 */
div#all {
	position:relative;
	background: #fff;
	width: 918px;
	margin: 0 auto;
}
div#main {
	width: 100%;
}
div#main-in {
	width: 84%;
	margin: 0 auto;
	padding: 6px;
}
div#head {
	width: 100%;
	background-image: #008db7;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f5ecf4), to(#008db7)); 
	background-image: -moz-linear-gradient(bottom, #f5ecf4, #008db7);
	background-image: linear-gradient(to bottom, #00afcc, #008db7);
	color: #fff;
}
div#head-in {
	padding: 6px;
}
div#head-ttl {
	text-align: left;
	float: left;
}
div#home {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
div#home a {
	color: #fff;
	text-decoration: none;
}
div#head-clr {
	clear: both;
}

/* 掲示板タイトル */
h1 {
	color:#fff;
	font-size: 150%;
	font-style: italic;
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 0.5);
	margin: 0 3px;
}

div.obi { 
	background:#555;
	color:#fff;
	padding:4px;
	font-weight:bold;
}
div.obi span { 
	color:yellow;
	margin:0 2px;
}
div.ttl { 
	text-align:center;
}
div.ttl hr { 
	width:350px;
}
div.top-msg { 
	width:20em;
	margin:1em auto;
	text-align:left;
}
div.top-link { 
	background:;
	font-weight:bold;
	width:3em;
	text-align:center;
	padding:3px;
	float:right;
}
/* チャプタータイトル */
div.initial_ttl {
	line-height:135%;
	color: #4e454a;
	font-size: 11pt;
	padding: 8px;
	margin-bottom: 0;
	margin-right:0.7em;
	margin-left:0.7em;
	background-color:#fce4d6;
	background-image: linear-gradient(to bottom, #ffffff, #fce4d6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fce4d6)); 
	background-image: -moz-linear-gradient(top, #ffffff, #fce4d6);
	border-bottom: 1px solid #e6bfab;
	border-right: 1px solid #e6bfab;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: 1px 2px 8px 1px #cac4ac;
	-webkit-box-shadow: 1px 2px 8px 1px #cac4ac;
	-moz-box-shadow: 1px 2px 8px 1px #cac4ac;
}
/* 取得情報 */
div#retrieve {
	margin:0.7em 1.5em;
	text-align:left;
}
/* アクセス解析リストテーブル */
table#list {
	width: 880px;
	margin:0.3em auto 0.8em auto;
	border-spacing: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 1px 2px #cac4ac;
	-webkit-box-shadow: 1px 2px #cac4ac;
	-moz-box-shadow: 1px 2px #cac4ac;
}
table#list th {
	color: #292929;
	padding: 7px;
	background: #eee;
	background-image: linear-gradient(to bottom, #fff, #eee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee)); 
	background-image: -moz-linear-gradient(top, #fff, #eee);
	font-weight: bold;
	border-left:1px solid #e8ece9;
	border-top:1px solid #e8ece9;
	border-bottom:1px solid #e8ece9;
	line-height: 120%;
	text-align: center;
	font-size:11pt;
	text-shadow: 1px 2px 1px #FFF;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table#list th:first-child {
	border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
}
table#list th:last-child {
	border-radius:0 6px 0 0;
	-webkit-border-radius:0 6px 0 0;
	-moz-border-radius:0 6px 0 0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table#list tr td {
	padding: 5px 3px;
	border-bottom: 1px solid #e8ece9;
	border-left: 1px solid #e8ece9;
	line-height: 140%;
}

table#list tr td ta-l {
	text-align: left !important;
}
table#list tr td:last-child {
	border-right: 1px solid #e8ece9;
}
table#list tr {
	background: #fff;
}
table#list tr:nth-child(2n+1) {
	background: #f5f5f5;
}

table#list tr:last-child td:first-child {
	border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
}
table#list tr:last-child td:last-child {
	border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
}
table#list tr:hover {
	background: #eee;
	/*cursor:pointer;*/
}

td.cnt { 
	text-align:center;
	font-weight:bold;
	font-size:11pt;
	width:45px;
}
td.url a { 
	text-align:left;
	font-size:85%;
}
td.gra { 
	width: 480px;
	text-align:left;
	font-size:8pt;
	font-family:verdana,helvetica,arial;
	color:green;
}
td.url2 a { 
	text-align:left;
	font-size:85%;
}
td.gra2 { 
	text-align:left;
	font-size:11pt;
	font-family:verdana,helvetica,arial;
	color:green;
}
table.time {
	width: 880px;
	margin:0.3em auto 0.8em auto;
	border-spacing: 0;
	font-size:11pt;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 1px 2px #cac4ac;
	-webkit-box-shadow: 1px 2px #cac4ac;
	-moz-box-shadow: 1px 2px #cac4ac;
}
table.time th {
	color: #292929;
	padding: 7px 3px;
	background: #eee;
	background-image: linear-gradient(to bottom, #fff, #eee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f8ff), to(#7fc3ff)); 
	background-image: -moz-linear-gradient(top, #f0f8ff, #7fc3ff);
	font-weight: bold;
	font-size:11pt;
	border-left:1px solid #e8ece9;
	border-top:1px solid #e8ece9;
	border-bottom:1px solid #e8ece9;
	line-height: 120%;
	text-align: center;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.time th:first-child {
	border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
}
table.time th:last-child {
	border-radius:0 6px 0 0;
	-webkit-border-radius:0 6px 0 0;
	-moz-border-radius:0 6px 0 0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.time tr td {
	border-top: 1px solid #e8ece9;
	border-bottom: 1px solid #e8ece9;
	border-left: 1px solid #e8ece9;
	vertical-align:bottom;
	text-align:center;
	font-size:10pt;
}
table.time tr td ta-l {
	text-align: left !important;
}
table.time tr td:last-child {
	border-right: 1px solid #e8ece9;
}
table.time tr {
	background: #fff;
}
table.time tr:nth-child(2n+1) {
	background: #f1f6fc;
}

table.time tr:last-child td:first-child {
	border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
}
table.time tr:last-child td:last-child {
	border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
}
table.time tr:hover {
	background: #FFF8EF;
	/*cursor:pointer;*/
}


