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

body {
	background-color:#000;
	background:url(../img/bg.jpg) repeat;
}


#contents {
	width:640px;
	background: url(../img/main_bg.png) repeat-y;
	text-align:center;
}

#top {
	width:640px;
	height:427px;
	background:url(../photo/top.jpg);

}

img {
	border:none;
}

.fclear {
	clear:both;
}

#header{
	width:640px;
	margin:0;
	padding:0;
}
#footer{
	width:640px;
	height:83px;
	margin::0;
	padding:0;
	background:url(../img/footer.png) no-repeat;
}
#footer .copylight_box{
	width:600px;
	height:75px;
	padding-top:10px;
	margin:0 auto;
	font-size:10px;
	line-height:13px;
	text-align:center;
}
#tournament{
	padding:5px 5px;
}
#tournament01{
	background:url(../photo/tournament121228_1.jpg) no-repeat;
	width:629px;
	height:364px;
	margin:0;
	padding:0;
}
#tournament02{
	background:url(../photo/tournament121228_2.jpg) no-repeat;
	width:629px;
	height:195px;
	margin:0;
	padding:0;
}
#tournament03{
	background:url(../photo/tournament121228_3.jpg) no-repeat;
	width:629px;
	height:234px;
	margin:0;
	padding:0;
}
#tournament04{
	background:url(../photo/tournament121228_4.jpg) no-repeat;
	width:629px;
	height:259px;
	margin:0;
	padding:0;
}
#link{
	width:640px;
	pading:5px 0;
	background:url(../img/link_bg.png) repeat-y;
}
#link .imatsubu{
	margin-bottom:5px;
}
#link .top_link{
	padding:8px 0 5px 480px;
	font-size:12px;
}
#link ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.3em;
}
#link li{
	width:212px;
	float:left;
	margin:0;
	padding-bottom:10px;
}
.top_link{
	margin-left:480px;
	font-size:12px;
	padding-bottom:5px;
}

a:link {
	color: #333;
	text-decoration: none;
}   /* リンク */
a:visited {                 /* 既に見たリンク */
	color: #F00;
	text-decoration: none;    /* 下線を消す */
}
a:active {
	color: #FFFF00
} /* クリック時のリンク */
a:hover {                   /* カーソルが上にある時のリンク */
	color: #FF0000;
	text-decoration: none     /* 下線を消す */
}

