/* CSS Document */

@charset "shift_jis";

*{
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body,
div#main {
	width           :500px;
	height          :680px;
	color           :#000000;
}

body {
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

img, div { behavior: url(js/iepngfix.htc) }

#wrapper {
    position        :absolute;
	width           :500px;
	height          :680px;
    left            :50%;
	margin-left     :-250px;
	background-image : url(../img/soil.jpg);
	background-repeat: no-repeat;
}

#data {
	font-family     : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size       : 10px;
	font-style      : normal;
	line-height     : 135%;
	font-weight     : normal;
	color           : #FFFFFF;
	width           : 500px;
	height          : auto;
	padding-top     : 250px;
	float           : right;
}
#text1 {
	font-family     : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size       : 10px;
	font-style      : normal;
	line-height     : 125%;
	font-weight     : normal;
	color           : #FFFFFF;
	padding-left    : 15px;
	width           : 485px;
}

#text2 {
	font-family     : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size       : 10px;
	font-style      : normal;
	line-height     : 125%;
	font-weight     : normal;
	color           : #FFFFFF;
	width           : 470px;
	height          : auto;
	float           : right;
	padding-right   : 15px;
	padding-left    : 15px;
}

#close {
	font-family     : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size       : 13px;
	font-style      : normal;
	font-weight     : normal;
	color           : #FFFFFF;
	width           : 60px;
	height          : auto;
	float           : right;
	margin-top      : 15px;
	padding-right   : 220px;
	padding-left    : 220px;
}

.right{
    float           : right;
}


/*-------------------------------------------------
	Link
-------------------------------------------------*/

a{
	color			:#888888;
	text-decoration : none;
}
a:link, a:active{
	color			:#888888;
	text-decoration : none;
}
a:visited{
	color			:#777777;
	text-decoration : none;
}
a:hover{
	color			:#ffffff;
	text-decoration : underline;
}
.btnzone {
	margin: 0px;
	height: 92px;
	width: 150px;
	position: absolute;
	z-index: 2;
	left: 350px;
	top: 224px;
}
.p_rl_20 {
	padding-right: 20px;
	padding-left: 20px;
}
