body {
	font-family: Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: small;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #000000;
	font-weight: normal;
	line-height: 1.6;
}
* {
	margin: 0px;
	padding: 0px;
}
.styleL {
	font-size: 120%;
}
.styleS {
	font-size: 90%;
}
.style1 {
	font-size: 24px;
	font-weight: bold;
	color: #0066CC;
}
.style2 {
	font-size: 24px;
	font-weight: bold;
	color: #CC3300;
}
.style3 {
	font-size: 24px;
	font-weight: bold;
	color: #00CC99;
}
#contents {
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	width: 660px;
	font-size: 95%;
	padding: 0px;
}
#menu {
	margin: 0px;
	padding: 0px;
}
#title {
	margin: 0px;
	padding: 0px;
}
#copy1, #copy2 {
	margin: 0px;
	padding: 0px;
}
#textblock1 {
	background-image: url(top/back.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 20px 50px 20px 120px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
/* textblock */
#textblockP1, #textblockP2  {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
	#textblockP1 {
		background-image: url(p1/back.jpg);
	}
	#textblockP2 {
		background-image: url(p2/back.jpg);
	}
	#textblockP3 {
	background-image: url(p3/back.jpg);
	}

#textblockP1 h2,#textblockP2 h2, #textblockP3 h2 {
	font-size: 120%;
	color: #3F79AD;
}
#textblockP1 h3,#textblockP2 h3, #textblockP3 h3 {
	font-size: 120%;
	color: #C63C9C;
}
#textblockP1 p, #textblockP2 p, #textblockP3 p {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 3px;
}
#left {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#right{
	float: right;
	width: 305px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#right2{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
	float: right;
	width: 285px;
	margin: 0px 20px 20px 0px;
	padding: 10px;
	border: 2px dashed #FF6666;
}
#cl1 {
	margin: 0px;
	padding: 0px 22px 0px 25px;
}
#cl1 table {
	margin-right: 10px;
	margin-left: 10px;
}
#cl1 th {
	font-weight: lighter;
	text-align: left;
	padding: 3px 6px 3px 0px;
	white-space: nowrap;
	vertical-align: top;
}
#cl1 td {
	padding: 3px 3px 3px 0px;
	vertical-align: top;
}

/* navi */
#navi1, #navip1, #navip2, #navip3 {	
	font-size: 95%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	clear: both;
}
	#navi1 {
		background-color: #FFFFFF;
	}
	#navip1 {
		background-color: #F9F4A3;
	}
	#navip2 {
		background-color: #F8E4A7;
	}
	#navip3 {
		background-color: #FEFBF6;
	}
