@charset 'utf-8';

img,
a,
fieldset{
	border:0;
}
a{
	outline:0;
	text-decoration:none;
}
table{
	border-collapse:collapse;
}


/*--------------------------------------
	General Elements
--------------------------------------*/
a {
	color:#202020;
}
a:hover {
	color: #ff0000;
	text-decoration:underline;
}
td{
	line-height:120%;
}
dt{
	margin-top:5px;
}
hr {
	border:dotted #D6D6D6 1px ;
}



/*--------------------------------------
	General Layout
--------------------------------------*/
body{
	background-attachment: scroll;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	line-height:110%;
	font-family: Arial, "lr SVbN", Osaka, sans-serif;
	color:#202020;
}





/*--------------------------------------
	Original Elements
--------------------------------------*/
.footer {
	font-size: 12px;
}
.copy {
	font-size: 10px;
}
.pan {
	font-size: 10pt;
}
.px9{
	font-size:9px;
}
.pt10{
	font-size:10pt;
}
.pt12{
	font-size:12pt;
}

.notes{
	margin:20px 0px;
	font-size:0.8em;
	padding:10px;
	background-color:#DEDEDE;
}

.history_1{
	font-size: 10pt;
	background-color:#DCDCDC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #282828;
}
.history_2{
	font-size: 10pt;
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #282828;
}
.history_3{
	font-size: 10pt;
	background-color:#E2E2E2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #282828;
}
.history_4{
	font-size: 10pt;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.contact{
	font-size:12px;
	border:#CCCCCC 1px outset;
}
.contact caption{
	color:#003399;
	font-weight:bold;
	text-align:left;
	font-size:1.2em;
	padding:3px;
}
.contact th{
	background-color:#CCCCCC;
	width:100px;
}
.contact th.hissu{
	background-color:#8FAECF;
	width:100px;
}
.contact td{
	background-color:#EEEEEE;
	padding-left:15px;
	border-bottom:#CCCCCC solid 1px;
}


/*-----------------------------------------------
	Header
-----------------------------------------------*/
#header{
	background:url(image/header_bg.gif) center top no-repeat #000000;
	margin-bottom:1px;padding-bottom:7px;
}
html>body #header{
	overflow:hidden;
}
#header:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
#header *{
	margin:0;padding:0;
}

#header h1{
	float:left;
	width:240px;
	margin-top:31px;padding-left:15px;
}

#japanese{
	float:right;
	width:490px;
	margin-bottom:23px;
	text-align:right;
}
#headnav{
	float:right;
	list-style:none;
}
#headnav li{
	float:left;
}
#headnav a{
	display:block;
	border-left:3px solid #ffffff;
	padding:0 10px 0 5px;
	line-height:1em;
	font-size:75%;
	color:#FFFFFF;
}
#headnav a:hover{
	border-left:3px solid #ff0000;
	text-decoration:none;
	color:#FF0000;
}


