#box	{
	border-width:0px; 
	width:800px; 
	margin-right:10px; 
	margin-left:10px; 
	text-align:left;
}

h1	{
	background-color:#FFFFFF;
	border:0px;
}

h2	{
	background-color:#FFFFFF;
	border-style:none;
	color:#000000; 
	font-weight:bold;
	text-align: center;
	vertical-align:text-bottom;
	background-image:url(img/title.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:780px; height:24px;
	font-size:medium;
}


h3 {
	margin-left: 2em;
}

span	{
	color:#cc6600;
}

strong	{
	color:#FF0000;
	font-size:110%;
}

p	{
	width:740px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	text-align:left;
}

ul	{
	width:740px;
	list-style-image:url(img/sankaku.gif);
	list-style-position:inside;
}

table.event {
	border-width:2px;
	border-color:#666666;
	border-style:solid;
	width:720px;
	text-align:left;
	margin-right:auto; 
	margin-left:auto;	
}	
	
table.event th{
	border-width:1px;
	border-color:#666666;
	border-style:none solid solid none;
	text-align:center;
	background-color:#FFFFCC;
}
	
table.event td{
	border-width:1px;
	border-color:#666666;
	border-style:none solid solid none;
}

/********** 画像の、文中左寄せ *********/
.floatleft {
	margin: 0.5em 1em 0em 0em;
	float: left;
}	

/********** 画像の、文中右寄せ *********/
.floatright {
	margin: 0em 0 0.5em 1em;
	float: right;
}	

/********** 画像寄せを解除 *********/
.clearfloat {
	clear: both;
}	

