/* CSS Document */

#wrapper {
	background: url(../img/bg.gif) no-repeat;
	width: 782px;
	height: 641px;
	margin: 0;
	padding: 0;
}
#header h1 {
	background:url(../img/top.gif) no-repeat;
	width: 749px;
	height: 56px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	left: 16px;
}


/*メニュー部分*/
#menu {
	width: 773px;
	height: 24px;
	position: absolute;
	top: 76px;
	left: 6px;
	z-index: 3;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	float: left;
}
#menu li#top {
	background-image:url(../img/menu/off_01.gif);
	width: 61px;
	height: 31px;
	text-indent: -9999px;
	display: block;
}
#menu li#profile {
	background-image:url(../img/menu/off_02.gif);
	width: 99px;
	height: 31px;
	text-indent: -9999px;
	display: block;
}
#menu li#live {
	background-image:url(../img/menu/off_03.gif);
	width: 70px;
	height: 31px;
	text-indent: -9999px;
	display: block;
}
#menu li#disco {
	background-image:url(../img/menu/off_04.gif);
	width: 79px;
	height: 31px;
	text-indent: -9999px;
	display: block;
}
#menu li#history {
	background-image:url(../img/menu/off_05.gif);
	width: 101px;
	height: 31px;
	text-indent: -9999px;
	display: block;
}
#menu li#bbs {
	background-image:url(../img/menu/off_06.gif);
	width: 60px;
	height: 31px;
	text-indent: -9999px;
	display: block;
}
#menu li#shopping {
	background-image:url(../img/menu/off_07.gif);
	width: 109px;
	height: 31px;
	text-indent: -9999px;
	display: block;
}
#menu li#link {
	background-image:url(../img/menu/off_08.gif);
	width: 77px;
	height: 31px;
	text-indent: -9999px;
	display: block;
}

/*コンテナ部分*/
#container {
	width: 770px;
	height: 490px;
	position: absolute;
	top: 104px;
	left: 10px;
}


/*ニュース部分*/
#container #news {
	width: 220px;
	height: 320px;
	float: right;
	margin: 4px 6px 0px 0px;
	border: thin solid #FFFFFF;
}

#container #news h1 {
	width: 220px;
	height: 20px;
	background: url(../img/news/lastupdate.gif) #400040 no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	border-bottom: thin solid #FFFFFF;
}


#container #news #news_content {
	width: 218px;
	height: 295px;
	margin: 4px 0px 0px 0px;
	overflow: auto;
	background: #600060;
}

#wrapper #container #news #news_content h2 {
	width: 190px;
	height: 23px;
	background: url(../img/news/schedule.gif) no-repeat;
	margin: 0px 0px 6px 8px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}

#container #news #news_content dl {
	margin: 0px 0px 0px 4px;
	padding: 0;
}


#container #news #news_content dt .sfu_news {
	font: xx-small normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#359acc;
	margin-right: 0.6em;
}

#container #news #news_content dt .mono_news {
	font: xx-small normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#d43b23;
	margin-right: 0.6em;
}

#container #news #news_content dt .other_news {
	font: xx-small normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#618c32;
	margin-right: 0.6em;
}


#container #news #news_content dt.sfu .sfu_news {
	font: xx-small normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#359acc;
	margin-right: 0.6em;
}
#container #news #news_content dt {
	font: xx-small normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	_font-size:12px;
	color: #CC3300;
	text-decoration: none;
}
#container #news #news_content dt a {
	font: xx-small normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	_font-size:12px;
	color: #FF9900;
	text-decoration: none;
}
#container #news #news_content dt a:hover {
	font-size:10px;
	_font-size:12px;
	color: #FF0000;
}
#container #news #news_content dd {
	font: x-small normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	_font-size:12px;
	color: #FFFFFF;
	margin: 0px 0px 0px 10px;
	padding: 0;
}
#container #news #news_content dd a {
	font-size:10px;
	_font-size:12px;
	color: #CCCCCC;
	text-decoration: none;
}
#container #news #news_content dd a:hover {
	font-size:10px;
	_font-size:12px;
	color: #FF0000;
	text-decoration: none;
}




#container #news #news_content dd.date {
	font-size:10px;
	_font-size:12px;
	color: #FF99FF;
	font: x-small normal "Times New Roman", Times, serif;
	text-align: right;
	margin: 0px 4px 0px 0px;
	padding: 0;
}


#container #news #news_content dt .update {
	width: 22px;
	height: 10px;
	text-indent: -9999px;
	background: url(../img/news/icon_new.gif) no-repeat;
	margin: 0;
	padding: 0;
	display: block;
}

/*コーナー部分*/
#container #flasharea {
	clear: both;
	width: 540px;
	height: 100px;
	margin: 0;
	padding: 0;
	float: left;
}
#container #corners ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	z-index: 0;
}
#container #corners li {
	display: inline;
	padding: 10px 6px 0px 0px;
	float: left;
}
#container #corners li#ncorner a {
	width: 170px;
	height: 45px;
	background: url(../img/corners/nakagawa_new_off.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	border: thin solid #000000;
}
#container #corners li#ncorner a:hover {
	background:url(../img/corners/nakagawa_new_on.gif) no-repeat;
	border: thin solid #FFFFFF;
}

#container #corners li#scorner a {
	width: 170px;
	height: 45px;
	background: url(../img/corners/special_off.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	border: thin solid #000000;
}
#container #corners li#scorner a:hover {
	background:url(../img/corners/special_on.gif) no-repeat;
	border: thin solid #FFFFFF;
}

#container #corners li#kclub a {
	width: 170px;
	height: 45px;
	background: url(../img/corners/jiho_off.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	border: thin solid #000000;
}
#container #corners li#kclub a:hover {
	background: url(../img/corners/jiho_on.gif) no-repeat;
	border: thin solid #FFFFFF;
}


/*サーチ部分*/
#search {
	width: 420px;
	height: 25px;
	background: url(../img/search/bg2.gif) repeat-x;
	top: 590px;
	left: 350px;
	position: absolute;
	white-space: nowrap;
	color: #FFFFFF;
	font: x-small normal Arial, Helvetica, sans-serif;
}
#search form {
	float: right;
	margin: 0;
	padding: 0;
}
#search a{
	font: x-small normal Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 4px 0px 0px 4px;
}
#search a:hover{
	color: #FFCC00;
}

/*フッター部分*/
#footer {
	top: 580px;
	left: 16px;
	position: absolute;
	width: 756px;
	height: auto;
	border-top: thin solid #FFFFFF;
}

#footer address {
	font: x-small normal Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 6px;
}

/*画像切り替え部分*/
#btn {
	width:533px;
	height:400px;
	z-index: 2;
	visibility: show;
}
#btn h3 {
	width: 530px;
	height: 34px;
	display: block;
	background-image:url(../pic/kara.gif);
	position: absolute;
	top: 361px;
	left 0px;
	margin: 0;
	padding: 0;
	z-index: 2;
	text-indent: -9999px;
}


#mono {
	position:absolute;
	width:533px;
	height:400px;
	z-index:1;
	visibility: hidden;
	left: 0px;
	top: 0px;
	background:url(../pic/mononoke.jpg) no-repeat;
}
