*{
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	text-align: left;
}
body {
	background-image: url(hp_img/bg_main.jpg);
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a{
	color: #333333;
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: none;
}
.copy a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
hr{
	height: 1px; 
	color: grey; 
	background-color: grey; 
	border: none;"
}
td{
	vertical-align: top;
}

.box{
	background-color:#CCCCCC;
	padding:2px;
}
.book{
	background-color: #FFFFFF;
}
.book td{
	text-align: left;
	width: 275px;
}
.book img{
	border: 0;
	border-collapse: collapse;
	padding: 0px;
	width: 275px;
	height: 400px;
}
.copy {
	margin-top: 10px;
	margin-bottom: 6px;
	line-height: 13px;
	color: #000000;
	letter-spacing: 1px;
	white-space: 13;
	border-left-width: 10px;
	padding-left: 2px;
	text-indent: 1px;
}
.note {
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	color: #FFFFFF;
	letter-spacing: 1px;
	white-space: 13;
	border-left-width: 10px;
	padding: 1px 3px;
	background-color: #000000;
	text-indent: 1px;
}
.icon {
	letter-spacing: 0.1em;
	font-size: 11px;
	line-height: 15px;
	color:#000000;
	text-align:left;
	margin-bottom:4px;
	vertical-align:middle;
}
/* ======================================================== login */
dt.user, dt.pass {
	margin-left: 10px;
}
dd.user input{
	width: 200px;
}
dd.pass input{
	width: 200px;
}
dd.submit input{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: solid #fff 1px;
}
button{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: solid #fff 1px;
}
