/*	標準設定	*/

body {
margin: 0px 0px 0px 0px;
background-image: url("../img/bg.gif");
background-repeat: repeat-x;
background-color: #EFEFE7;
font-size : 12px;
line-height: 18px;
color: #333333;
}

tr,td,th {
font-size : 12px;
line-height: 18px;
color: #333333;
}


/*	リンク	*/

a:link {
color: #629D15;
text-decoration: none;
}

a:visited {
color: #629D15;
text-decoration: none;
}

a:active {
color: #629D15;
text-decoration: none;
}

a:hover {
color: #4F7B11;
text-decoration: underline;
}



/*	見出し	*/
h1 {
font-size: 16px;
text-decoration: none;
font-weight: bold;
color: #333333;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #999999;
padding-left: 10px;
padding-bottom: 5px;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #999999;
padding-top: 5px;
}

h2 {
font-size: 14px;
font-weight: normal;
color: #333333;
border-bottom-width: 1px;
border-left-width: 5px;
border-bottom-style: solid;
border-left-style: solid;
border-bottom-color: #999999;
border-left-color: #999999;
padding-left: 5px;
padding: 2px;
}

h3 {
font-size: 12px;
text-decoration: none;
font-weight: bold;
color: #000000;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #999999;
padding-left: 10px;
padding-bottom: 5px;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #999999;
padding-top: 5px;
}
