@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	overflow: y-scroll;
	color: #CCCCCC;
	background-color: #CCC;
}
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: #EEE;
	overflow: visible;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
#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;
	color: #333333;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #666;
}
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: #333;
	font-weight: normal;
	padding: 5 0 5 0;
	margin: 0;
	height: auto;
	letter-spacing: normal;
	line-height: normal;
}
