@charset 'UTF-8';

body {
	margin: 0;
	padding: 0;
	font-size:12pt;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
	/*background: #f7f6f5;*/
	color:gray;
	background: url(back.gif) scroll repeat center top;
}

/* ページ全体 */
div.all {
	width: 920px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
div#head {
	width: 100%;
	background-image: #69821b;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e5abbe), to(#a25768)); 
	background-image: -moz-linear-gradient(bottom, #e5abbe, #a25768);
	background-image: linear-gradient(to bottom, #f7fcfe, #bbc8e6);
	color: #2b2b2b;
}
div#head-in {
	padding: 0.5em 1em;
}
div#main {
	width: 920px;
	text-align: center;
}
div.headmsg {
	margin:0.5em auto 0 auto;
	width:700px;
	border:1px solid #FF9966;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 1px 2px 8px 1px #9d8e87;
	-moz-box-shadow: 1px 2px 8px 1px #9d8e87;
	box-shadow: 1px 2px 8px 1px #9d8e87;
	text-align:center;
	padding:1em;
	line-height: 150%;
}

a {
	text-decoration:none;
	color:#a688bd;
}
a:hover {
	text-decoration:underline;
	color:#dd0000;
}
 /* タイトル */
h1 {
	margin: 1em auto;
	padding: 8px;
	border: 1px solid #6f6fff;
	width: 640px;
	font-size: 160%;
	background: #9393ff;
	color: #fff;
}
/* サブタイトル */
div.sub-ttl {
	border-left: 6px solid #bbc8e6;
	border-bottom: 1px solid #959595;
	color: #000;
	padding: 8px;
	font-weight: bold;
	font-size: 120%;
	margin: 0.5em 1em 0 1em;
}
div.head {width: 875px; text-align:left;}
div.admin {float:right;}
input.head-btn {
	width: 100px;
}
div#count {
	text-align:left;
	font-weight:boid;
}

/* ランキングテーブル */
table.tbl {
	font-size:12pt;
	width: 750px;
	margin-top:1em;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 3px 17px 1px #9d8e87;
	-moz-box-shadow: 2px 3px 17px 1px #9d8e87;
	box-shadow: 2px 3px 17px 1px #9d8e87;
	z-index: 200;
}
table.tbl th {
	font-size: 100%;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background: #0068b7;
	padding: 8px;
	white-space: nowrap;
	color :#fff;
}
table.tbl td {
	font-size: 100%;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:6px;
	white-space:nowrap;
}
table.tbl tr:first-child th:first-child {
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
table.tbl tr:first-child th:last-child {
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
table.tbl tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
table.tbl tr:last-child td:last-child {
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
table.tbl tr {
	background: #fff;
}
table.tbl tr:nth-child(2n+1) {
	background: #fafdff;
}
table.tbl tr:hover {
	background: #fdede4;
	cursor: pointer;
}

/* ランキング期間表示枠 */
#redis {
	width: 500px;
	margin: 10px auto;
	padding: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*-webkit-box-shadow: 0px 1px 3px #cccccc;
	-moz-box-shadow: 0px 1px 3px #cccccc;
	box-shadow: 0px 1px 3px #cccccc;*/
	border: 1px solid #cccccc;
	background: #eee9e6;
	text-align: center;
	font-size: 10pt;
	color: #003f8e;
}

/* 投稿フォーム */
div#reg-box {
	width: 720px;
	margin: 1.2em auto;
	padding: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 10px #666;
	-moz-box-shadow: 0px 1px 10px #666;
	box-shadow: 0px 1px 10px #666;
	border: 1px solid #808080;
	background: #ffffff;
	text-align: left;
}
table#reg-tbl {
	margin-bottom: 0 !important;
}
table#reg-tbl th, table#reg-tbl td {
	font-size: 11pt;
	padding: 2px;
	text-align: left;
	background: #ffffff;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
}
table#reg-tbl input, table#reg-tbl textarea {
	padding: 3px;
}
input.reg-name {
	width: 210px;
}
input.reg-url {
	width: 260px;
}
input.reg-num {
	width: 80px;
}
input.reg-btn {
	width: 80px;
	height: 26px;
	margin: 0 6px;
}
textarea.reg-com {
	width: 440px;
	height: 7em;
}
table.reg-tbl span {
	font-size: 12px;
}
img.capt {
	vertical-align: middle;
}
input.submit {
	width: 160px;
	height: 30px;
}
.ta-c {
	text-align: center;
}
.ta-r {
	text-align: right;
}
.ta-l {
	text-align: left;
}
div.bbs-bottom {
	margin-top: 18px;
	border-top: 1px solid #3b5998;
}
/* アルバム枠 */
div#album {
	width: 97%;
	margin: 1em auto;
}
/* アイコン画面 */
div.photo2 { 
	border:1px solid #eeeecc;
	background:#fff;
	width:80px;
	height:80px;
	float:left;
	margin:3px;
}
p.image, p.caption { 
	text-align:center;
	margin:10px;
}
/* 画像廻り込み終了 */
.clear {
	clear: both;
}
p.close {
	text-align: center;
	margin-top: 1.5em;
}
p.close input {
	width: 80px;
}
/* チャート画面定義 */
div#chart {
	margin: 1em auto;
	border: 1px solid #6f6fff;
	width: 740px;
	height: 550px
}
