@CHARSET "utf-8";


body {
	background-color: #FFFFFF;
	margin: 8px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 16px;
	color: #434343;
}

h1 {
	height: 46px;
	background: url(../images/head.png);
	position: relative;
	max-width: 480px;
	margin: 0 auto;
	padding-top: 5px;
}
h1 a {
	position: absolute;
	top: 10px;
	min-width: 63px;
	min-height: 23px;
	line-height: 23px;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	color: white !important;
}
h1 a.login {
	height: 27px;
	right: 4px;
	background: url(../images/button_login.png);
	text-shadow: 1px 1px 1px #f54a07;
	padding-top: 3px;
}
h1 a.logout {
	height: 27px;
	right: 4px;
	background: url(../images/button_logout.png);
	text-shadow: 1px 1px 1px #305c20;
	padding-top: 3px;
}
h1 a.mypage {
	height: 27px;
	right: 85px;
	background: url(../images/button_mypage.png);
	text-shadow: 1px 1px 1px #f54a07;
	padding-top: 3px;
}
h2 {
	color: white;
	font-weight: normal;
	font-size: 23px;
	text-shadow: 1px 2px 2px #ff4904;
}

h3 {
    background: url("../images/title02.png") repeat-x scroll 0 0 transparent;
    color: white;
    font-weight: normal;
    margin: 5px auto;
    padding: 4px 10px;
}

h4 {
        font-size: 130%;
        color: #AC5000;
}

a {
	color: #1875A0;
}

li {
	list-style-type: none;
}

hr {
	border: 2px solid #66b5ec;
	height: 1px;
	border-radius: 2px;
	margin: 12px 8px 20px 8px;
}

form dd {
	margin: 0.5em auto 1em auto !important;
}

form dt {
	margin-left: 0.5em !important;
}

form dt label {
	width: auto !important;
	font-size: 130% !important;
	color: #AC5000;
}

form dd input{
	width: 96% !important;
}

#site_top {
	text-align: center;
}

#grade {
	margin-left: 10px;
}

#footer hr {
	color: #D6F2FF;
}

#footer ul {
	padding: 0;
}
#footer p.copyright {
	color: #FFFFFF;
	background: url(../images/head.png);
	text-align: center;
	margin: 5px 0;
	padding: 5px;
}

#headerlogo {
	margin-bottom: 10px;
	text-align:left;
	background-color: #434343;
}

#entry_line {
	max-width: 480px;
	margin: 0px auto;
}

.entry_box {
	background-color: #FFF3AA;
	margin: 15px;
	padding: 15px;
	border: 2px solid gray;
	border-radius: 10px;
}

.success {
	background-color:lightgreen;
	border:2px solid limegreen;
	color:darkgreen;
}

.error {
	background-color:lightpink;
	border:2px solid tomato;
	color:crimsin;
	padding: 5px;
}

.notice {
	font-size: 12px;
}

.al_left {
	text-align: left;
}

.al_center {
	text-align: center;
}

.al_right {
	text-align: right;
}

#breadcrumbs{
	color: white;
	font-size: 12px;
}

#breadcrumbs #first{
	background: url("../images/touroku_01.png") no-repeat scroll center 0 transparent;
	padding: 7px 0px 7px 0px;
	margin: 1em 0;
	text-align: center;
}

#breadcrumbs #second{
	background: url("../images/touroku_02.png") no-repeat scroll center 0 transparent;
	padding: 7px 0px 7px 0px;
	margin: 1em 0;
	text-align: center;
}

#breadcrumbs #third{
	background: url("../images/touroku_03.png") no-repeat scroll center 0 transparent;
	padding: 7px 0px 7px 0px;
	margin: 1em 0;
	text-align: center;
}

#breadcrumbs #leave{
	background: url("../images/taikai_01.png") no-repeat scroll center 0 transparent;
	padding: 7px 0px 7px 0px;
	margin: 1em 0;
	text-align: center;
}


#breadcrumbs #center{
	padding-left: 30px;
	padding-right: 30px;
	
}
#breadcrumbs #right{
	padding-left: 15px;
	padding-right: 15px;
}

#breadcrumbs #leave_right{
	padding-left:  100px;
	padding-right: 10px;
}

.direction {
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin: 2em auto;
}

.ranking_header {
	text-align: center;
	height: 55px;
}
.ranking_header img {
	max-width: 480px;
	max-height: 80px;
	width: 100%;
	height: 100%;
}
.inactive {
	color: gray;
}
.ranking dt {
	margin: 2em 2em 0.5em 2em;
}
.ranking dd{
	margin: 0.5em 2em 2em 2em;
}
.ranking .rank {
	margin-left: 7em;
}
.ranking .score {
	float: right;
}
.page_link {
	margin-left: 0.7em;
}

.member_join {
	text-align: center;
	color: #ff5f05;
	margin: 1em 0;
}

.member_join img {
	max-width: 294px;
	width: 64.4%;
}

.banner {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}

#docs_box {
	padding-left: 1em;
	padding-right: 1em;
}

/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* End Hack */
