@charset "UTF-8";
/* CSS Document */

html,body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
}
body{
	width: 100%;
	font-size: 11px;
	color: #666666;
	background-color: #FFF;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

#wrapper{
	max-width: 640px;
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: 100%;
}
#img {
	border: 0;
}
p {
	margin-bottom: 12px;
}
a:link, a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover, a:active {
	color: #36C;
	text-decoration: underline;
}
#box1 {
	width: 100%;
	margin-bottom: -10px;
	/* [disabled]margin-right: 5%; */
	/* [disabled]margin-left: 5%; */
	text-align: center;
	margin-top: 25px;
	display: block;
}
#box1 img{
	max-width: 100%;
	width: 600px;
}
#box1m {
	width: 100%;
	text-align: center;
	height: 0px;
	display: none;
}
#box2 {
	width: 100%;
	text-align: center;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: -20px;
	padding-top: 10px;
}
#m0 {
	width: 600px;
	height: 100px;
	background-image: url(../_img/m00.png);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}
#m0:hover {
	background-image: url(../_img/m00s.png);
}
#m1 {
	width: 600px;
	height: 200px;
	background-image: url(../_img/m01.png);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}
#m1:hover {
	background-image: url(../_img/m01s.png);
}
#m2 {
	width: 600px;
	height: 200px;
	background-image: url(../_img/m02_n.png);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}
#m2:hover {
	background-image: url(../_img/m02s_n.png);
}
#m3 {
	width: 600px;
	height: 100px;
	background-image: url(../_img/m03.png);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}
#m3:hover {
	background-image: url(../_img/m03s.png);
}
#m4 {
	width: 600px;
	height: 100px;
	background-image: url(../_img/m04.png);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}
#m4:hover {
	background-image: url(../_img/mm04s.png);
}
