@charset "utf-8";

@import url(common.css); 


/*documentlink*/

a:link {
	color: #323232;
	text-decoration: none;
}

a:visited {
	color: #323232;
	text-decoration: none;
}

a:hover {
	color: #006DBD;
	text-decoration: underline;
}

a:active {
	color: #006DBD;
	text-decoration: underline;
}



/*document*/

.topImg {
	width: 714px;
	margin: 3px 0px 0px 5px;
}

#contents {
	margin: 10px 0px 0px 11px;
}


#contentsMain {
	width: 523px;
	background: url(../img/ct_border.gif) repeat-y right top;
}

.leftBox {
	float: left;
	width: 232px;
	margin-right: 5px;
}

.leftBox h2  { margin-bottom: 5px }

.leftBox h3  { font-size: 90%; margin-left: 1px }

.leftBox ul {
	margin: 4px 0px 14px 6px;
}

.leftBox ul li {
	margin-bottom: 5px;
}

.ct01 h3 {
	color: #0095B3;
}

.ct02 h3 {
	color: #006EB4;
}

.ct03 h3 {
	width: 220px;
	color: #46965A;
}

.ct03 ul {
	margin: 4px 0px 0px 6px;
}

.rightBox {
	float: left;
	width: 284px;

}

.rightBox h2 {
	margin-bottom: 5px;
}

.rightBox ul {
	margin: 4px 0px 16px 6px;
}

.rightBox ul li {
	margin-bottom: 5px;
}

.ct03 ul {
	margin: 4px 0px 0px 6px;
}

.ct04 ul li {
	padding-left: 16px;
	background: url(../img/list_mark03.gif) no-repeat left center;
}

.ct05 ul li {
	padding-left: 16px;
	background: url(../img/list_mark04.gif) no-repeat left center;
}

.ct06 ul {
	margin: 4px 0px 0px 6px;
}


/*footer*/

#footer {
	padding-top: 0px;
	background: none;
}
