@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
	border:0;
}

a {
	outline:none;
}

body {
	background:#F2F2F5 url(../img/bg_001.gif) repeat-x center top;
	text-align:center;
	font: 11px/150% "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #999999;
}

#container {
	width:780px;
	margin:0 auto;
	text-align:center;
}

#wrapper {
	width:780px;
	margin:0 auto;
	text-align:left;
}

#nlogo {
	width:85px;
	height:21px;
	margin:22px 0 0 16px;
}

#list {
	width:780px;
	height:12px;
	text-align: right;
	margin: 18px 0 85px;
}

#title1 {
	width:327px;
	height:45px;
	margin:6px 0 0 16px;
}

#title2 {
	width:327px;
	height:55px;
	margin:96px 0 0 22px;
	text-align: center;
}

#btnarea {
	width:327px;
	height:19px;
	margin:84px 0 0 0;
	text-align: center;
}

.leftbox {
	width:327px;
	height:360px;
	float:left;
}

.rightbox {
	width:342px;
	height:360px;
	float:right;
	margin:0 0 86px 0;
}

.text1 {
	font-size:12px;
	line-height:150%;
	font-family:"HiraKakuPro-W3","MS UI Gothic","MS Gothic";
	text-align:center;
	margin:0 0 20px 0;
}

.btn0 {
	display:block;
	width:102px;
	height:22px;
	background-image:url(../img/check.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	font-size:1%;
	float:left;
}

.btn0:hover {
	background-position:0 -23px;
}

.btn1 {
	display:block;
	width:65px;
	height:19px;
	background-image:url(../img/help_001.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	font-size:1%;
	float:left;
}

.btn1:hover {
	background-position:0 -19px;
}

.btn2 {
	display:block;
	width:177px;
	height:19px;
	padding-left: 5px;
	background-image:url(../img/movie_001.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	font-size:1%;
	float:left;
}

.btn2:hover {
	background-position:0 -19px;
}

.btn3 {
	display:block;
	width:342px;
	height:38px;
	background-image:url(../img/narrowband_001.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	font-size:1%;
	float:left;
}

.btn3:hover {
	background-position:0 -38px;
}

.btn4 {
	display:block;
	width:342px;
	height:38px;
	background-image:url(../img/broadband_001.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	font-size:1%;
	float:left;
}

.btn4:hover {
	background-position:0 -38px;
}

.clear {
	clear:both;
}

.hide {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

