body{
	font-size: 12px;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #555;
	background-image: url(bg_index.jpg);
	background-repeat: no-repeat;
	}
	
/* 表紙の画像の位置 */
#top_image{
	position: absolute;
	top: 200px;
	left: 90px;
	}

/* 更新情報ボックス上部の指定 */
h1{
	width: 290px;
	height: 25px;
	margin: 20px auto 0px auto;
	padding-left: 10px;
	font-size: 18px;
	background-color: #fffbf5;
	padding-top: 5px;
	border: 1px solid #ff0520;
	border-bottom: 0px;
	}
	
/* 更新情報ボックス下部の指定 */
#update{
	width: 300px;
	height: 110px;
	background-color: #fffbf5;
	overflow: auto;
	border: 1px solid #ff0520;
	border-top: 0px;
	margin: auto;
	}
ol li{
	list-style-image: url(blt.gif);
	}
span{
	margin-top: 0px;
	}
	
/* 右下コピーライトの指定 */
#footer{
	margin-top: 30px;
	text-align: right;
	}
	
/* 以下　右側のリンク帯の指定 */
#navi_link{
	width: 426px;
	position: absolute;
	top: 200px;
	left: 354px;
	}
h2{margin-top: 20px;}
a{
	font-size: 14px;
	line-height: 160%;
	}
a:link{
	color: #039;
	text-decoration: none;
	}
a:visited{
	color: #039;
	text-decoration: none;
	}
a:hover{
	color: #fff;
	background-color: #ff373d;
	text-decoration: none;
	}
#out_navi h2 a{
	font-size: 16px;
	color: #000;
	letter-spacing: 35px;
	line-height: 20px;
	padding-left: 110px;
	display: block;
	width: 316px;
	height: 20px;
	background-image: url(index_out_obi.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
	}
#out_navi:hover h2 a{
	background-image: url(index_outroll_obi.jpg);
	background-color: #fff;
	}
#ex_navi h2 a{
	font-size: 16px;
	color: #000;
	letter-spacing: 8.5px;
	line-height: 20px;
	padding-left: 110px;
	display: block;
	width: 316px;
	height: 20px;
	background-image: url(index_ex_obi.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
	}
#ex_navi:hover h2 a{
	background-image: url(index_exroll_obi.jpg);
	background-color: #fff;
	}
#list_navi h2 a{
	font-size: 16px;
	color: #000;
	letter-spacing: 0px;
	line-height: 20px;
	padding-left: 110px;
	display: block;
	width: 316px;
	height: 20px;
	background-image: url(index_list_obi.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
	}
#list_navi:hover h2 a{
	background-image: url(index_listroll_obi.jpg);
	background-color: #fff;
	}
