@charset "EUC-JP";
@import "popMenu.css";
@import "main.css";
@import "helpWindow.css";

*{
margin:0; 
padding:0;
font-size:13px;
line-height:18px;
}

body{
background-color:#000000;
}
#stage_top{
height:32px;
background-image:url('/icons/tplparts/ytennis_bg_01.jpg');
background-position: center;
background-repeat: no-repeat;
}

#stage{
background-image:url('/icons/tplparts/ytennis_bg_02.jpg');
background-repeat: repeat-y;
background-position: center;
width:100%;
}

#stage_bottom{
height:47px;
background-image:url('/icons/tplparts/ytennis_bg_04.jpg');
background-position: center;
background-repeat: no-repeat;
}

#my_body{
margin:0 auto; 
width:816px;
}

#my_header{
width:100%;
width:773px;
margin-left : 20px; 
}



#my_navigation {
float:left; 
width:180px;
}

#my_contents {
background-image:url('/icons/tplparts/main_contens_back.jpg');
background-repeat: repeat-y;
background-position: center;
float:left;
width : 567px ;
}

#main { 
margin-left : 24px; 
margin-right : 23px;
width : 520px ;
}

#my_footer{
width:100%;
width:773px;
margin-left : 20px; 
clear:both;
}

.contents p{margin:1em 0;}
li {list-style:none;}
h1{padding-left:20px;}


#mynavi{
padding:1em 0 2em 1em;
border:0px solid #fff;
}


