@charset "UTF-8";

/* Resetting Again */
/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***** height_adjust *****/
.height_adjust{
	display: block;
	min-height: 0;
}
.height_adjust:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .height_adjust{
	display: inline-block;
}
/* exclude ie mac \*/
* html .height_adjust{
	height: 1%;
}

/* base1 */
body{
	font-size: 85%;
	line-height: 130%;
}
div#wrap{
	margin: 0 auto;
	width: 940px;
	background: url(../img/bg.gif) center repeat-y;
}
div#header{
	background: url(../img/bg_hf.gif) top no-repeat;
}
h1{
	padding: 90px 40px 10px 0;
	background: url(../img/title.gif) 50px 30px no-repeat;
	text-align: right;
	font-size: 120%;
}
div#main{
	margin: 0 auto;
	padding: 10px 0;
	width: 900px;
	border-top: 1px #660000 solid;
	border-bottom: 1px #660000 solid;
}
div#navi{
	width: 248px;
	border-right: 1px #660000 dotted;
	float: left;
}
div#contents{
	padding: 0 10px;
	width: 630px;
	float: right;
}
div#footer{
	background: url(../img/bg_hf.gif) bottom no-repeat;
	clear: both;
}
div#credit{
	padding: 10px 0 30px 0;
	color: #660000;
	text-align: center;
}

/*  */
div#navi ul{
	margin: 10px;
}
div#navi ul li{
	margin: 5px;
}
div#navi div{
	margin: 5px;
	border-bottom: 1px #ccc solid;
	font-weight: bold;
}
h2{
	margin: 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px #ccc solid;
}
h3{
	margin: 5px; 0
}
div.contents{
	margin: 0 0 0 30px;
	padding: 0 0 10px 0;
}
table.uranai{
	font-size: 80%;
}
table.uranai th,
table.uranai td{
	padding: 3px;
	border: 1px #666 solid;
	white-space: nowrap;
	text-align: center;
	vertical-align:middle;
}
table.uranai th{
	background: #ccc;
}
table.uranai td.r{
	background: #000;
	color: #ff0000;
}
table.uranai td.b{
	background: #000;
	color: #fff;
}
table.uranai td.g{
	background: #ccc;
}
table.uranai td.n{
	background: #ffcccc;
}
table.uranai td.w{
	background: #fff;
}

/* 統計用 */
table.stat{
	margin: 0 0 0 30px;
}
table.stat th,
table.stat td{
	padding: 3px;
	border: 1px #666 solid;
	text-align: center;
}
table.stat th{
	background: #ccc;
	white-space: nowrap;
}
table.stat td.r{
	width: 50px;
	background: #eee;
}
table.stat td.c{
	width: 50px;
}
table.stat td.m{
	width: 100px;
}




/* オークション用 */
#pauc_list table.list{
	margin: 20px 0;
	font-size: 80%;
}
#pauc_list table.list th,
#pauc_list table.list td{
	padding: 3px;
	border-top: 1px #dcd6d2 solid;
	border-bottom: 1px #dcd6d2 solid;
	border-left: none;
	border-right: none;
	vertical-align: top;
}
#pauc_list table.list th{
	background: #fef6f6;
	white-space: nowrap;
}
#pauc_list a{
	color: #eb606a;
}

#pauc_list div.plink{
	margin: 10px;
	text-align: center;
}
#pauc_list div.plink,
#pauc_list div.plink a{
	color: #eb606a;
}
#pauc_list div.plink a,
#pauc_list div.plink span{
	margin: 5px;
}
#pauc_list div.title{
	margin: 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px #ccc solid;
}
#pauc_list div.contents,
#pauc_list table.contents{
	margin: 0 0 0 30px;
	padding: 0 0 10px 0;
}

