@charset "Shift_JIS";
/*-- base --*/

*{
	margin:0px;
	padding:0px;
}

#preload-images { display: none; visibility: hidden; }

body{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight:normal;
	font-style:normal;
	background: url(../images/bg.gif) 0 0 repeat;
}

A:link{
    color: #00c800;
	text-decoration: none;
}

A:visited{
    color: #009600;
	text-decoration: none;
}

A:active{
    color: #ffffff;
	text-decoration: none;
}

A:hover{
    color: #00ff00;
	text-decoration: none;
}

img{
	border-width: 0px;
	border-style: none;
}

.nd {
display:none;
}

/*-- blogtext --*/
.blogtext{
	position: absolute;
	top: 60px;
	left: 20px;
	width: 280px;
	height: 600px;
	color: #555555;
	font-size: 12px;
	line-height: 20px; 
	text-align : left;
}

/*-- NEXT BUTTON --*/
#btn_next a{
	position: absolute;
	top: 15px;
	left: 248px;
    width:45px;
    height:30px;
    background-image: url(../images/btn_next_01.gif);
    filter: alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}

#btn_next a:hover{
    background-image: url(../images/btn_next_02.gif);
}

/*-- BACK BUTTON --*/
#btn_back a{
	position: absolute;
	top: 15px;
	left: 20px;
    width:45px;
    height:30px;
    background-image: url(../images/btn_back_01.gif);
    filter: alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}

#btn_back a:hover{
    background-image: url(../images/btn_back_02.gif);
}

/*-- CREDIT --*/
.credit{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 285px;
	height: 600px;
	color: #aaaaaa;
	font-size: 9px; 
	text-align : left;
}