@charset "Shift-JIS";
/***----------------------------------------------------------------
styles.css
Copyright (C) GolfTrial Enterprises. All Rights Reserved.
--------------------------------------------------------------- ***/

/***------------
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:#002C00;
text-decoration:none;
}
a:visited {
color:#4C8718;
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;
}
.red {
color:#A60505;
}
.blue {
color:#002960;
}
.gray {
color:#999999;
}
.green {
color:#4C8718;
}
.green2 {
color:#9CD36B;
}
.brown {
color:#CFA972;
}

.ico {
vertical-align:middle;
}
.large {
font-size:1.1em;
}
.small {
font-size:0.8em;
}
.light-hight {
line-height:130%;
}
.border {
border:1px solid #CCCCCC;
}
.mumber {
font-size:0.8em;
font-family:Verdana;
color:#666666;
}
.title {
color:#4C8718;
font-size:1.1em;
font-weight:bold;
}

/***------------
body
------------***/
body {
padding:0px;
margin:0px;
font-size:0.8em;
background:#002C00;
color:#333333;
font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Verdana;
}

#body {
width:760px;
margin:0px auto 0px auto;
border-right:1px solid #9ED46E;
border-bottom:1px solid #9ED46E;
border-left:1px solid #9ED46E;
text-align:left;
background:#FFFFFF;
position:relative;
}

/***------------
top
------------***/
.seo {
background-image:url(home/img/bg_seo.gif);
background-repeat:no-repeat;
}

/***------------
content
------------***/
.com {
background-image:url(home/img/bg_yellow.gif);
background-position:bottom;
background-repeat:repeat-x;
}

/***------------
table
------------***/
.table table {
width:515px;
border-collapse:collapse;
}

.table td,th {
border:1px solid #666666;
padding:3px;
font-weight:normal;
}

.table th {
text-align:center;
background:#eee;
}

.table_space {
padding:3px;
}
