@charset "utf-8";

/**************************************************************/
/*　リセット　　　　　　　　　　　　　　　　　　　　　　　　　*/
/**************************************************************/

body ,
h1 , h2 , h3 , h4 , h5 , h6 ,
ul , dl , dt , dd ,
div , p ,
em , strong ,
del , ins ,
code , pre , var , samp ,
blockquote , q , cite ,
form , fieldset , legend , select , textarea ,
table , th , td ,
img {
	margin    : 0 ;
	padding   : 0 ;
	list-style: none ;
	font-size : 100% ;
	font-style: normal ;
}

/**************************************************************/
/* 基本設定 　　　　　　　　　　　　　　　　　　　　　　　　　*/
/**************************************************************/
body {
	background-color: #ffc7ca;
	border-top: 5px #ff5057 solid;
	border-bottom: 5px #ff5057 solid;
	text-align: center;
}
table {
	border-collapse: collapse ;
}

img ,
fieldset {
	border: none ;
}
a {
	color: #be0000 ;
	/*text-decoration: none ;*/
}

a:active ,
a:hover {
	text-decoration: underline ;
}
h1 {
	text-indent: -1000em;
	width: 771px;
	height: 100px;
	white-space: nowrap;
	background: url(../images/pc/title.gif) top left no-repeat;
	margin-bottom: 10px;

}
h2, h3, h4 {
	color: #ee5443;
	height: 20px;
	padding-left: 25px;
	border-bottom: 1px dotted #ccc;
	background: url(../images/pc/midashi_icon01.gif) top left no-repeat;
}
ol li {
	font-size: 14px;
	color: #900;
	font-weight: bold;
	margin-bottom: 10px;
}
th {
	width: 77px;
	background-color: #fee;
	font-size: 14px;
	color: #e89;
	border: 1px dotted #ee6732;
	padding: 5px;
}
th.head {
	width: 187px;
	text-align: center;
	background-color: #e99;
	color: #fff;
}
td {
	width: 100px;
	font-size:14px;
	color:#ee0011;
	letter-spacing:1px;
	border:1px dotted #ee6732;
	padding:5px;
	text-align:right;
}

#head {
	width: 848px ;
	margin: 0 auto ;
	padding: 31px 0 2px ;
	font-size: 1px ;
	line-height: 1 ;
}
#container {
	width:771px;
	margin: 0 auto ;
	background-color:#fff;
	padding:10px;
	text-align:left;
}
#container p {
	font-size:12px;
	color:#c66;
	line-height:200%;
	margin-bottom:10px;
}

.button {
	clear:both;
	text-align:center;
	margin-bottom:20px;
}
.left {
	float:left;
}
.clear {
	clear:both;
	margin-bottom:15px;
}
/**************************************************************/
/* 090213追加 　　　　　　　　　　　　　　　　　　　　　　　　　*/
/**************************************************************/

div#menu {
	overflow: auto;
	height: 2em;
}
div#menu ul {
	font-size: 13px;
}

div#menu ul li {
	float: left;
	margin-right: 20px;
	padding-left: 10px;
	background: url(../images/img06.gif) left center no-repeat;
}
div#content {
	clear: both;
}
div#body {
	float: left;
	width: 551px;
}

div#sidebar {
	float: right;
	width: 200px;
}
table.graph {
}
div#sidebar ul li {
	margin-bottom: 20px;
}
.meta a {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
	font-weight: bold;
}

ol#banned {

}
ol#banned li {
	color:#ee0011;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 10px;
}