@charset "utf-8";
/* CSS Document */
h2{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/h2-bk.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 30px;
	vertical-align: middle;
	padding-top: 5px;
}

.strong-blue{
	font-weight: bold;
	color: #3399FF;
}
.strong-blue-big{
	font-weight: bold;
	color: #0066FF;
	font-size: large;
}

.td-blue{
	background-color: #D5EAFF;
}
.td-pink{
	background-color: #FFD5E2;
}
th{
	font-weight: bold;
	color: #3399FF;
	border: 1px solid #3399FF;
	text-align: center;
}
.li-blue{
	list-style-image: url(images/li.gif);
	list-style-position: outside;
	padding-left: 0px;
}
.kanren{
	font-size: 14px;
	color: #0066FF;
	font-weight: bold;
}
.h1-leftmargin{
	margin-left: 100px;
}
.kokuchi{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #3399FF;
	border: 2px solid #CC0000;
	width: 420px;
	margin-left: 70px;
	padding: 5px;
}

