@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background: #ffffff;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
	text-align:center;
}

#wrapper {
	width: 870px;
	margin: 0 auto;
	text-align: left;
    overflow: hidden;
	clear: both;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #wrapper {
    height: 1em;
    overflow: visible;
}

/* ----------- HEADER --- */
h1 a {
	background:transparent url(../img/topbanner.gif) no-repeat left top;
	display:block;
	width: 870px;
	height: 530px;
	margin: 0 0 20px 0;
	overflow:hidden;
	text-indent:-9999px;
	clear: both;
}

#header_desc {
	display:none;
	text-indent:-9999px;
}

/* ----------- NEWS --- */
#news {
	background:#12085b url(../img/news.gif) no-repeat left top;
	width: 870px;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

#news dl {
	margin: 10px 10px 10px 100px;
	width: 740px;
	background: #ffffff;
	padding: 10px 10px;
	font-size: small; 
	color: #12085b;
}

#news dl dt {
	font-weight: bold;
	line-height: 1.5em;
}

#news a {
	color: #bf5f5e;
}

/* ----------- NAVI --- */

#navi, #menu {
	float: right;
	clear: both;
}

#menu li {
	float: left;
	margin: 0 0 0 15px;
	padding-bottom: 18px;
}

#menu li a {
	display: block;
	text-indent: -9999px;
	height: 16px;
}

#menu_shortcutlink {
	background:transparent url(../img/topnavi_shortcutlink.gif) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 146px;
	height: 16px;
}

#menu_about {
	width: 63px;
	background:transparent url(../img/topnavi_about.gif) no-repeat left top;
}
#menu_devlove {
	width: 102px;
	background:transparent url(../img/topnavi_devlove.gif) no-repeat left top;
}
#menu_timetable {
	width: 104px;
	background:transparent url(../img/topnavi_timetable.gif) no-repeat left top;
}
#menu_entry {
	width: 75px;
	background:transparent url(../img/topnavi_entry.gif) no-repeat left top;
}
#menu_contact {
	width: 90px;
	background:transparent url(../img/topnavi_contact.gif) no-repeat left top;
}

/* ----------- FOOTER --- */

#footer {
	clear: both;
	width: 100%;
	border-top: 1px dotted #12085b;
	padding-top: 10px;
	text-align: center;
	color: #12085b;
	font-size: small;
	margin-bottom: 10px;
}
