@charset "Shift-JIS";
/***----------------------------------------------------------------
styles2.css

--------------------------------------------------------------- ***/

/***------------
default
------------***/

h1,h2,h3,h4,h5,h6,div,ul,li,p {
margin:0px;
padding:0px;
}

ul{
list-style-type:none;
}
img {
border:none;
}
em {
font-style:normal;
}
label {
cursor:pointer;
}

a:link {
color:#286706;
text-decoration:none;
}
a:visited {
color:#286706;
text-decoration:none;
}
a:hover {
color:#ff6600;
text-decoration:underline;
}

.tright {
text-align:right;
}
.tleft {
text-align:left;
}
.tcenter {
text-align:center;
}
.l {
float:left;
}
.r {
float:right;
}
.c-both {
clear:both;
}
.c-right {
clear:right;
}
.strong {
font-weight:bold;
}
.ico {
vertical-align:middle;
}
.large {
font-size:1.1em;
}
.small {
font-size:0.8em;
}
.red {
color:#A60505;
}
.green1 {
font-size:0.8em;
color:#CCF701;
}
.address {
color:#EEEEEE;
font-size:0.8em;
}
.white {
color:#FFFFFF;
}
.blue {
color:#0000BA;
}
.border {
border:1px solid #9CD36B;
}
.border2 {
border:1px solid #CCCCCC;
}
.line-height {
line-height:130%;
}

/***------------
body
------------***/
body {
padding:0px;
margin:0px;
background:#F9FFDA;
font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Verdana;
}

#body {
width:570px;
margin:0px auto 0px auto;
text-align:left;
font-size:0.9em;
background:#FFFFFF;
border-left:1px solid #DDDDDD;
border-right:1px solid #DDDDDD;
border-bottom:1px solid #DDDDDD;
position:relative;
line-height:150%;
}

/***------------
other
------------***/
.comment {
background-image:url(tennis/img/bg_tennis.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.comment2 {
background-image:url(futsal/img/gt_futsal.gif);
background-repeat:repeat-x;
background-position:bottom;
padding:10px;
}

.stitle {
color:#286706;
font-weight:bold;
font-size:1.1em;
}