/**************************************
/*	default.css
/*************************************/
*{
	font-family:sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
}
a:link{
	color:#360;
}
a:hover{
	color:#F60;
}
a:active{
	color:#60F;
}

form{
	margin:0px;
	padding:0px;
}
.cleft{
	clear:left;
}
.cright{
	clear:right;
}
.cboth{
	clear:both;
}

body{
	margin:0px;
	padding:0px;
	background-color:#CDF;
}

#contentTab{
	margin:5px;
	padding:0px;
}
#contentTab li{
	display:inline;
	color:#999;
	margin:5px;
}


#contentBlock{
	margin-left:60px;
	width:730px;
	background-color:#FFF;
	border:1px solid #483D8B;
}

#bodyBlock{
	margin-bottom:10px;
}

/**** Title Image ****/
#titleImage{
	width:730px;
	height:178px;
	background-image:url(/img/titleimage.jpg);
	background-repeat:no-repeat;
}

/**** Section Title ****/
h3 {
	text-align:right;
	font-size:24px;
	margin:10px;
	margin-right:50px;
}

/**** Bottom Space ****/
.bottomSpace{
	height:120px;
}
/**** Bottom Section ****/
#pageBottom .copyright{
	padding:3px;
	text-align:center;
}

/**** Menu Bar ****/
#menuBar{
	width:730px;
	background-color:#FC6;
}
#menuBar ul{
	margin:0px;
	padding:0px;
	margin-left:6px;
	list-style-type:none;
}
#menuBar .menuItem{
	display:inline;
	margin-right:3px;
	float:left;
}
#pathBar{
	padding:3px;
	background-color:#EEE;
	border-top:1px solid #666;
	border-bottom:1px solid #483D8B;
}

/*** Contents ***/
.section{
	margin-top:5px;
}

/** イベントバナー **/
#eventBanner{
	width:730px;
	padding:0px;
	background-repeat:no-repeat;
}
.event{
	width:365px;
	height:81px;
	margin:0px;
	padding:0px;
	background-color:#FCC;
}
.event .dt{
	margin:0px;
	padding:0px;
	text-align:center;
	font-weight:bold;
}
.event .evtitle{
	margin:0px;
	padding:0px;
	font-size:30px;
	text-shadow:0px 0px 5px #FFF;
}
.event .evdate{
	margin:0px;
	padding:0px;
	font-size:20px;
}
.event .evdesc{
	text-align:center;
	margin-top:3px;
	font-size:12px;
}
.event .evlink{
	width:100px;
	background-color:#FFF;
	text-align:center;
	margin-top:3px;
	margin-left:250px;
	color:#000;
}
.evpr{
	width:730px;
	height:91px;
	background-color:#FFF;
}




