@charset "UTF-8";
#head {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	width: 655px;
	height: 162px;
}
.read {
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	padding-left: 133px;
}
#head .btnarea {
	padding: 20px 20px 0px 20px;
}
*+html #head .btnarea {
	padding: 20px 20px 0px 20px;
}
* html #head .btnarea {
	padding: 21px 20px 0px 20px;
}

.enter{
	width: 400px;
	height: 40px;
	display:block;
	float:left;
	margin-right:10px;
	background-color:#000000;
}
* html .enter {
	margin-right:15px;
}
.stop{ 
	width: 200px;
	height: 40px;
	display:block;
	float:left;
	background-color:#000000;
}
.enter a{
	background-image: url(img/enter.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 40px;
	display:block;
}
.stop a{
	background-image: url(img/stop.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 40px;
	display:block;
}
#link .bar {
	height: 30px;
	width: 188px;
	background-image: url(img/bar.gif);
	background-repeat: no-repeat;
	padding-left:467px;
	margin: 30px 0px 0px 0px;
}
.sample{
	width: 75px;
	height: 75px;
	display:block;
	position: absolute;
	left: 560px;
	top: -30px;
}
* html .sample{
	left: 540px;
}
.sample a{
	width: 75px;
	height: 75px;
	display:block;
	margin: 0px;
	padding: 0px;
}
.stop a:hover,.enter a:hover,.sample a:hover{ filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; }
.stop a:active,.enter a:active,.sample a:active{ filter:alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85; }
.explain {
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	line-height: 1.3em;
	color: #666666;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.explain span{
	font-size: 116%;
	line-height: 1em;
	color: #333333;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}
.explain li {
	margin-bottom: 20px;
}

