*{
	margin:0px ;
	padding:0px ;
}

img{
	border:none;
}

body {
	font-size: 12px;
	line-height:18px;
	color:#6b6b6b;
	background-color:#000000;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
	
	background-repeat: repeat-x;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif, Geneva, Arial, Helvetica;
}

a:link {
	color:#154d80;
}
a:visited {
	color:#154d80;
}
a:hover {
	color:#898989;
}
a:active {
	color:#898989;
}

/* float */
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.clear_left{
	clear:left;
}
.clear_right{
	clear:right;
}
.clear_both{
	clear:both;
}
#ALL{
	width:auto;
	margin:0px auto;
}

#MAIN{
	width:734px;
	margin:0px auto;
	background-color: #FFFFFF;
	padding: 0 33px 10px;
	text-align: center;
}

#logo{
	float:left;
	margin:11px 0px 7px 5px;
	padding:0px;
}
#wii{
	float:right;
	margin-top:11px;
	margin-bottom:7px;
	margin: 11px 5px 7px 0;
}

#HEAD {
	background-image: url(../images/title.gif);
	clear: both;
	height: 45px;
	text-align: left;
	padding-top: 20px;
	background-repeat: no-repeat;
	width: 734px;
	margin: 0 auto;
}

#HEAD h1{
	float:left;
}

#HEAD .btn {
	text-align:right;
	margin-right: 4px;
}
#HEAD .btn img {
	margin-top: 10px;
	margin-right: 5px;
}
#sort {
	margin: 0 50px 0;
}
#sort li {
	list-style-type: none;
	text-align: left;
	float: left;
	margin: 0 10px;
}

#CONTENTS {
	text-align: left;
	clear: both;
	margin: 0 auto;
	padding:0px;
	width: 734px;
}

#CONTENTS #news{
	margin-top: 5px;
	margin-bottom: 28px;
	clear: both;
	padding-top: 5px;
}

#CONTENTS #news_title{
	border-bottom:1px solid #e6e6e6;
	padding-bottom: 5px;
}

#CONTENTS #news p{
	background-image:url(../images/dot.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	padding: 0 0 5px 10px;
	margin-top: 5px;
	
}

#jump{
	margin:0px;
	padding:40px 0px 0px 0px;
}

#jump_gtop{
	background-image:url(../images/ar_right_gray.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding-left: 20px;
	font-weight: bold;
	background-position: 0 2px;
	font-size: 10px;
	float: left;
}

.pagetop{
	font-size:10px;
	text-align:right;
	font-weight: bold;
	margin:0px;
	padding:0px;
	float: right;
}

.pagetop img{
	vertical-align:text-bottom;
	margin-right:5px;
}

/* list.html */
#CONTENTS .listbox {
	margin:30px auto 0px;
	padding:0px;
	text-align:center;
}

#CONTENTS .listbox th {
	text-align: left;
	padding: 6px;
	border-bottom: 1px solid #e0e0e0;

}
#CONTENTS .listbox td {
	padding: 6px 6px 6px 18px;
	text-align: left;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#CONTENTS .listbox td.title {
	padding: 6px 6px 6px 18px;
	text-align: left;
	color: #154d80;
	font-weight:bold;
}

#fla {
	width: 580px;
	margin: 20px auto;
}

#banner {
	width:734px;
	margin: 0 auto;
}

.banner_img {
	margin-right:10px;
}

#title_name{
	text-align:left;
	margin: 30px 0;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 5px 10px;
}

#CONTENTS_about {
	background-image:url(../images/photo_wii.jpg);
	background-repeat:no-repeat;
	background-position:right 170px;
	text-align:left;
	clear:both;
	margin:0px auto;
	padding:0px;
	width: 734px;
}

#CONTENTS_about h3 {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 15px;
}
#about{
	margin:20px 0;
	width: 490px;
}

#about p{
	padding: 0 0 15px 10px;
}

#about ul{
	padding: 0px;
	margin-left: 10px;
}

#about li{
	background-image: url(../images/ico_circle.gif);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 15px;
	background-position: 0 4px;
	margin-bottom: 5px;
}

/* footer */
#FOOT{
	line-height: 16px;
	color: #666666;
	padding:10px 0;
	letter-spacing: 1px;
	border-top: 1px solid #e0e0e0;
	margin: 5px 0px 0px 0px;
}
#FOOT .caution{
	float:left;
	font-size: 9px;
	text-align:left;
	margin-left:5px;
	color:#ababab;
}
#FOOT .navi{
	float:right;
	font-size: 10px;
	margin-right:5px;
	font-weight: bold;
	text-align: left;

}

/* text decolation */

.blue{
	color:#154d80;
}

.line{
	clear:both;
	margin-top:3px;
}
.nowrap{
	white-space: nowrap;
}

