/* BODY */
BODY{
	background-image : url("../image/back_loop.gif");
	margin-top : 3pt;
 	font-family: sans-serif;
 	font-size : 10pt;
	letter-spacing : 0.1pt;
}

/* センタリング */
div {
	text-align : center; /* IE用の中央寄せ */
 	margin-left : auto;  /* IE以外用の中央寄せ */
 	margin-right : auto; /* IE以外用の中央寄せ */
}

/* ベース */
div.box1 {
	width : 768px;
	height : 2140px ;
/*	border : solid red 1px;*/
}

/* アウトライン左側 */
div.box2 {
	float:left;
	padding-right: 8px;
	margin-bottom: 15px;
	width : 374px;
	height : auto;
/* 	border : solid red 1px;*/
}

/* アウトライン右側 */
div.box3{
	float : left;
	padding-left: 8px;	
	margin-bottom: 15px;
	width : 374px;
	height : auto;
/*	border : solid red 1px;*/
}

/* リンク集table */
table.table_01{
	margin-top: 20px;
	width:374px;
	border-collapse: spacing;
    border-spacing: 0px;
	border : solid #adc0f8 2px;


}

table.table_01 th{
	height:25px;
	text-align:center;
	line-height : 15px;
	font-size : 12pt;
	background-color:#7B99F2;
	color:#ffffff;

}

table.table_01 td{

	height: px;
	text-align:left;
	padding: 10px 10px;
	line-height : 15px;
	font-size : 10pt;
	letter-spacing : -1px;
	background-color:#e9eefd;

}

