
@import "/library/default.css";

html, body {
	color:#ccc;
	background-color:#010204;
	height:100%;
}

a:link { text-decoration:none; color:#86BAB9; }
a:visited { text-decoration:none; color:#86BAB9; }
a:active { text-decoration:none; color:#86BAB9; }
a:hover { text-decoration:underline; color:#8BA7A7; }

th, td {
	color:#eeeeee;
}

/*-----*/

.contents {
	padding:0 0 15px 0;
}

.contents h1 {
	font-size:16px;
	line-height:100%;
	background-color:#333333;
	padding:10px 0 8px 10px;
	color:#ffffff;
	margin:10px 0 15px 0;
}

.contents h2 {
	font-size:13px;
	line-height:100%;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	padding:10px 0 9px 9px;
	margin:0 0 10px 0;
	color:#ffffff;
}

.contents h3 {
	font-size:13px;
	line-height:100%;
	border-left:3px solid #666666;
	padding:5px 0 5px 10px;
	color:#ffffff;
}

/*-----*/

.localnavi {
	width:970px;
	margin:0 -20px 0 0;
}

.localnavi ul {
	margin:0;
	padding:0;
	list-style:none;
}

.localnavi li {
	float:left;
	margin:0 7px 0 0;
	width:80px;
	height:68px;
}

.localnavi li a.active {
	display:block;
	width:80px;
	height:68px;
	background-image:url(../image/navi/active.png);
	background-repeat:no-repeat;
	background-position:center top;
}

.localnavi img {
	width:80px;
	height:68px;
}

.localnavi li.deadlink img {
	opacity: .65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
	-khtml-opacity: .65;
	-moz-opacity: .65;
}

/*-----*/

.list th , .list td {
	border-bottom:1px dotted #666666;
	padding:10px 10px 8px 10px;
}

.list th {
	width:20%;
}

.list td {
	width:80%;
}

.circlelist th {
	width: 20%;
}
.circlelist td {
	width: 80%;
}

.circlelist th , .circlelist td {
	border-bottom:1px dotted #666666;
	padding:10px 10px 8px 10px;
	vertical-align:middle;
}

/*-----*/

.mailform {
	margin:0 0 30px 0;
}

.mailform th {
	width:20%;
	border-bottom:1px dotted #666666;
	padding:8px 0 8px 0;
	text-align:center;
	vertical-align:middle;
}

.mailform td {
	width:80%;
	border-bottom:1px dotted #666666;
	padding:8px 10px 8px 10px;
	vertical-align:middle;
}

.mailform .submit {
	margin:10px 0 0 0;
	text-align:center;
	background-color:#333333;
	border:1px solid #666666;
	padding:15px 0 15px 0;
}

.mailform .submit input {
	font-size:20px;
}

/*-----*/

.basicinfo {
	margin:0 0 20px 0;
}

.basicinfo dl {
	margin:0;
	padding:0;
}

.basicinfo dt {
	margin:0 0 10px 0;
	padding:7px 0 5px 10px;
	background-color:#333;
}

.basicinfo dd {
	margin:0;
	padding:0 0 10px 10px;
}

.basicinfo ul {
	margin:0 0 0 20px;
	padding:0;
}

.basicinfo li {
	margin:0 0 7px 0;
}

.basicinfo p {
	margin:0 0 15px 0;
}

/*-----*/

.schedule .timeline {
	float: left;
	width: 580px;
	display: table;
}

.schedule .timeline .block {
	margin: 0 auto 10px auto;
}

.schedule .timeline .time {
	display: table-cell;
	width: 120px;
	text-align: center;
	background-color:#770000;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	padding: 10px 0 10px 0;
}

.schedule .timeline .coment {
	display: table-cell;
	width: 460px;
	padding: 10px 0 10px 0;
}

.schedule .timeline .coment p:first-child {
	margin: 0 0 0 10px;
	font-size:16px;
	line-height:140%;
	color: #fff;
}

.schedule .timeline .coment p {
	margin: 10px 0 0 10px;
}

.schedule .timeline .coment .attention {
	font-size: 12px;
	line-height: 140%;
}

.schedule .eventinfo {
	float: right;
	width: 350px;
}

.schedule .eventinfo .block {
	margin:0 0 5px 0;
	background-color: #333;
	padding:15px;
}

.schedule .eventinfo .block p:first-child {
	margin:0 0 10px 0;
	font-size:14px;
	line-height:140%;
}

.schedule .eventinfo .block p {
	margin:10px 0 0 0;
}

/*-----*/

.event .coment dl {
	margin: 0;
}

.event .coment dt {
	margin: 0 0 10px 0;
}

.event .coment dd {
	margin: 0 0 10px 20px;
}

.event .coment p {
	margin: 10px 0 0 0;
}

.event .coment p:first-child {
	margin: 0 0 0 0;
}

/*-----*/

.event #koinobori .imgblock ,
.event #koinobori .imgblock2 {
	display: table;
	margin: 0 auto 10px auto;
}

.event #koinobori .imgblock div {
	display: table-cell;
	border-left: 2px solid transparent;
}

.event #koinobori .imgblock div:first-child {
	border-left: none;
}

.event #koinobori .imgblock2 div {
	display: table-cell;
	border-left: 2px solid transparent;
}

.event #koinobori .imgblock2 div:first-child {
	border-left: none;
}

.event #koinobori .imgmain {
	width: 350px;
	float: left;
}

.event #koinobori .coment {
	width: 590px;
	float: right;
}

.event #koinobori .genan {
	text-align: center;
	margin: 0 0 10px 10px;
	float: right;
	width: 200px;
}

/*-----*/

.event #yonetani .section {
	margin: 0 auto 20px auto;
}

.event #yonetani .imgmain {
	width: 400px;
	float: left;
}

.event #yonetani .coment {
	width: 540px;
	float: right;
}

/*-----*/

.event #araki .section {
	margin: 0 0 30px 0;
}

.event #araki .imgmain {
	width: 250px;
	float: left;
}

.event #araki .coment {
	width: 690px;
	float: right;
}

.event #araki .imgblock {
	display: table;
	margin: 0 auto 10px auto;
}

.event #araki .imgblock div {
	display: table-cell;
	border-left: 5px solid transparent;
}

.event #araki .imgblock div:first-child {
	border-left: none;
}

/*-----*/

.news .entry {
	display: table;
	margin: 0 auto 10px auto;
}

.news .info {
	display: table-cell;
	width: 610px;
	vertical-align: top;
	border-right: 10px solid transparent;
}

.news .info .section {
	margin: 0 0 20px 0;
}

.news .facebook {
	display: table-cell;
	width: 340px;
	background-color: #eee;
	vertical-align: top;
}

/*-----*/

.report .entry p {
	margin: 0 0 15px 0;
}

.report .entry table {
	width: 100%;
}

.report .entry th ,
.report .entry td {
	border-bottom: 1px dotted #666;
	padding: 5px 10px 5px 10px;
	line-height: 100%;
}