@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	font: Arial;
	color: #000000;
	text-align: center;
	font-size:12px;
	color:#000000;
	background-image:url(../images/backmask.png);
	background-repeat:repeat-x repeat-y;
}

#wholebody {
	margin: 0 auto;
	width: 700px;  	
	text-align: left;
	background-color: #FFFFFF;
}

/*---------------Upper Flash Division------------------- */
#copyright {
	font-family: Arial;
	text-align: center;
	font-size:12px;
	position:absolute;
	top:15px;
}

/*---------------Upper Flash Division------------------- */
#upperflash {
	position:absolute;
	top:50px;
	width:275px;
	height:80px;
}

/*---------------Upper Flower Flash Division------------------- */
#upperflower {
	position:absolute;
	top:50px;
	width:80px;
	height:80px;
}

/*---------------Down Flash Division------------------- */
#downflash {
	position:absolute;
	width:340px;
	height:150px;
}

/*---------------Content Table Control------------------- */
.buttontable {
	position:absolute;
	top: 140px;
	font-family:Arial;
}

/*---------------RSS Table Control------------------- */
.rsstable {
	position:absolute;
	top: 558px;
	font-family:Arial;
	width: 180px;
}





/*--------------------------------Attention-------------------------------------- */
/*--------------------------------Attention-------------------------------------- */
/*--------------------------------Attention-------------------------------------- */
/*---------------------------------------------------------------------- */
/*---------------For Font and Link Control Only------------------- */
/*---------------Heading Control------------------- */
h1 {
	font-size: 22px;
	font-family: Arial;
	margin: 0 auto;
	padding: 0;
}
h2 {
	font-size: 18px;
	font-family: Arial;
	margin: 0 auto;
	padding: 0;
}
h3 {
	font-size: 13px;
	font-family: Arial;
	margin: 0 auto;
	padding: 0;
}
h4 { font-size: 12px; font-family: Verdana; }
h5 { font-size: 10px; font-family: Verdana; }
/*---------------Font Control------------------- */
.normal {
font-family:Arial;
font-size:15px;
}
.japaneseHeading {
font-family: Arial;
font-size:17px;
}
.normalred {
font-family:Arial;
font-size:15px;
color:#FF0000;
}
.yellowhighlight {
font-family:Arial;
font-size:15px;
background-color:#FFFF00;
}
.yellowhighlightonly {
font-family:Arial;
font-size:12px;
font-weight:bold;
background-color:#FFFF00;
}
.arial12 {
font-family:Arial;
font-size:12px;
}
.normal1 {
font-family:Arial;
font-size:15px;
font-weight: bold;
}
.normalcolor1 {
font-family:Arial;
color: #993300;
font-size:18px;
font-weight: bold;
}
.indexpromotion {
font-family:Arial;
font-size:12px;
font-weight:bold;
}
.downaddress {
font-family:Arial;
font-size:12px;
}
/*---------------Link Control------------------- */
a.blue:link {
	color: #8998B1;
	text-decoration: none;
	font-weight: bold;
	font-family:Arial;
	text-align:right;
}
a.blue:active {
	color: #8998B1;
	text-decoration: none;
	font-weight: bold;
	font-family:Arial;
	text-align:right;
}
a.blue:visited {
	color: #8998B1;
	text-decoration: none;
	font-weight: bold;
	font-family:Arial;
	text-align:right;
}
a.blue:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-family:Arial;
	text-align:right;
}