﻿@charset "UTF-8";

/* Reset CSS */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,
blockquote,th,td{
margin:0px;	padding:0px;
}
html{
overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
ol,ul{
list-style:none;
}
fieldset,img{
border:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
caption,th{
text-align:left;
}

/* ページの基本レイアウト */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", "Arial", "Helvetica", "sans-serif";
	text-align: center;
	background: #ffffff;
}

* {
	margin:0px;
	padding:0px;
	font-size:12px;
	color: #333333;
	line-height:150%;
}

img {
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	border:0px;
}

a {
	text-decoration: none;
	color: #0033cc;
}

a:visited {
    color:#885577;
}

a:hover {
	text-decoration: none;
	color: #339933;
}

a:active{
	color:#cf0000;
	text-decoration:underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

/*フロート解除*/
.clr{
	margin:0px;
	padding:0px;
	border:0px;
	height:0px;
	line-height:0px;
	visibility: hidden;
	clear:both;
}

.attention {
	color: #dd0000;
}

dl {_height: 1%;}
dt {margin-right: -13em;}

/* ------IE6用------ */

br {letter-spacing:0;}
/* ----------------- */


/*ページ全体の枠*/
#wrapper{
	margin:0px auto;
	width:940px;
	text-align: left;	/* IE用方法の弊害対策用 */
}

/* 基礎枠 */
#sub {
	margin: 10px 0px 0px 0px;
	text-align: left;	/* IE用方法の弊害対策用 */
	width: 180px;
	float: left;
}

#main {
	margin: 10px 0px 0px 0px;
	text-align: left;	/* IE用方法の弊害対策用 */
	width: 740px;
	font-size: 90%;
	float: right;
}

#head {
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
	border-bottom:1px solid #009933;
	text-align: left;	/* IE用方法の弊害対策用 */
}

#footer {
	margin-top: 30px;
	padding: 10px 0px 10px 0px;
	text-align:center;
	clear: both;
	color: #333333;
	border-top:5px solid #ccddcc;
}

/* ヘッダ*/
#head_left {
	margin: 10px 0px 0px 30px;
	width:110px;
	float:left;
}

#head_right {
	margin: 10px 10px 0px 0px;
	width:390px;
	text-align:right;
	font-weight:bold;
	float:right;
}

/* メインナビ */
.nav {
	margin: 0px 0px 10px 0px;
}

.nav ul li {
	margin: 5px 5px 0px 0px;
	width:152px;
	text-align:center;
	text-decoration: none;
	font-weight:bold;
	float:left;
}

.nav ul li a {
	border-bottom:5px solid #006699;
	display: block;
	color:#333333;
	font-size:120%;
}

.nav ul li a:hover {
	border-bottom:5px solid #33cc66;
	color:#889999;
}

li#nav_on a {
	border-bottom:5px solid #33cc66;
}

li#nav_last {
	margin: 5px 0px 0px 0px;
}

li#nav_last_on {
	margin: 5px 0px 0px 0px;
}

li#nav_last_on a {
	border-bottom:5px solid #33cc66;
}

/* サブナビ */
#subnavi ul{
	width:180px;
}

#subnavi li{
	margin: 0px 0px 10px 0px;
	text-indent:-9999px;
}

/*サイドナビ　今月の大会*/
#subnavi li.duel_now  a{
	height:45px;
	background:url(../img/duel_now.gif) no-repeat;
	display:block;
}

#subnavi li.duel_now a:hover{
	background:url(../img/duel_on_now.gif) no-repeat;
}

/*サイドナビ　来月の大会*/
#subnavi li.duel_next a{
	height:38px;
	background:url(../img/duel_next.gif) no-repeat;
	display:block;
}

#subnavi li.duel_next a:hover{
	background:url(../img/duel_on_next.gif) no-repeat;
}

/*サイドナビ　会員募集*/
#subnavi li.member a{
	height:45px;
	background:url(../img/member.gif) no-repeat;
	display:block;
}

#subnavi li.member a:hover{
	background:url(../img/member_on.gif) no-repeat;
}

/*サイドナビ　ケータイ会員募集*/
#subnavi li.keitai a{
	height:66px;
	background:url(../img/keitai.gif) no-repeat;
	display:block;
}

#subnavi li.keitai a:hover{
	background:url(../img/keitai_on.gif) no-repeat;
}

/* タイトル */
h3 {
	margin: 20px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-weight:bold;
	font-size:150%;
	border:1px solid #cccccc;
	background:#eeeeee;
	clear:both;
}

/* free */
.free_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	border:1px solid #cccccc;
	border-top:0px;
}

.main_box {
	margin: 10px 0px 20px 10px;
}

/* 右側コンテンツ */

.left{
	width:360px;
	font-weight:bold;
	float:left;
}

.right{
	width:330px;
	float:right;
}

/* 赤文字 */
.red{
	color:#dd0033;
	font-size:110%;
}

/* 白背景・黒文字 */
.left_red{
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	font-size:115%;
	font-weight:bold;
	line-height:180%;
}

/* 黄背景・黒文字 */
.text_line{
	padding: 2px 10px 2px 10px;
	color:#000000;
	font-size:110%;
	background:#ffffcc;
	font-weight:bold;
}

/* 赤背景・黄文字 */
.left_redBK{
	margin: 5px 10px 10px 10px;
	padding: 5px 20px 5px 20px;
	color:#ffff80;
	font-size:130%;
	background:#dd0033;
	font-weight:bold;
}

/* 青枠・注意事項など */
.right_com {
	margin: 20px 0px 10px 0px;
	padding:20px;
	border:1px solid #336699;
	position:relative;
}

/* 注意事項 (width:60)・３行 */
.right_tit_03 {
	width:60px;
	padding: 10px 5px 0px 10px;
	color:#336699;
	font-weight:bold;
	position:relative;
	left:10px;
	top:-125px;
	background:#ffffff;
}

/* ポイントの確認方法(width:115)・２行*/
.right_tit_02 {
	width:115px;
	padding: 10px 5px 0px 10px;
	color:#336699;
	font-weight:bold;
	position:relative;
	left:10px;
	top:-105px;
	background:#ffffff;
}

/* 注意事項 (width:60)・５行*/
.right_tit_05 {
	width:60px;
	padding: 10px 5px 0px 10px;
	color:#336699;
	font-weight:bold;
	position:relative;
	left:10px;
	top:-160px;
	background:#ffffff;
}


/* 注意事項 (width:60)・１行*/
.right_tit_01 {
	width:60px;
	padding: 10px 5px 0px 10px;
	color:#336699;
	font-weight:bold;
	position:relative;
	left:10px;
	top:-85px;
	background:#ffffff;
}

/* 注意事項 (width:60)・２行 */
.right_tit_02_60 {
	width:60px;
	padding: 10px 5px 0px 10px;
	color:#336699;
	font-weight:bold;
	position:relative;
	left:10px;
	top:-105px;
	background:#ffffff;
}


/* 強調 */
.big {
	font-size:230%;
	font-weight:bold;
}
