/* body　マージン */
body
	{
	margin : 0px ;
	background-image : url("../images/back.gif")
	}

html
	{
	overflow-y:scroll ;
	}


/* テキスト */
.read_a
	{
	font-size : 16px ;
	padding : 10px 10px 5px 25px ;
	vertical-align : top ;
	color : #ffffff ;
	font-weight : bold ;
	line-height : 160% ;
	background-color : #f1b000 ;
	}

.read_b
	{
	font-size : 16px ;
	padding : 10px 10px 5px 25px ;
	vertical-align : top ;
	color : #ffffff ;
	font-weight : bold ;
	line-height : 160% ;
	background-color : #9bce17 ;
	}

.title_tbl
	{
	padding : 0px 0px 5px 0px ;
	vertical-align : bottom ;
	background-color : #ffffff ;
	}

.box_txt
	{
	font-size : 12px ;
	padding : 3px 0px 3px 3px ;
	vertical-align : top ;
	color : #333333 ;
	line-height : 160% ;
	background-color : #ffffd9 ;
	}

.box_ar
	{
	padding : 3px 0px 3px 0px ;
	vertical-align : top ;
	text-align : right ;
	line-height : 160% ;
	background-color : #ffffd9 ;
	}

