@charset "EUC-JP";

/******************************
 * BASIC
 *
 ******************************/
body {
	margin: 0;
	padding: 0;
	background:#fff;
	font-size: 12px;
	font-family: "Arial";
	color: #000;
	text-align: center;
	}

th, td {
	font-size: 12px;
	color: #000;
	}

img {
	border: none;
	}

strong {
	font-weight: bold;
	}

strong.enhancement {
	font-size: 14px;
	color: #c00;
	}
	
em {
	font-style: normal;
	color: #c00;
	}

p {
	margin: 0;
	}

form {
	display: inline;
	}

abbr {
	border: none;
	}

.hidden {
	display: none;
	}
.vhide {
	visibility: hidden;
	}
.dpblc {
	display: block;
	}

hr.clear {
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	line-height: 0;
	}

hr.divider {
	height: 0px;
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #999;
	line-height: 0;
	}

p.accessibility-notice {
	display: none;
	}

.attention {
	color: #c00;
}

/* float */
.f-right{
 	float: right;
	}
.f-left{
 	float: left;
}

/******************************
 * HEADING
 *
 ******************************/
h1 {
	margin: 0 0 15px 0;
	}

h2 {
	margin: 0 0 15px 0;
	}

h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(../images/marker_subhead.gif) left center no-repeat;
	font-size: 12px;
	color: #6cf;
	}

h4,
h5 {
	margin: 0 0 1em 0;
	font-size: 12px;
	}


/******************************
 * LINK
 *
 ******************************/
a:link {
	color: #06c;
	text-decoration: underline;
	}
a:visited {
	color: #06c;
	text-decoration: underline;
	}
a:active {
	color: #f00;
	text-decoration: underline;
	}
a:hover {
	color: #c00;
	text-decoration: underline;
	}

p.link {
	margin-top: 10px;
	padding-left: 12px;
	background: url(../images/marker_arrow.gif) left 2px no-repeat;
	font-weight: bold;
	}

/******************************
 * BODY
 *
 ******************************/
div#BODY {
	width: 729px;
	margin: 0 auto;
	background: url(../images/bg_body.jpg) left top repeat-y;
	text-align: left;
	}


/******************************
 * HEADER
 *
 ******************************/
div#HEADER {
	margin: 0 5px;
	padding: 20px 0 10px 20px;
	background: #fff;
	}


/******************************
 * MAIN
 *
 ******************************/
div#MAIN {
	margin: 0;
	}

p.to-top {
	margin-bottom: 20px;
	padding-right: 10px;
	text-align: right;
	}
p.to-top a:link {
	color: #666;
	text-decoration: none;
	}
p.to-top a:visited {
	color: #666;
	text-decoration: none;
	}
p.to-top a:active {
	color: #f00;
	text-decoration: none;
	}
p.to-top a:hover {
	color: #c00;
	text-decoration: none;
	}
p.to-top img {
	margin-right: 5px;
	}
	
/******************************
 * NAVIGATION
 *
 ******************************/
div#NAVI {
	position: absolute;
	width: 161px;
	margin-left: 4px;
	padding-top: 25px;
	background: url(../images/bg_navi.jpg) right top no-repeat;
	}
ul.main-navi {
	width: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul.main-navi li {
	padding: 10px;
	text-align: right;
	background: url(../images/bg_navi_bottom.jpg) right bottom no-repeat;
	color: #06c;
	}
ul.main-navi li.self {
	padding: 10px;
	text-align: right;
	border-left: 3px solid #06c;
	background: url(../images/bg_navi_bottom.jpg) right bottom no-repeat #f2f2f2;
	font-weight: bold;
	}
ul.main-navi li a:hover {
	font-weight: bold;
	}
	
ul.sub-menu {
	width: auto;
	margin: 5px 0 0 0;
	list-style-type: none;
	font-size: 10px;
	/* hack for Win IE */
	_font-size: 9px;
	}
ul.sub-menu li {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	background: url(../images/marker_submenu.gif) right center no-repeat;
	font-size: 10px;
	/* hack for Win IE */
	_font-size: 9px;
	font-weight: normal;
	}
ul.sub-menu li a {
	font-size: 10px;
	/* hack for Win IE */
	_font-size: 9px;
	font-weight: normal;
	}
ul.sub-menu li a:link {
	font-size: 10px;
	/* hack for Win IE */
	_font-size: 9px;
	color: #999;
	text-decoration: none;
	}
ul.sub-menu li a:visited {
	font-size: 10px;
	/* hack for Win IE */
	_font-size: 9px;
	color: #999;
	text-decoration: none;
	}
ul.sub-menu li a:active {
	font-size: 10px;
	/* hack for Win IE */
	_font-size: 9px;
	color: #f00;
	text-decoration: none;
	}
ul.sub-menu li a:hover {
	font-size: 10px;
	/* hack for Win IE */
	_font-size: 9px;
	font-weight: normal;
	color: #c00;
	text-decoration: none;
	}

div#NAVI em {
	font-weight: bold;
	}
	
div#NAVI ul.banner-area {
	margin: 20px 0 0 0;
	padding: 5px;
	list-style: none;
}
div#NAVI ul.banner-area li {
	margin-bottom: 5px;
}
#NAVI img { margin: 25px 5px 10px 5px; }


/******************************
 * MAIN CONTENTS
 *
 ******************************/
div#MAINCONTENTS {
	position: relative;
	width: 540px;
	left: 184px;
	padding-top: 25px;
	}

ul.bread-crumbs {
	margin: 0 0 20px 0;
	padding: 0 30px 0 10px;
	list-style-type: none;
	}
ul.bread-crumbs li {
	display: inline;
	font-family: "Osaka", "£Í£Ó ¥´¥·¥Ã¥¯";
	}

div.lead,
div.content {
	width: 500px;
	margin: 0 0 20px 10px;
	}
div.lead p,
div.content p {
	line-height: 160%;
	}

/******************************
 * LOGIN
 *
 ******************************/
div.login {
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: #effaff;
	}

table.login {
	margin: 0 0 10px 10px;
	border-collapse: collapse;
	}
table.login th {
	padding: 3px 5px 5px 0;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	}
table.login td {
	padding: 0 0 5px 0;
	}
table.login td p.notice {
	margin-top: 0.2em;
	}

div.login ul.submit {
	margin-left: 30px;
	text-align :left;
	}

div.login p.attention {
	margin: 0 0 2em 1em;
	color: #c00;
	}

div.login p.error-message {
	margin: 5px 0 0 40px;
	color: #c00;
	}

div.login input.textbox {
	height: 1.3em;
	}

/******************************
 * FORM ELEMENTS
 *
 ******************************/
form {
	display: inline;
	}
.textbox {
	border: 1px solid #ccc;
	}
.textarea {
	border: 1px solid #ccc;
	}
.button {
	width: 120px;
	border: 1px solid #999;
	background: #eee;
	}
	
ul.submit {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}
ul.submit li {
	display: inline;
	margin: 0 10px;
	}
ul.submit li .button {
	width: 90px;
	}

/******************************
 * RULES
 *
 ******************************/
h3.rules {
	margin: 20px 0 5px 0;
	padding: 0;
	background: none;
	font-size: 12px;
	color: #000;
	}

div.rules,
div.web-rules {
	overflow: auto;
	height: 240px;
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fafafa;
}

div.rules h4 {
	margin: 0 0 5px 0;
	font-size: 12px;
}

div.web-rules ol,
div.rules ol,
div.rules ul {
	margin: 0;
	padding-left: 2em;
}

div.rules p,
div.web-rules p {
	margin-bottom: 10px;
}

dl.rules {
	margin: 0 0 1em 0;
	}
dl.rules dt {
	margin-bottom: 3px;
	font-weight: bold;
	}
dl.rules dd {
	margin: -1.6em 0 1em 4em;
	line-height: 160%;
	}
div.web-rules dl.rules dd {
	margin: 0 0 0 2.5em;
	}
dl.rules dl {
	margin: 0 0 1em 0;
	}
dl.rules dl dt {
	margin: 0;
	font-weight: normal;
	}
dl.rules dl dd {
	margin: 0 0 1em 0;
	}

div.rule {
	margin-bottom: 20px;
	}

/******************************
 * FOOTER
 *
 ******************************/
div#FOOTER {
	position: relative;
	width: 510px;
	left: 184px;
	padding: 25px 0;
	}

dl.office-info {
	margin: 0 0 20px 0;
	padding: 8px;
	border: 1px dotted #999;
	}
dl.office-info dt {
	margin-bottom: 3px;
	font-weight: bold;
	color: #6cf;
	}
dl.office-info dd {
	margin: 0;
	}
dl.office-info dd.address {
	margin-bottom: 3px;
	}
dl.office-info dd.email,
dl.office-info dd.tel,
dl.office-info dd.fax {
	display: inline;
	margin-right: 1em;
	}

p.web-notice {
	margin-bottom: 20px;
	text-align: center;
	}

p.copyright {
	color: #999;
	text-align: center;
	}



