.index_image {
	margin: auto;
	height: 300px;
	width: 300px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 30px;
	line-height: 1.1em;
}


.title_background {
	background-color: #F8F8FA;
	height: 300px;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.whats_new {
	width: 350px;
	margin-top: 30px;
	text-align: left;
	float: left;
	margin-left: 25px;
}
.whats_new ul {
	width: 500px;
	padding-left: 0px;
	margin-left: 25px;
}

.whats_new ul li {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	list-style-image: url(../image/midori.gif);
}
.right_box {
	width: 350px;
	float: left;
	margin-top: 30px;
	margin-left: 50px;
	font-size: 12px;
	color: #666;
	padding-bottom: 100px;
}
h2 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	color: #333;
	margin-top: 40px;
}
h1 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	color: #333;
	margin-top: 40px;
}



/*ナビゲーションバーのCSSスプライト*/
.menu_bar {
	height: 32px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.menu_bar li {
	float: left;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu_bar li a{
	float: left;
	display: block;
}
.gaiyou a{
	height: 32px;
	width: 200px;
	background-image: url(../image/navi_bar.gif);
	background-position: 0px 0px;
	}
.gaiyou a:hover{
	height: 32px;
	width: 200px;
	background-image: url(../image/navi_bar.gif);
	background-position: 0px -32px;
	}	


.rinen a{
	height: 32px;
	width: 200px;
	background-image: url(../image/navi_bar.gif);
	background-position: -200px 0px;
	}

.rinen a:hover{
	height: 32px;
	width: 200px;
	background-image: url(../image/navi_bar.gif);
	background-position: -200px -32px;
	}


.saiyou_jouhou a{
	height: 32px;
	width: 200px;
	background-image: url(../image/navi_bar.gif);
	background-position: -400px 0px;
	}		
.saiyou_jouhou a:hover{
	height: 32px;
	width: 200px;
	background-image: url(../image/navi_bar.gif);
	background-position: -400px -32px;
	}	
	
.otoiawase a{
	height: 32px;
	width: 200px;
	background-image: url(../image/navi_bar.gif);
	background-position: -600px 0px;
	}
.otoiawase a:hover{
	height: 32px;
	width: 200px;
	background-image: url(../image/navi_bar.gif);
	background-position: -600px -32px;
	}
