/**ページ先頭のバナーの共通設定をインポート**/
@import url("../css/head_banner.css");

/**ページ自体の設定**/
body{
	width:	620px;
	font-family:	Arial;
	margin:		0;
	padding:	15px 0 0 10px;
	font-size:	10pt;
}

a:link,
a:visited,
.back a:hover,
.back a:active{
	text-decoration:	underline;
	color:			black;
}

a:active,
a:hover{
	text-decoration:	underline;
	color:			FF9900;
}

img{	border:			0px;}

/**TOPページへ戻る設定**/
.back{
	margin-left:		500px;
	text-decoration:	none;
	color:			black;
}
/***本文の設定***/
li {
        list-style: 		none;
        margin-top: 		10px;
	margin-left: 		90px;
	margin-right: 		100px;
        text-indent: 		-90px;
        font-size: 		11pt;
        line-height: 		1.2em;
}