@charset "utf-8";

/* トップ画像を載せる場所 */
div#topimg{
	margin : 0 ;
	width : 800px ;
	padding : 5px 0 ;
	background-color : #000000 ;
}
div#topimg_s{
	margin : 0 ;
	width : 800px ;
	padding : 5px 0 ;
	background-color : #000000 ;
}

div#topimg img{
	margin : 0 ;}


/*メニュー部分*/
ul#menu{
	height : 30px ;
	list-style-type: none ;
	background: url(../img/menu_back.jpg) repeat-x ;
}

ul#menu li{
	height : 10px ;
	padding : 10px ;
	float : left ;
	border-right : solid 1px ;
}

ul#menu a{
	color : #ffffff ;
	text-decoration: none;
	font-weight : bold ;
}

/* 更新情報 */
dl.news{
	margin : 5px 0 5px 30px ;
	clear : both ;
}
dl.news dt{
	margin-left : 15px ;
	float : left ;
}
dl.news dd{
	margin-left : 10px ;
	float : left ;
}

/*　スポンサーリンク　*/

ul.sponsor{
	margin-left : 30px ;
	list-style-type: none ;
}
ul.sponsor li{
	margin : 0 30px 10px 0 ;
	float : left ;
}
/*　その他リンク　*/
ul.other{
	margin-left : 30px ;
	list-style-type : square ;
}
ul.other li{
	margin-left : 30px ;
}

/* メニューのh2を隠す */
.no-display{
	display : none ;
}

/*　クリア要素　*/
.clear{
	height : 1px ;
	color : #ffffff ;
	clear : both ;
}
.clear-1em{
	height : 1em ;
	color : #ffffff ;
	clear : both ;
}

/*　画像配置　*/
.photo_r{
	float : right ;
}

/*　改行　*/
.p_br{
	margin-bottom : 1em ;
}