@charset "utf-8";
/* ------------ universal reset ------------ */
*{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,address,table,td,th,td{
	font-weight: normal;
	font-style: normal;
}
img{
	border: none;
	vertical-align: bottom;
}
ul {
	list-style: none;
}

/* ------------ base setting ------------ */
*{
	line-height: 1.4;
	font-size: 9pt;
}
li{
	line-height: 1.6;
}
a{
	color: #555;
}
a:hover{
	color: #9ab;
}
input,textarea{
	border:1px solid #999;
}
input:focus,textarea:focus{
	background-color: #333;
	color: #fff;
}

body {
	font-family: "Osaka", "ＭＳ Ｐゴシック";
	text-align: left;
	color: #999;
	background: #f6f6f6;
}
#body {
	width: 920px;
	margin: 20px;
}

/* ------------ leftblock ------------ */
#leftblock{
	text-align: right;
	width: 100px;
	float: left;
}
#leftblock div{
    color: #ccc;
}

/* ------------ container (total width 820) ------------ */
#container{
	width: 819px;
	float: left;
	border-left: 1px solid #ccc;
	text-align: left;
}

/* ---------- header (left&container) --------- */
a.header, a.header:hover{
	display: block;
	border-bottom:1px solid #ccc;
	text-decoration: none;
    color: #999;
	padding: 10px 8px 1px 5px;
}
.header-left{
	border-bottom:1px solid #ccc;
	text-decoration: none;
	padding: 10px 8px 1px 5px;
	float:left;
}
.header-left a{
	text-decoration: none;
    color: #999;
}
.header-right{
	border-bottom:1px solid #ccc;
	text-decoration: none;
	text-align:right;
    color: #ccc;
	padding: 10px 8px 1px 7px;
}
.header-bottom{
	border-bottom:1px dotted #ccc;
	padding: 3px 8px 1px 2px;
}
.header-bottom a{
	color: #ccc;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
.header-bottom a:hover{
	color: #999;
	text-decoration: none;
}
#js_timer{
	padding: 3px 8px 1px 7px;
}

/* ------------ container_in ------------ */
/* ------------ centerblock (total width 560) ------------ */
#centerblock{
	float: left;
	width: 440px;
	padding: 30px 70px 30px 50px;
}


/* ------------ rigntblock (total width 219) ------------ */
#rightblock {
	float: left;
	width: 195px;
	padding: 25px 24px 30px 0;
}

.rb_title{
	padding: 20px 0 0 0;
	color: #bbb;
	border-bottom: 1px solid #ddd;
}
.rb_text{
	padding: 6px 0 0 5px;
}
.rb_text p{
	padding-bottom: 3px;
}

/* ------------ footer ------------ */
#footer {
	clear:both;
	width: 610px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 30px;
	padding: 3px 0 0 20px;
	color: #ccc;
}
