@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}

#container {
	position: relative;
	top: 0%;
	left: 50%;
	margin-left: -400px; 
	width: 800px;
}

p {
	margin: 20px 20px;
	font-size: 90%;
}
a {	color: #0099ff; }

a:hover { color: #00ffff; text-decoration: none; }

img { border: none; }

#map {
	float: left;
	margin: 0px 40px 40px 0px;
	width: 310px;
	height: 229px;
}

ul { list-style: none; }

em {
	color: #ff3300;
	font-style: normal;
	font-weight: bold;
}

strong {
	font-style: normal;
	font-weight: normal;
}


h1 {
	width: 800px;
	height: 360px;
	background: #ffffff url(images/h1.jpg) no-repeat left top;
	text-indent: -9000px;
}

h2#sodate {
	width: 400px;
	height: 60px;
	background: #ffffff url(images/h2_sodate.gif) no-repeat left top;
	text-indent: -9000px;
}


/* --info-- */
#info {
	margin: 0px 0px 40px 0px;
	line-height: 1.4;
	font-size: 80%;
}

#info dl dd { text-indent: 20px; }


/* --event-- */
#event {
	clear: left;
	margin-top: 40px;
	width: 800px;
	background: url(images/combi.jpg) no-repeat right bottom;
}

.box {
	float: left;
	margin-right: 10px;
	width: 163px;/* 修正分*/
	font-size: 80%;
}

.box dl dt { padding: 20px 0px 5px 0px; color: #0000cc; }

.box dl dd { padding: 0px 10px 5px 0px; }

/* 修正分*/
.box2 {
	float: left;
	margin-right: 10px;
	width: 250px;
	font-size: 80%;
}

.box2 dl dt { padding: 20px 0px 5px 0px; color: #0000cc; }

.box2 dl dd { padding: 0px 10px 5px 0px; }

h3 {
	color: #000000;
	font-weight: bold;
	line-height: 2;
}

.h3_event {
	height: 64px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#asobi {
	width: 80px;
	background-image: url(images/h3_asobi.gif);
}

#taiken {
	width: 80px;
	background-image: url(images/h3_taiken.gif);
}

#tenji{
	width: 80px;
	background-image: url(images/h3_tenji.gif);
}

#concert{
	width: 160px;
	background-image: url(images/h3_concert.gif);
}

.h3_normal { margin-top: 20px; }

#dl_normal { margin: 10px 0px 0px 0px; }

#dl_normal dt { padding: 0px; }


/* --dll-- */
#dll {
	clear: left;
	padding: 40px 0px;
}


/* --kako-- */
#kako { padding: 40px 0px; }


/* --dantai-- */
#dantai {
	clear: left;
	padding: 40px 0px;
}

#dantai dl dt {
	font-weight: bold;
	line-height: 3;
	font-size: 70%;
}

#dantai dl dd {
	display: inline;
	padding-right: 10px;
	line-height: 1.5;
	font-size: 60%;
}

#attention { width: 580px; }

/* --hr-- */
hr {
	width: 100%;
    height: 1px; 
	border: 0 none; 
    color: #000066;
    background-color: #000066;
}


/* --footer-- */
#footer {
	position: relative;
	top: 0%;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

address {
	color: #0099ff;
	font-style: normal;
	font-size: 60%;
}

#abikojc { float: left; }

#copyright { float: right; }
	
	
	



