﻿@charset "utf-8";/*これがないと配置が崩れるので注意*/
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin-top: 5px;
	background-color: #FFFFFF;/*白*/
	background-attachment:scroll;/*内容が増えるとボディも長くなる*/
	background-position:15px 15px; 
}

#container {
	width: 800px; /*メインコンテナの横幅*/
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top/bkContent.gif); /* 背景の赤線 */
	background-color: #FFFFFF;/*白*/
	min-height: 100%;
}
#container h2 {
	padding-bottom: 20px;/*WHAT'S NEWの下の余白*/
}

#container h4 {
	float: left;/*ボタンが入っているコンテナ内を左寄せ*/
}

/* ここからナビゲーションボタンの設定 */
#container #btn01 a {
	background-image: url(images/top/btn-home.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}
#container #btn02 a {
	background-image: url(images/top/btn-race.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}
#container #btn03 a {
	background-image: url(images/top/btn-syusai.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}
#container #btn04 a {
	background-image: url(images/top/btn-sonota.jpg);
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -9999px;
}
#container #btn05 a {
	background-image: url(images/top/hp-rink.gif);
	display: block;
	height: 50px;
	width: 590px;
	text-indent: -9999px;
}
#container #btn01 a:hover {
	background-image: url(images/top/btn-home-hover.jpg);
}
#container #btn02 a:hover {
	background-image: url(images/top/btn-race-hover.jpg);
}
#container #btn03 a:hover {
	background-image: url(images/top/btn-syusai-hover.jpg);
}
#container #btn04 a:hover {
	background-image: url(images/top/btn-sonota-hover.jpg);
}
#container #btn05 a:hover {
	background-image: url(images/top/hp-rink2.gif);
}
/* ここまでナビゲーションボタンの設定 */


.text01 {
	color: #333333;
	font-size: 90%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	margin-top: 20px;
	margin-bottom: 20px;/*WHAT'S NEWの上の余白*/
}

#text02 {
	color: #333333;
	font-size: 80%;
	line-height: 200%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;/*WHAT'S NEWの下の箇条書き部分*/
}

#text02 li {
	list-style-type: square;
	list-style-position: inside;/*WHAT'S NEWの下の箇条書き部分　内容増に対応*/
}

.text03 { /*Last Updateの部分*/
	color: #333333;
	font-size: 90%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}


#footer {
	clear: both;
	padding-top: 30px;
}

