@charset "utf-8";
/* CSS Document */

a:link { color: #0033ff; text-decoration: none ;}
a:active { color: #0033ff; text-decoration: none ;}
a:visited { color: #0033ff; text-decoration: none ;}
a:hover { color: #ff3333; text-decoration: underline overline ;background-color: #CCEEFF ;}

body{
	scrollbar-base-color:#aaaaaa;
	background-attachment:unfixed;
	background-image:url(../image/00bk_01back.jpg);
}

body,td { font-size: small; line-height: 1.8em; }

h1 {
	font-size:10px; font-weight:300; width:760; text-align:center; color:#3399FF;
}
h2 {
	font-size:small; color: #0066FF; text-align:center;
}	

#bodycontents{
	width:780;
	font-size:small;
	line-height:1.8em;
	}
#midashi{
	wide:760px;
	text-align:center;
	}	
	
.midashi{
	font-size:10px;
	text-align:center;
	width:760px;
	}
			
.price {
	color: #FF3333;
	font: bold;
	font-size: medium;
}	

.copyright {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:1.5em;
	}