* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	color: #333;
	background-color: #fff;
	font-size: 92.9%;
	line-height: 1.5;

}

#abs {
	border-top: 1px solid #ccc;
	padding: 4px;
	font-size: 69.4%;
	color: #096;
	line-height: 1.5;
}

#cb {
	margin: 0 60px;
	line-height: 1.5;
}

.lside {
	width: 49%;
	max-width: 41em;
	float: left;
}

.rside {
	width: 49%;
	max-width: 41em;
	float: left;
}

.lside div {
	padding-right: 1em;
}

.rside div {
	padding-left: 1em;
}



a {
	color: #33f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#head {
	background-image: url("../img/hback.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

#head h1 {
	float: left;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 0.5em;
	font-size: 172.8%;
	color: #096;
/*
	font-family: serif;
*/
	letter-spacing: 0.25em;

	text-shadow: 4px 4px 2px #ccc;
}

#head h1 a {
	color: #096;
}

#head h1 a:hover {
	text-decoration: none;
}

#head div {
	float: right;
	padding-top: 6px;
	padding-right: 6px;
	text-align: right;
	font-size: 69.4%;
	color: #063;
}

#head ul {
	clear: both;
	list-style: none;
	font-size: 83.3%;
	color: #096;
}

#head li {
	float: left;
	white-space: nowrap;
}

#head li.act {
	padding: 0.5em 1em;
	background-color: #ffc;
}

#head li a {
	display: block;
	padding: 0.5em 1em;
}

#head li a:hover {
	background-color: #fff;
	text-decoration: none;
}

#head hr {
	clear: left;
	border-bottom: 1px solid #cfc;
}



#cb h2 {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 4px;
	font-size: 100%;
	color: #063;
	background-image: url("../img/h3back.png");
	background-position: center;
	background-repeat: repeat-x;
}

#cb h2.upper {
	margin-top: 0.75em;
}

#cb h3 {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border: none;
	font-size: 100%;
	color: #096;
}

#cb ul, #cb ol {
	margin-left: 2em;
}

#cb p, #cb li {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

/*
.cm {
	clear: both;
	padding-top: 2em;
	border-bottom: 1px solid #9c9;
	margin-left: 20%;
	margin-right: 20%;
}

#cb .cm h3 {
	border: none;
	border-top: 1px solid #9c9;
	padding-top: 30px;
	margin-bottom: 1.5em;
	text-align: center;
	background-image: url("../img/webcm.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#cb .cm p {
	margin: 1.5em 15px;
	font-size: 83.3%;
}
*/

#cb .info {
	color: #666;
}

#cb .info h2 {
	border: none;
	color: #096;
	background-image: none;
}

#cb .info ul {
	font-size: 83.3%;
}

#cb .info a {
	color: #66f
}



.gotop {
	clear: both;
	margin-right: 4px;
	padding-top: 1em;
}

.gotop p {
	font-size: 83.3%;
	font-weight: bold;
	color: #096;
	text-align: right;
}

.gotop a {
	font-weight: normal;
}



#foot {
	border-top: 2px solid #096;
	padding: 0 4px;
	font-size: 100%;
	background-image: url("../img/fback.png");
	background-position: top;
	background-repeat: repeat-x;
}

#foot div {
	float: right;
	text-align: right;
}

#foot p {
	font-size: 69.4%;
	color: #666;
}

#foot p span {
	color: #096;
	font-size: 120%;
	font-style: italic;
	font-family: cursive;
	font-weight: bold;
}

#foot h2 {
	font-size: 83.3%;
	color: #096;
}

#foot h2 a {
	color: #063;
	text-decoration: none;
}

#foot address {
	font-style: normal;
	font-size: 69.4%;
	color: #666
}

#foot ul {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 16px;
}

#foot li {
	display: inline;
}



abbr {
	font-style: normal;
}

.cnt {
	text-align: center;
}

.rt {
	text-align: right;
}

.if {
	font-size: 83.3%;
	color :#666;
}

.at {
	color: #f33;
}

