/*	標準設定	*/

body {
margin: 0px 0px 0px 0px;
background-color:#FFFFCC
font-size : 12px;
line-height: 20px;
}

tr,td,th {
font-size : 12px;
line-height: 20px;
}



/*	リンク	*/

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

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

a:active {
color: #CC0000;
text-decoration: underline;
}

a:hover {
color: #CC0000;
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;
}

/*	テキスト	*/

.alpha50 {
filter: Alpha(opacity=50);
}



/*	テキスト	*/

.text8 {
font-size: 8px;
line-height: 12px;
}

.text10 {
font-size: 10px;
line-height: 12px;
}

.text11 {
font-size: 11px;
line-height: 13px;
}

.hob11 {
font-size: 11px;
line-height: 17px;
}

.hob10 {
font-size: 10px;
line-height: 16px;
}

.text12 {
font-size: 12px;
line-height: 16px;
}

.text14 {
font-size: 14px;
line-height: 18px;
}

.text16 {
font-size: 16px;
line-height: 20px;
}

.text18 {
font-size: 18px;
line-height: 22px;
}

.text20 {
font-size: 20px;
line-height: 24px;
}

.text24 {
font-size: 24px;
line-height: 28px;
}