/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	scrollbar-face-color: #ebebeb;
	scrollbar-arrow-color: #333333;
	scrollbar-highlight-color: #f2f2f2;
	scrollbar-shadow-color: #666666;
	scrollbar-base-color: #ffffff;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	color: #333333;
	background-color: #ffffff;
	margin: 0px;
	text-align: center;
}
body a {
	color: #333333;
	text-decoration: none;

}
body a:hover {
	color: #54678A;
	text-decoration: underline;
}

/*font*/
.text_en10 {
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
	font-size: 10px;
	line-height: 18px;
	color: #333333;
}
.text_en12 {
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.text_en15{
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
	font-size: 15px;
	line-height: 18px;
	color: #333333;
}
.text_jp10 {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka";
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.text_jp12 {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.text_jp14 {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.text_jp15 {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka";
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
/*font*/

/* news */
.newsTitle {
	width: auto;
	height: 25px;
	margin: 0px;
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.newsTextDay {
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
	font-size: 10px;
	font-style: normal;
	color: #333;
}
.newsText {
	float: right;
	width: 100%;
	padding: 5px 0px 5px 5px;
	color: #333333;
	text-align: left;
	border-bottom: 1px solid #999;
}
.newsText a, .newsText a:visited {
	color: #666;
	text-decoration: none;
}
.newsText a:hover, .newsText a:active {
	color: #333;
	text-decoration: underline;
}
.txt_red {
	color: #FF3300;
}
/* news */

/* Frame */
.frame01 {
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	
}
.frame02 {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #f5f5f5;
}
.frame03 {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #d9d9d9;
}
/* Frame */

/* margin */
.margin_5 {
	padding: 5px;
}
.margin_10 {
	padding: 10px;
}

/* margin */

/* form */
.txtFld01_jp {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka";
	font-size: 10pt;
	color: #000;
	border: 1px solid #666;
	background: #fff;
}
.txtFld01_en {
	font-family: "Tahoma", "Verdana", "Geneva", "Arial", "Charcoal",  "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #000;
	border: 1px solid #666;
	background: #fff;
}
/* form */

/* link */
.btn01 {
	margin: 0px;
	background-image: url(/main_menu_img/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	text-align: left;
	font-weight: normal;
	padding-left: 20px;
	line-height: normal;
}

/* link */
