@charset   "UTF-8";

h2 {
	font-size: 150%;
	border-bottom: solid 2px #000000;
	padding: 3px;
}
h2 span{
	background-color: #800000;
	color: #ffffff;
	padding: 5px;
	display: block;
}

h3 {
	margin: 10px 20px;
	font-size: 120%;
	border-bottom: solid 1px #ff0000;
}

p {
	margin: 10px 20px;
	line-height: 150%;
}

.small {
	font-size: 80%;
}

#main {
	width: 75%;
}

#co01,#co02 {
	margin: 30px;
}

#co01 {
	border: solid 2px #000000;
	background-color: #ffffff;
}

#co02 {

}

.predata {
	margin-left: 3em;
	margin-bottom: 30px;
	line-height: 150%;
}
.predata table{
	border:1px solid #000000;
	border-collapse:collapse;
	margin-top: 5px;
}

.predata table th{
	text-align:center;
	border:1px solid #000000;
	font-weight: normal;
}

.predata table td{
	text-align:right;
	border:1px solid #000000;
}

.red {
	color: #ff0000;
}

#navi {
	width: 24%;
}

#navi_co {
	margin-top: 30px;
	margin-right: 10px;
}

#navi_co h4 {
	padding: 1px;
	border: 1px solid #aaaaaa;
	font-size: 100%;
}

#navi_co h4 span {
	color: #660000;
	padding: 5px;
	background-image: url(../img/h2bg_00.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border-left: solid 6px #808080;
	display: block;
}

#navi_co ul {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 10px;
	margin-left: 25px;
}

#navi_co ul li {
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 130%;
}
