@charset "utf-8";
/* CSS Document */
@import url("common.css");
body {
	background-color: #fff;
	background-attachment: scroll;
	background-image: url(../../images/bg_en.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}
a {
	color: #666;
	font-style: normal;
	outline: none;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	font-style: normal;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#menu .underline {
	background-color: #FFF;
	height: 1px;
	width: 90px;
	position: absolute;
	left: 467px;
	top: 23px;
}
#contents {
	margin-right: 20px;
	margin-left: 20px;	margin-right: 20px;
	margin-left: 20px;padding-bottom: 60px;

}
#contents h1 {
	height: 65px;
	width: 305px;
	position: absolute;
	left: 40px;
	top: 20px;
}
#contents2 {
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	top: 150px;
	padding-left: 380px;
}
p {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	margin-bottom: 50px;
}

p .title {
	font-size: 18px;
	font-weight: bold;
}
#contents h2 {
	height: 34px;
	width: 436px;
	position: absolute;
	left: 490px;
	top: 380px;
}
.itaric {
	font-weight: bold;font-style: italic;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	clear: both;
	width: 650px;
}
#footer {
	text-align: right;
	height: 10px;
	width: 100%;
	position: absolute;
	bottom: 20px;
	color: #666;
}

#menu {
	position: absolute;
	left: 440px;
	top: 20px;
}
