a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a:active {
	text-decoration: none;
}

/*---------------------*/
a.clr:link {
	color:#33CCCC;
	text-decoration: none;
}
a.clr:visited {
	text-decoration: none;
	color: #006699;
}
/*---------------------*/

body,table {
	color: #393939;
	font-size: small;
	line-height:1.4;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

address{
	font-style:normal;
	line-height:1.2;
	margin:15px 0 0;
	}

h1,h2,h3 {
	margin: 0px;
}

img{
	border:none;
	}

ul {
	list-style-type: disc;
	line-height: 150%;
	margin-left: 20px;
}
.list1 {
	list-style-type: square;
}
ul.map {
	list-style-type: circle;
	color: #8DD2C4;
}

/*------------*/
ol{
	margin:0;
	padding-left:2em;
	}
/*------------*/



#jyusyousya {
	float: right;
	padding-left: 5px;
}

#event1table {
	clear: right;
}

.event1,
.event2{
	font-size:118%;
	color: #FD980C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
.event2 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.event_comment{
	margin: 0px;
}

hr.style1{
	border:solid #ccc;
	height:1px;
	margin-top:20px;
	}

.style1 {
	line-height: 150%;
}
.style2 {
	font-size: 10px;
	letter-spacing: 1px;
}
.style3 {
	color: #333;
	font-weight: normal;
}
.style4 {
	color: #3366CC;
	font-size: small;
	font-weight: bold;
}
.style5 {
	font-family:monospace;
	font-size:small;
	}
.style7 {
	font-size: medium;
	font-weight: bold;
	}
.style8{
	font-size:9px;
	}

/*--------------------------------------*/
/*募集要項*/
.tbl01{
	border-collapse:collapse;
	margin-left:15px;
	}
.tbl01 th{
	text-align:center;
	font-weight:normal;
	border:solid 1px #999;
	background:#EAF5F7;
	width:7em;
	padding:4px;
	}
.tbl01 td{
	border:solid 1px #999;
	padding:4px;
	}

/*イベント紹介*/
.title{
	margin:20px 0;
	}
.date{
	margin:15px 0;
	padding:10px 30px;
	background:#FFFFCC;
	}
.comm{
	margin:15px;
	}

