@charset "UTF-8";
/* CSS Document */

/*formatting style
-----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 190%;
	color: #FFFFFF;
	background-color: #0066CC;
}
.text01 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 10px;
}
.image04 {
	background-image: url(../images/member.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
.banner {
	margin-top: 20px;
}
#image {
	background-image: url(../images/workshop.jpg);
	background-repeat: no-repeat;
	height: 63px;
	margin-bottom: 30px;
}
.text02 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 9px;
}
.copyright {
	margin-top: 20px;
	margin-bottom: 20px;
}
.text03 {
	font-size: 12px;
	margin-top: 30px;
	float: left;
	margin-bottom: 50px;
	line-height: 150%;
}
.schedule {
	float: right;
	margin-top: 30px;
}
.image02 {
	margin-top: 30px;
}
.text04 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 150%;
}
.image03 {
	margin-top: 30px;
}
#wrapper {
	width: 600px;
	margin: 0px auto;
}
#contents {
	clear: both;
	margin-bottom: 50px;
}
#header {
	margin-top: 0px;
	margin-bottom: 40px;
	background-image: url(../images/top.gif);
	height: 368px;
}

