/* リンクの設定 */
a:link{
	color:#0000cc;
}
a:visited{
	color:#800080;
}

/* 水平線の設定 */
hr{
	color:#0000cc;
	height:2px;
	width:80%;
}
/* 画像の設定 */
img{
	border-width:0px;
}
/* リストの設定 */
dt{
	font-size:125%;
	font-style:italic;
}
dd{
	margin:10px 10px 10px 25px;
}

/* 枠付きテーブル設定 */
table.LineView{
	border-top:solid 1px #0000cc;
	border-left:solid 1px #0000cc;
}
table.LineView td{
	border-bottom:solid 1px #0000cc;
	border-right:solid 1px #0000cc;
	padding:4px;
}
table.LineView th{
	border-bottom:solid 1px #333333;
	border-right:solid 1px #333333;
	padding:4px;
}
/* 細い水平線の設定 */
hr.thin{
	height:1px;
}

/* センタリング */
.center{
	text-align:center;
}
