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

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


#contents {
	width:640px;
	background: url(../img/main_bg151211.jpg) repeat-y;
}
#contents .top01{
	background:url(../photo/top151211_1.jpg) no-repeat;
	height:449px;
}
#contents .top02{
	background:url(../photo/top151211_2.jpg) no-repeat;
	height:413px;
}
#contents .top03{
	background:url(../photo/top151211_3.jpg) no-repeat;
	height:399px;
}
#contents .top04{
	background:url(../photo/top151211_4.jpg) no-repeat;
	height:398px;
}
#contents .top05{
	background:url(../photo/top151211_5.jpg) no-repeat;
	height:397px;
}
#contents .top06{
	background:url(../photo/top151211_6.jpg) no-repeat;
	height:423px;
}


#contents .fb{
	padding:95px 0 0 300px;
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-align:left;
}
#contents .tw{
	padding:108px 0 0 300px;
	font-size:13px;
	font-weight:bold;
	color:#333;
	text-align:left;
}
#contents .tournament_link{
	padding:375px 0 0 5px;
}
#contents .tournament01{
	background:url(../photo/tournament151211_1.jpg) no-repeat;
	height:309px;
}
#contents .tournament02{
	background:url(../photo/tournament151211_2.jpg) no-repeat;
	height:229px;
}
#contents .tournament03{
	background:url(../photo/tournament151211_3.jpg) no-repeat;
	height:221px;
}
#contents .tournament04{
	background:url(../photo/tournament151211_4.jpg) no-repeat;
	height:340px;
}
	
#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;
	margin::0;
	padding:0 0 15px 0;
}
#footer .copylight_box{
	width:600px;
	padding:10px 0;
	margin:0 auto;
	font-size:10px;
	line-height:13px;
	text-align:center;
	background-color:#FFF;
}
#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;
	padding:0 0 10px 0;
	background:url(../img/w60bg.png)
}
#link .archive{
	text-align:right;
	padding:8px 5px 5px 0;
}
#link .top_link{
	padding:8px 0 5px 0;
	font-size:12px;
}
#link ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	font-size:12px;
	line-height:1.3em;
	text-align:center;
}
#link li{
	width:212px;
	float:left;
	margin:0;
	padding-bottom:10px;
}
.top_link{
	margin-left:480px;
	font-size:12px;
	padding-bottom:5px;
}

/*margin*/
.mgt05{margin-top:5px;}
.mgt10{margin-top:10px;}


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

