p{
	line-height:140%;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	margin-bottom:0px;
}
a:link{
	text-decoration:underline;
	color:blue;
}
a:visited{
	text-decoration:underline;
	color:blue;
}
a:hover{
	text-decoration:underline;
	color:#ff6600; /* saddlebrown,chocolate */
}
a:active{
	text-decoration:underline;
	color:#ff6600;
}
li a:visited{
	color:#174166;
}
li a:hover{
	text-decoration:underline;
	color:#ff6600; /* saddlebrown,chocolate */
}
li a:active{
	text-decoration:underline;
	color:#ff6600;
}
.rt{ /* Right Justify */
	text-align:right;
}
.lt{ /* Left Justify */
	text-align:left;
}
.ct{ /* Centering */
	text-align:center;
}
.ctrl{ /* Ctrl Items */
	padding:5px;
}
.btm{ /* ページ下余白 */
	padding-bottom:30px;
}
h2{
	background:#FFFC9E;
}
