/* CSS Document */

/*メインイメージ*/
#main_image {
	width: 900px;
	background-image: url(../image/main_image.jpg);
	height: 300px;
}

/*フラッシュスペース*/
#main_image #flash {
	width: 250px;
	height: 256px;
	margin-left: 650px;
	padding-top: 44px;
}

/*サイトコメントスペース*/
#site_copy {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#site_copy p#copy {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding-top: 5px;
}

/*センター*/
#center{
	width:570px;
	float:left;
}

/*とぴっくす*/
#center #topics{
	width:555px;
	height: 148px;
	background-image: url(../image/topics_bg.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 35px;
	margin-bottom: 15px;
}

/*ばなー*/
#center #banner{
	width:570px;
	height: 105px;
}

#center #banner p#room{
	float: left;
	padding-right: 9px;
	margin: 0px;
}

#center #banner p#room a{
	display:block;
	width:280px;
	height:105px;
	text-indent:-9999px;
	background-image: url(../image/room.gif);
	background-repeat: no-repeat;
}

#center #banner p#blog{
	padding: 0px;
	float: left;
	margin: 0px;
}

#center #banner p#blog a{
	display:block;
	width:280px;
	height:105px;
	text-indent:-9999px;
	background-image: url(../image/staffblog.gif);
	background-repeat: no-repeat;
}

/*右サイド*/
#side_right{
	width:275px;
	float:left;
	padding-left: 15px;
}
