﻿@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	background: #0B0B0B;
	color:#ffffff;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
	text-align:center;
}

#wrapper {
	width:890px;
	margin:10px auto 0;
	text-align:left;
}

ul li{
	list-style-type:none;
}

#titlelogo {
	margin-top: 100px;
	margin-bottom: 34px;
}

#titlelogo h1 {
	display:none;
}

#header_navi {
	width:890px;
}

#header_navi li {
	float:left;
	margin-right:11px;
	margin-bottom: 45px;
}

* html #header_navi {
	padding-bottom: 45px;
}

*:first-child+html #header_navi {
	padding-bottom: 45px;
}

#footer {
	clear: both;
	margin-top: 40px;
	margin-bottom: 100px;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/* --- main.html --- */

#main_wra {
	width: 890px;
	clear: both;
	margin-top: 70px;
    overflow: hidden;
}

#main_wra:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #main_wra {
    height: 1em;
    overflow: visible;
}

#main_menu {
	float: left;
	width: 302px;
}

* html #main_menu {
	float: left;
	width: 295px;
}

#main_info {
	width: 588px;
    overflow: hidden;
}

#main_info:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #main_info {
    height: 1em;
    overflow: visible;
}

#main_info dd {
	float: left;
	margin-right: 10px;
}

/* --- event.html --- */

#event_img {
	width: 890px;
	clear: both;
}

#event_img table {
	margin-left: 18px;
}

.space_tate td {
	border-bottom: solid #0B0B0B 18px;
}

#event_img table td {
	border-right: solid #0B0B0B 18px;
}

/* --- link.html --- */

#link_wra {
	width: 865px;
	clear: both;
	margin-left: 25px;
    overflow: hidden;
}

#link_wra:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #link_wra {
    height: 1em;
    overflow: visible;
}

.link_list {
	float: left;
	width: 320px;
}

.link_list dt {
	margin-bottom: 20px;
}

.link_list dd {
	margin: 10px 0;
}

