/*	標準設定	*/

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

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



/*	リンク	*/

a:link {
color: 333333;
text-decoration: underline;
}

a:visited {
color: #333333;
text-decoration: underline;
}

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

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



/*	見出し	*/

h1 {
font-size: 16px;
text-decoration: none;
font-weight: normal;
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 {
	width: 540px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #CC0000;
	padding: 5px;
}

h3 {
font-size: 12px;
font-weight: bold;
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: 5px;
}



/*	テキスト	*/

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

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

.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;
} 