@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}
.main_box {
	border: 1px dotted #666666;
	background-color: #FFFFFF;
}
#top_background {
	background-image: url(../images/top_background_2.jpg);
	background-repeat: no-repeat;
}
#top_background_en {
	background-image: url(../images/top_background_2_en.jpg);
	background-repeat: no-repeat;
}
.header_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}
.header_2 {
	font-size: 18px;
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#bottom_background {
	background-image: url(../images/bottom_back.jpg);
	background-repeat: repeat;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
.style1 {
	color: #EEEEEE;
}
.dottedBottom {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
