
.by1{
	font-size: 8pt ;
	line-height: 9pt ;
}
.by{
	font-size: 8pt ;
	line-height: 11pt ;
}
body, td, .body{
	font-size: 10pt ;
	line-height: 13pt ;
}
.bo2{
	font-size: 8pt ;
	line-height: 11pt ;
}
.bo3{
	font-size: 12pt ;
	line-height: 18pt ;
}
.ttl{
	font-size: 14pt ;
	line-height: 18pt ;
}

body,td{
	line-break: strict ;	/* 日本語禁則処理 */
}
body{
	margin: 0 ;
	color: #000000 ;
	background-color: #ffffff ;
	background-image: url("imgs/base_01.gif") ;
	background-repeat: no-repeat ;
}

a			{ text-decoration: none ; }
a:link		{ color: #EC6B76 ; }	/* まだ見ていない状態 */
a:visited	{ color: #EC6B76 ; }	/* 既に見た状態 */
a:hover		{ color: #6BEC80 ; }	/* カーソルがオーバーした状態 */
a:active	{ color: #EC6B76 ; }	/* マウスクリックされている状態 */
