@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	background-image: url('../common/back_deepblue.gif');
	overflow: y-scroll;
	color: #CCCCCC;
}
img {
	border-width: 0px;
}
strong {
	color: #FF5050;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px 15px 20px 20px;
	position: relative;
	width: 845px;
	top: 0px;
	height: auto;
	background-color: #222233;
	overflow: visible;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #111122;
	border-right-color: #111122;
	border-left-color: #111122;
}
#container:after { /* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0;
}
#contents {
	float: right;
	width: 640px;
	display: inline;
	overflow: visible;
	height: auto;
}
#under_tool {
	width: 640px;
	padding-bottom: 10px;
	clear: both;
	padding-top: 10px;
	background-image: url('../common/back_deepblue.gif');
}
a{
	outline: none;
}
.over{
	text-decoration: line-through;
}
.clear {
	/* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0;
	margin-bottom: 10px;
}


/*css*/
h1#txt{
	width:845px;
	font-size:10px;
	text-align:right;
	color:#ddd;
	font-weight:normal;
	padding:0;
	margin:0;
	height:14px;
	letter-spacing:normal;
	line-height:normal;
}