@charset "UTF-8";


/* basic rules for new tags */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}


/* +++++ reset +++++ */

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


/* +++++ general rules +++++ */

body {
	color: #000;
	background: #cfc;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.internal {
	display: none;
}
a {
	color: #00c;
}
a:visited {
	color: #60f;
}
a:hover {
	color: #c00;
}
del {
	text-decoration: line-through;
}
.break {
	display: block;
}

/* +++++ layout +++++ */

div#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 40px;
	background: #fff;
}
header {
	position: absolute;
	width: 800px;
	height: 124px;
	background: url("../v2/bin_dat/events.jpg") no-repeat;
}
header h1 {
	display: none;
}
main {
	margin: 0 1.5em;
	padding: 160px 0 0;
}
article {
	padding: 0 0 2em;
}
article h2 {
	font-size: 1.2em;
	color: #666;
	margin: 0 0 1.2em;
	padding: 0 0 0 0.5em;
	border-width: 0 0 1px;
	border-color: #ccc;
	border-style: solid;
}
article table {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
article table th,td {
	padding: 7px;
	border-width: 0 0 2px 1px;
	border-color: #fff;
	border-style: solid;
	vertical-align: middle;
}
article table th {
	background-color: #ddd;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
article table td {
	background: #fdd;
}
article table td.ev_date,
article table td.ev_name {
	white-space: nowrap;
}
article table td.ev_name {
	font-weight: bold;
}
article table td strong {
	font-weight: bold;
	font-size: 110%;
}
article table td strong.hok {
	display: block;
	font-size: 150%;
	letter-spacing: 15px;
	margin-bottom: 5px;
}
article dl {
	margin: 0 1em 1.5em;
}
article dt {
	font-weight: bold;
}
article dd {
	margin: 0 0 1em 2em;
}
article#kai p {
	margin: 0 1em 1em;
}
.special {
	color: #c00;
}
footer {
	border-width: 3px 0 0;
	border-style: solid;
	border-color: #ccc;
	padding: 1em 0 0 75%;
}
