/* CSS Document */
body {
	padding: 0px;
	font-family:"Verdana", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 13px;
	color: #ffffff;
	background-image : url(bg.jpg);
	background-attachment: fixed;
	background-position:left top;
	background-repeat: no-repeat;
	background-color:#000000;
}

a:link { color:#E08C06; text-decoration:none; }
a:visited { color:#AE6D04; text-decoration:none; }
a:active { color:#E08C06; }
a:hover { color:#FF6600; text-decoration:underline;}

h1,h2,h3 {
	font-weight: bold;
}

h3 {
  width:650px;
  font-size: 16px;
  border:solid #666666;
  border-width:0 0 1px 10px;
  padding:0.4em 0.4em;
}

h2 {
  font-size: 16px;
}

.red {color: #ff0000;}

#content {
	background-color:#000000;
	width: 700px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin: 0px;
	line-height: 1.7;
}

#content b {
font-weight: bold;
background:#666666; 
}

#btn_bk330 {
    width:330px;
	margin: 10px auto;	
}

#btn_bk330 a{
display:block;
width:330px;
color:#ffffff;
background:url(images/btn330.png) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
text-align:center;
}

#btn_bk330 a:hover{
color:#000000;
background:url(images/btn330_on.png) no-repeat;
}
