﻿/* CSS Document */
*{
	margin:0px;padding:0px;
}

body{
	height:100%;
	background:#F6FFE1;
	color:#424E48;
	font-size:small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


a:link    { color : #6656DD ; text-decoration : underline ; }
a:visited { color : #6656DD ; text-decoration : underline ; }
a:hover   { color : #9689F8 ; text-decoration : underline ; }

#preloadImages{
	width:0px;
	height:0px;
	display:inline;
	background:url('../img/header.jpg');
	background:url('../img/bg_01.jpg');
}


/* フレーム構成
---------------------------------------------*/
#frame {
	margin: auto;
	width: 802px;
	background-image: url(../img/bg_01.jpg);
	background-repeat:repeat;
	}


#header {
	width: 800px;
	height: 70px;
	margin-left:1px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}

#main {
	width: 800px;
	margin-left:1px;
}

#footer {
	clear:both;
	height: 20px;
	background-color:#057931;
	padding-top:6px;
	text-align:center;
	color:#ffffff;
}

/* ヘッダ内
---------------------------------------------*/
.home a,
.home a:link {
	background-image:url("../img/bt_home01.jpg");
	background-repeat:no-repeat;
	display:block;
	width:63px;
	height:31px;
}

.home a:hover {
	background-image:url("../img/bt_home02.jpg");
}

.toiawase a,
.toiawase a:link {
	background-image:url("../img/bt_toi01.jpg");
	background-repeat:no-repeat;
	display:block;
	width:103px;
	height:31px;
}

.toiawase a:hover {
	background-image:url("../img/bt_toi02.jpg");
}


/* enterページ
---------------------------------------------*/
#enter {
	margin: auto;
	width: 770px;
	height: 520px;
	margin-top: 34px;
	/* background-image: url(../img/bg_enter.jpg); */
	background-repeat: no-repeat;
	}

#message {
	padding-top:0px;
	padding-left:0px;
	display:block;
	width:10px;
	height:10px;
	}

#hairu {
	padding-top:416px;
	padding-left:286px;
	display:block;
	width:255px;
	height:67px;
	}

#hairu a,
#hairu a:link {
	background-image:url("../img/bt_enter1.gif");
	background-repeat:no-repeat;
	display:block;
	width:196px;
	height:46px;
}

#hairu a:hover {
	background-image:url("../img/bt_enter2.gif");
}

#sponsor {
	margin: auto;
	width: 770px;
	margin-top: 8px;
	font-size:12px;
	color:#767676;
}



/* メイン内
---------------------------------------------*/
#menu {
	width: 146px;
	float:left;
}


#contents {
	width: 630px;
	margin:4px 4px 20px 4px;
	_margin:-34px 4px 20px 4px;
	padding-top:0px;
	_padding-top:38px;
	padding-left:10px;
	float:right;
}


