@charset "UTF-8";
/*======================================
ベース
======================================*/
* {
	font-family: "palatino","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "verdana", "arial","sans-serif";
	font-size: 100.1%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.9em;
	background: #000000;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

ul {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}



/*======================================
見出し
======================================*/
h1 {
	visibility: hidden;
	font-size: 0.01em;
	line-height: 0;
	letter-spacing: 0;
}



/*======================================

======================================*/
#container {
	position: relative;
	width: 760px;
	margin: 0px auto 0px auto;
	background: #000000;
}

#header {
	background: url(../images/index/logo.jpg) no-repeat 0px 10px;
	width: 528px;
	height: 185px;
	margin-bottom: 15px;
	text-indent: -9999px;
	font-size: 0.01em;
	line-height: 0;
	letter-spacing: 0;
}

#newsFrame {
	width: 380px;
	margin-left: 63px;
	border: 1px solid #333333;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}

#newsFrame li.day {
	list-style: none;
	margin-bottom: 10px;
	font-weight: bold;
}
#newsFrame li.day ul {
	margin-left: 50px;
}
#newsFrame li.day li a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#newsFrame li.day li a:hover {
	color: #FF0000;
	font-weight: normal;
}

#naviSignTop {
	width: 382px;
	height: 67px;
	margin-left: 73px;
}
#naviSignTop img {
	float: left;
}

#naviSignBottom {
	width: 382px;
	height: 67px;
	margin-left: 73px;
}
#naviSignBottom img {
	float: left;
}

#navigator {
	width: 376px;
	margin-left: 76px;
}

#navigator ul {
	list-style: none;
	font-size: 0.01em;
	line-height: 0;
	letter-spacing: 0;
}

#navigator li {
	display: block;
	text-indent: -9999px;
	float: left;
}

#navigator li.shinjissen a {
	background: url(../images/index/shinjissen_btn.gif) no-repeat;
	width: 188px;
	height: 50px;
	display: block;
}
#navigator li.shinjissen a:hover {
	background: url(../images/index/shinjissen_btn.gif) no-repeat 0px -50px;
	width: 188px;
	height: 50px;
	display: block;
}

#navigator li.result a {
	background: url(../images/index/result_btn.gif) no-repeat;
	width: 188px;
	height: 50px;
	display: block;
}
#navigator li.result a:hover {
	background: url(../images/index/result_btn.gif) no-repeat 0px -50px;
	width: 188px;
	height: 50px;
	display: block;
}

#navigator li.schedule a {
	background: url(../images/index/schedule_btn.gif) no-repeat;
	width: 188px;
	height: 50px;
	display: block;
}
#navigator li.schedule a:hover {
	background: url(../images/index/schedule_btn.gif) no-repeat 0px -50px;
	width: 188px;
	height: 50px;
	display: block;
}

#navigator li.information a {
	background: url(../images/index/information_btn.gif) no-repeat;
	width: 188px;
	height: 50px;
	display: block;
}
#navigator li.information a:hover {
	background: url(../images/index/information_btn.gif) no-repeat 0px -50px;
	width: 188px;
	height: 50px;
	display: block;
}

/*
#navigator li.bbs a {
	background: url(../images/index/bbs_btn.gif) no-repeat;
	width: 188px;
	height: 50px;
	display: block;
}
#navigator li.bbs a:hover {
	background: url(../images/index/bbs_btn.gif) no-repeat 0px -50px;
	width: 188px;
	height: 50px;
	display: block;
}
*/

#navigator li.wanted a {
	background: url(../images/index/wanted_btn.gif) no-repeat;
	width: 188px;
	height: 50px;
	display: block;
}
#navigator li.wanted a:hover {
	background: url(../images/index/wanted_btn.gif) no-repeat 0px -50px;
	width: 188px;
	height: 50px;
	display: block;
}

#navigator li.link a {
	background: url(../images/index/link_btn.gif) no-repeat;
	width: 188px;
	height: 50px;
	display: block;
}
#navigator li.link a:hover {
	background: url(../images/index/link_btn.gif) no-repeat 0px -50px;
	width: 188px;
	height: 50px;
	display: block;
}

#copyright {
	/*width: 528px;*/
	width: 760px;
	clear: both;
	color: #FFFFFF;
	font-size: 0.9em;
	letter-spacing: 0;
	text-align: center;
}

#miyagawaImage {
	position: absolute;
	top: 70px;
	left: 527px;
}



/*------- index_frame_rss -------*/
#index_frame_rss {
	width: 382px;
	margin-left: 73px;
	text-align: center;
}

