/*--------------all--------------*/
body {
	font-family: "Osaka";
	color: #333333;
	font-size: 14pt;
	background-color: #EBEBEB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



table {
	font-size: 16px;
	line-height: 140%;
}

table input {
	font-size: 16px;
}

table tr td {
	font-size: 16px;
}

table textarea {
	font-size: 16px;
}

.font_list01 {
	font-size: 30pt;
	line-height: 40pt;
}
.font_list02 {
	font-size: 20pt;
	line-height: 26pt;
}

.font_color_red {
	color: #FF0000;
}
.font_color_blue {
	color: #003399;
}


.border {
	border: 1px solid #CCCCCC;

}

.bgcolor_white {
	background-color: #FFFFFF;
}

.bgcolor_blue {
	background-color: #0099CC;
}

.bgcolor_green {
    background-color: #99CCCC;
} 

.bgcolor_gray {
	background-color: #CCCCCC;
}
.bgcolor_gray2 {
	background-color: #EEEEEE;
} 
.bgcolor_gray3 {
    background-color: #FAFAFA;
} 
.bgcolor_gray4 {
    background-color: #E0E0E0;
} 
.go-top{
	bottom:30px;
	height:123px;
	position:fixed;
	left:50%;
	width:68px;
	z-index:9;
	font-size:12px;
	margin: 0 0 0 460px;
}
.go-top a{
	background:#333; 
	color:#efefef; 
	display:block;
	height:40px;
	width:68px; 
	text-align:center; 
	line-height:40px; 
	border-bottom:1px solid #F1F1F1;
}

