
/*-------------------
	
  format.css
  
--------------------*/

html, body{
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, caption, img, form, label{
	margin:0;
	padding:0;
	border:none;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	text-align:left;
	list-style-type:none;
}

table, th, td{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}



input{
	margin:0;
	padding:0;
	vertical-align:bottom;
}


textarea{
	font-size:100%;
}

img{
	vertical-align:bottom;
}

:focus {outline:0;}

hr{
	display:none;
}

/*-------------------
	
  font.css
  
--------------------*/
/*
html>body *{ font-size:96%; }
*html body{ font-size:75%; }
*/

body{
	background:url(../cmn_images/bg.gif) #FFFFFF top center no-repeat;
	color:#666666;
	line-height:120%;
	font-size:78%;
}

body, x:-moz-broken{font-size:75%;}
body, x:x{font-size:78%;}


a{
	color:#2F8BC7;
}

a:link{
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.small{
	font-size:80%;
}

.nomal{
	font-size:100%;
}

.big{
	font-size:120%;
}

.moreBig{
	font-size:130%;
}

.red{
	color:#CC0000;
}

.white{
	color:#FFFFFF;
}

.gray{
	color:#999999;
}

.blue{
	color:#002060;
}





.cBlue{
	color:#72A1BC;
}

.cRed{
	color:#BC6F71;
}

.cGreen{
	color:#7DBC97;
}

.cYellow{
	color:#BCAA7F;
}

.cGray{
	color:#90A5B5;
}

.bold{
	font-weight:bold;
}


a.noDecoration{
	text-decoration:none;
}


/*-------------------
	
  baselayout.css
  
--------------------*/
div#header{
	width:890px;
	height:103px;
	margin:0 auto;
}

div#box{
	width:890px;
	margin:0 auto;
}

div#navigation{
	width:890px;
	margin-bottom:10px;
}

div#box{
	background:url(../cmn_images/content_bg.gif) repeat-y center;
}

div#content{
	width:833px;
	margin:0 auto 15px auto;
	clear:both;
}

div#footer{
	background:url(../cmn_images/footer_bg.gif) top no-repeat;
	width:861px;
	margin:0 auto 15px auto;
	border-bottom:1px solid #CCCCCC;
}

/*-------------------
	
　共通クラス
  
--------------------*/

.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

/* clear */
.clear{
	clear:both;
}


/* clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.toTop{
	width:810px;
	clear:both;
	text-align:right;
	margin:0 auto 0 auto;
	padding-bottom:15px;
}

.alignC{
text-align:center;
}
.alignL{
text-align:left;
}
.alignR{
text-align:right;
}

.marBtm5{
	margin-bottom:5px;
}

.marBtm10{
	margin-bottom:10px;
}

.marBtm15{
	margin-bottom:15px;
}

.marBtm20{
	margin-bottom:20px;
}

.marBtm30{
	margin-bottom:30px;
}
.marBtm40{
	margin-bottom:40px;
}
.marLeft5{
	margin-left:5px;
}
.marLeft10{
	margin-left:10px;
}
.marLeft15{
	margin-left:15px;
}
.marLeft20{
	margin-left:20px;
}

.padBtm40{
	padding-bottom:40px;
}

table.serviceTable{
	border-bottom:1px solid #002060;
	border-left:1px solid #002060;
}

table.serviceTable tr.bgPink{
	background:#FFECF2;
}

table.serviceTable tr.bgBlue{
	background:#BEF0FF;
}


table.serviceTable td, table.serviceTable th{
	border-top:1px solid #002060;
	border-right:1px solid #002060;
	padding:10px 15px;
	text-align:center;
}

.lower{
text-indent:-1em;
padding-left:1em;
}

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
} 
/*-------------------
	
  #header
  
--------------------*/
#header{
}

#header h1.logo{
padding-top:2px;
margin-left:25px;
float:left;
}
* html #header h1.logo{margin-left:12px;}

#header p.chara{
	float:right;
}

div#flashContent{
width:890px;
height:415px;
}
/*-------------------
	
  #navigation
  
--------------------*/
#navigation{
}

#navigation ul{
	width:890px;
	margin-left:3px;
}

#navigation li{
	float:left;
	display:block;
}

#navigation li.naviNews{
	width:184px;
}

#navigation li.naviGuide{
	width:172px;
}

#navigation li.naviMember{
	width:172px;
}

#navigation li.naviCoupon{
	width:172px;
}

#navigation li.naviAccess{
	width:185px;
}

/*-------------------
	
  #content
  
--------------------*/
#content{
}

div#contentHead{
	clear:both;
	margin-left:5px;
	margin-bottom:17px;
}

div#contentMain{
}

div#contentMain div.contentMainTop{
	clear:both;
	height:15px;
	background:url(../cmn_images/content_bg_top.png) top no-repeat;
}
div#contentMain div.contentMainTopBgNone{
	clear:both;
}

div#contentMain div.contentMainMdl{
	padding:10px 25px;
	background:url(../cmn_images/content_bg_center.png) repeat-y;
}
* html div#contentMain div.contentMainMdl{width:833px;padding:10px 0;}

div#contentMain div.contentMainBtm{
	height:15px;
	background:url(../cmn_images/content_bg_bottom.png) top no-repeat;
	margin-bottom:15px;
	clear:both;
}
* html div#contentMain div.contentMainMdl div.floatLeft{margin-left:10px;}
* html div#contentMain div.contentMainMdl div.floatRight{margin-right:10px;}
/* access */
div.access{
}

div.access div.floatLeft{
	width:456px;
}
* html div.access div.floatLeft{margin-left:10px;}

div.access div.floatRight{
	width:305px;
}
* html div.access div.floatRight{margin-right:10px;}

div.access h4.sub{
	margin-bottom:10px;
}

div.access p.copy{
	margin-bottom:30px;
}
div.access table.serviceTable{
	width:290px;
}

/* couponPage */
div.coupon{
}

div.coupon div.floatLeft{
	width:184px;
}
* html div.coupon div.floatLeft{margin-left:10px;}

div.coupon div.floatRight{
	width:571px;
}
* html div.coupon div.floatRight{margin-right:10px;}

div.coupon div.center{
	clear:both;
}

div.coupon div.center p{
	text-align:center;
}

/* guidePage */
div.guide{
}

div.guide p.ie6{margin-left:30px;}

div.guide ul.requestUl{
background:#FFFFCC;
width:480px;
padding:15px 0;
}
* html div.guide ul.requestUl{margin-right:15px;}
div.guide ul.requestUl li{
padding-left:20px;
background:url(../cmn_images/icon_exclamation.gif) no-repeat top left;
margin:0 20px 9px 20px;
}

div.guide div.contentMainTopTitle{
position:relative;
height:50px;
background:url(../guide/images/gameball_bg.png) no-repeat center bottom;
}
/*
* html div.guide div.contentMainTopTitle.ie6{height:160px;}
*/


div.guide h3.titlePng{
	position:absolute;
	z-index:150;
	margin:0 0 0 15px;
}


/*
div.guide div.contentMainTopTitle h3{
display:block;
position:absolute;
left:25px;
}

* html div.guide div.contentMainTopTitle h3{top:40px;}
*/

div.guide div.contentMainTopTitle p{
padding:10px 30px 0 0;
text-align:right;
}

div.guide div.contentMainMdlPLNone{
	padding:10px 25px 10px 6px;
	background:url(../cmn_images/content_bg_center.png) repeat-y;
}

* html div.guide div.contentMainMdlPLNone{padding:10px 0 10px 0;}


div.guide div.contentMainMdlPLNone div.floatLeft{
width:360px;
}

* html div.guide div.contentMainMdlPLNone div.floatLeft{margin-left:3px;}

div.guide div.contentMainMdlPLNone div.floatRight{
width:416px;
}
* html div.guide div.contentMainMdlPLNone div.floatRight{margin-right:10px;}



* html div.guide div.contentMainMdlPLNone{padding:10px 0 10px 0;}

div.guide ul.howToPlayUl{
background:url(../guide/images/batting_howtoplay_bg.gif) no-repeat right bottom;
padding-bottom:70px;
}
div.guide ul.howToPlayUl li, div.guide ul.howToPlayUlBgNone li{
padding-left:20px;
margin:0 20px 9px 0;
}


div.guide ul.howToPlayUlBgNone{
margin-top:10px;
}

div.guide ul li.num1{
	background:url(../cmn_images/icon1.gif) no-repeat top left;
}
div.guide ul li.num2{
	background:url(../cmn_images/icon2.gif) no-repeat top left;
}
div.guide ul li.num3{
	background:url(../cmn_images/icon3.gif) no-repeat top left;
}
div.guide ul li.num4{
	background:url(../cmn_images/icon4.gif) no-repeat top left;
}
div.guide ul li.num5{
	background:url(../cmn_images/icon5.gif) no-repeat top left;
}
div.guide ul li.num6{
	background:url(../cmn_images/icon6.gif) no-repeat top left;
}

div.guide h5.prize{
	background:url(../guide/images/prize_bg.gif) repeat-x;
}
* html div.guide h5.prize.ie6{margin-right:20px;}
div.guide ul.prizeUl{
background:#FFFFCC;
padding:10px 0 16px 19px;

}
* html div.guide ul.prizeUl.ie6{margin-right:20px;}
div.guide ul.prizeUl li{
margin:0 20px 9px 0;
}

div.guide p.attention{
background:url(../cmn_images/icon_attention.gif) no-repeat top left;
padding-left:20px;
}

* html div.guide h4.dasekiTitle{margin-left:10px;}
* html div.guide p.daseki{margin-left:15px;}





div.guide div.advicePitching{
margin-left:15px;
background:url(../guide/images/advice_bg_pitching.gif) no-repeat center;
height:130px;
}
* html div.guide div.advicePitching{margin-left:0;}

div.guide div.advicePitching p{
padding-top:74px;
margin-left:150px;
width:514px;
}
* html div.guide div.advicePitching p{margin-left:170px;}

div.guide div.adviceDodge{
margin-left:10px;
background:url(../guide/images/advice_bg_dodge.gif) no-repeat center;
height:182px;
}
* html div.guide div.adviceDodge{margin-left:0;}

div.guide div.adviceDodge p{
padding-top:115px;
margin-left:360px;
width:410px;
}

* html div.guide div.adviceDodge p{margin-left:380px;}

div.guide div.adviceTennis{
margin-left:15px;
background:url(../guide/images/advice_bg_tennis.gif) no-repeat center;
height:130px;
}
* html div.guide div.adviceTennis{margin-left:0;}

div.guide div.adviceTennis p{
padding-top:74px;
margin-left:150px;
width:514px;
}

* html div.guide div.adviceTennis p{margin-left:170px;}


div.guide div.adviceTabletennis{
margin-left:15px;
background:url(../guide/images/advice_bg_tabletennis.gif) no-repeat center;
height:218px;
}
* html div.guide div.adviceTabletennis{margin-left:0;}

div.guide div.adviceTabletennis p{
padding-top:166px;
margin-left:355px;
width:410px;
}
* html div.guide div.adviceTabletennis p{margin-left:370px;}


* html table.ie6{width:770px;margin-left:30px;}

/* news */
div.news{}

div.news dl#newsBox{
width:770px;
margin:10px auto 0 auto;
}
div.news dl#newsBox dt{
padding:9px 17px;
background:#003366;
margin-bottom:10px;
clear:both;
}
div.news dl#newsBox dd{
margin:0 15px;
}

div.news dl#newsBox dd.date{
margin-bottom:10px;
}
div.news dl#newsBox dd.bodyText{
margin-bottom:40px;
}
div.news dl#newsBox dd img.floatRight{
margin-left:20px;
}

/* topPage */

div#content.topPage{
width:890px;
margin-left:0px;
margin-right:0px;
padding-top:20px;
}

div.topPage div.floatLeft{
width:332px;
margin-left:29px;
}
* html div.topPage div.floatLeft{margin-left:14px;}

div.topPage div.floatRight{
width:512px;
margin-right:9px;
}
* html div.topPage div.floatRight{margin-right:5px;}

div.topPage div.topGuideBoxMdl{
background:url(../images/title_guide_bg_center.png) repeat-y;
}

div.topPage div.topGuideBoxbtm{
	height:15px;
	background:url(../images/title_guide_bg_bottom.png) no-repeat top;
	margin-bottom:15px;
	clear:both;
}

div.topPage div.topNewsBoxMdl{
background:url(../images/title_news_bg_center.png) repeat-y;
}

div.topPage div.topNewsBoxbtm{
	height:15px;
	background:url(../images/title_news_bg_bottom.png) no-repeat top;
	margin-bottom:15px;
	clear:both;
}
.topNewsUl{/*高さ指定*/
	min-height:250px;
	height:auto !important;
	height:250px;
}

div.topPage ul.topNewsUl{
	padding:0 0 16px 19px;
}

div.topPage ul.topNewsUl li{
	padding:3px 0 5px 30px;
	margin:0 20px 9px 12px;
}

div.topPage ul.topNewsUl li.soft{
	background:url(../cmn_images/icon_soft.gif) no-repeat top left;
}
div.topPage ul.topNewsUl li.tennis{
	background:url(../cmn_images/icon_tennis.gif) no-repeat top left;
}
div.topPage ul.topNewsUl li.dodge{
	background:url(../cmn_images/icon_dodge.gif) no-repeat top left;
}
div.topPage ul.topNewsUl li.tabletennis{
	background:url(../cmn_images/icon_tabletennis.gif) no-repeat top left;
}
div.topPage ul.topNewsUl li.game{
	background:url(../cmn_images/icon_game.gif) no-repeat top left;
}


/*-------------------
	
  #footer
  
--------------------*/

#footer ul{
	padding:20px 0 15px 0;
}

#footer li{
	float:left;
	margin-left:19px;
}
* html #footer li.ie6{
margin-left:10px;
}


#footer li.eigyou{
	border:1px solid #002060;
	padding:10px 13px;
}

#footer li.fin{
	margin:0;
}



/*-------------------
	
  #index
  
--------------------*/

body#index{
background:#000033;
}

#indexHeader{
background:url(../images/index_header_bg.jpg) repeat-x;
}

#indexContent{
position:relative;
padding:67px 0 40px 29px;
background:#FFFFFF;
}
#indexMain{
margin-top:28px;
width:598px;
}
#indexMain div.floatRight{
padding-top:49px;
}

#indexFooter{
background:url(../images/index_footer_bg.jpg) top repeat-x;
height:176px;
}
#indexFooter address{
display:block;
margin-left:419px;
}

#indexNavigation{
}
#indexNavigation ul li{
display:block;
position:absolute;
}
#indexNavigation ul li.recre{
top:26px;
left:586px;
}

#indexNavigation ul li.major{
top:148px;
left:776px;
}

#indexNavigation ul li.connection{
top:262px;
left:666px;
}



