body {
	margin: 0 0 0 0; background-color: #FFFFFF; 
}


/* サブナビ */
a:link.sub {
	color: #000000; text-decoration: none; 
}
a:visited.sub {
	color: #000000; text-decoration: none; 
}
a:hover.sub {
	color: #000000; text-decoration: none; 
}
a:active.sub {
	color: #990033; text-decoration: none; 
}


/* リンク */
a:link {
text-decoration: underline; color: #000066; 
}
a:visited {
color: #000066; text-decoration: underline; 
}
a:hover {
color: #000066; text-decoration: underline; 
}
a:active {
text-decoration: none; color: #990033;
}

a:link.txt {
text-decoration: none; color: #000066; 
}
a:visited.txt {
color: #000066; text-decoration: none; 
}
a:hover.txt {
color: #000066; text-decoration: underline; 
}
a:active.txt {
text-decoration: none; color: #990033;
}

/* セル内の文字サイズ */
td {
	font-size: 80%;
}


/* 段落の行間 */
p {
	line-height: 110%; 
}

/* 見出し */
h1 {
	font-size: 150%; color: #000066; font-weight: bold; width: 100%; padding-top: 8px; padding-left: 20px; border-width: 0px 0px 0px 0px; background-image: url(img/chapter.gif); background-repeat: no-repeat; background-position: left top; 
}


/* コピーライト */
.copy {
	font-size: 80%; 
}


.chapter {  font-size: 100%; font-weight: bold; color: #000046; padding-left: 10px}

