@charset "utf-8";

a:link {
	color: #03c;
	text-decoration:none;
}

a:visited {
	color: #609;
	text-decoration:none;
}

a:hover {
	text-decoration:underline
}

a:active{
text-decoration: underline;
}

/* ブロック配置 */
#outsidebox {
	text-align: center;
}

div#container {
	border: 1px solid #1a862d;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
/* ブロック配置ここまで */

div#contents {
	margin:20px auto;
	clear:left;
	width:700px;
}

ul, li{
	list-style:none;
}

h2 {
	font-size:20px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}

/* Schedule Table start*/
#schedule table {
	border-collapse:collapse;
	width:700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#schedule td,#schedule th {
	border: 1px solid #006600;
	padding:6px;
}

td.date, th.date {
	width:3em;
}

td.place, th.place {
	width:6em;
}

td.eventtitle, th.eventtitle {
	width:170px;
}

td.datail, th.datail {
	width:auto;
}
/* Schedule Table end*/

/* Area Select start */
div#areaselect {
	height:12px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	margin-bottom: 2px;
}

#areaselect span, #areaselect li {
	display:inline;
}
/* Area Select end */

/* Others start */
.detail p {
	margin-bottom:1em;
}
/* Others end */


