
a{
	color:rgb(0,0,255);
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

body{
	margin:0px;
	background-image:url("images/back.jpg");
	background-repeat:repeat-x;
	background-color:rgb(220, 220, 255);
	color:rgb(50,50,50);
	font-size:13px;
}

/* レイアウト（ページヘッダー・フッター） */
div#div_layout{
	width:850px;
	border-width:0px 1px 1px 0px;
	border-style:solid;
	border-color:rgb(150,150,150);
	background-color:rgb(255,255,255);
}

/* 本文 */
div.bun01{
	margin:20px 40px 0px 40px;
	line-height:20px;
}

/* 項目タイトル */
div.title01{
	width:750px;
	margin:40px 40px 0px 50px;
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:rgb(50,50,150);
	color:rgb(40,40,140);
	font-size:16px;
	font-weight:bold;
}

/* 項目の文書 */
div.bun02{
	margin:10px 40px 10px 55px;
	line-height:20px;
}

/* ぶら下げインデント */
div.burasage{
	margin-top:6px;
	padding-left:1em;
	text-indent: -1em;
}