@charset "utf-8";

/*　基本設定　ここから　*/

body {
	color: #555555;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #888888;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	text-decoration: none;
}

a:active{
	color: #000000;
	text-decoration: none;
}

h1,h2,h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

img {
	border: 0;
}

hr {
	display: none;
}

h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	
}

h2 {
	position: absolute;
	top: 10px;
	left: 600px;
}

address {
	color: #999999;
	font-size: 0.8em;
	font-style: normal;
	text-align: center;
	height: 50px;
	line-height: 40px;
}


/*　基本設定　ここまで　*/



/* indexレイアウト設定ここから */

#pageBody {
	width: 760px;
	height: 567px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(index_back.jpg);
	background-repeat: repeat-y;
	position: relative;
}

/* indexレイアウト設定ここまで */

/*　日本語英語へのリンクテキスト　ここから　*/

#japan {
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 450px;
	left: 380px;
	
}

#english {
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 480px;
	left: 380px;
}

/*　日本語英語へのリンクテキスト　ここまで　*/