body {
	background: #000 url(../images/allimages/body_back.jpg) repeat-x;
	font-size: 12px;
	color: #555;
	margin: 0;
	padding: 0;
}
.fc {
	margin: 0;
	padding: 0;
	font-size: 1px;
	clear: both;
	line-height: 0;
}
#wrap {
	width: 800px;
	margin: 0 auto;
}

/* ヘッダー設定 ================================== */
#header h1 {
	font-size: 0.92em;
	color: #fff;
	margin: 0;
	padding: 10px 5px;
	line-height: 1em;
}

/* フッター設定 ================================== */
#footer {
	margin: 10px 0;
}
#footer_add {
	font-size: 0.83em;
	color: #fff;
	line-height: 1.6em;
	width: 400px;
	float: left;
}
#footer_menu {
	font-size: 0.83em;
	color: #fff;
	text-align: right;
	width: 400px;
	float: right;
}
#footer_menu a {
	color: #fff;
}
#footer_menu a:hover {
	color: #f90;
}

/* トップページ　メインFLASH ================================== */
#index_main {
	background: #fff url(../images/allimages/main_top_back.gif) no-repeat;
}
#top_anim {
	padding: 15px 10px;
}

/* 下部HTML設定 ================================== */
#index_under {
	background: url(../images/allimages/main_bottom_back.gif) bottom no-repeat;
	padding: 0 10px 0px 10px;
	height: 1%;
}

/* トピックス部分設定 ================================== */
#topics {
	width: 548px;
	height: 140px;
	background: #eee;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	float: left;
}
#topics_header {
	height: 24px;
	background: url(../images/index/topics_head_back.gif) no-repeat;
}
#topics_header h2 {
	font-size: 1.33em;
	text-indent: -9999em;
	line-height: 1em;
	padding: 0;
	margin: 0;
	width: 100px;
	float: left;
}
#topics_header p {
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	float: right;
	margin: 0;
	padding: 3px 10px;
}
#topics_header p a {
	color: #fff;
}
#topics_header p a:hover {
	color: #f90;
}
#topics_body {
	height: 114px;
	overflow: auto;
}
#topics_body ul {
	margin: 0;
	padding: 15px 10px;
	list-style-type: none;
}
#topics_body li {
	background: url(../images/index/topics_arrow.gif) 0 3px no-repeat;
	padding-left: 16px;
	margin: 3px 0;
}
#topics_body .date {
	font-weight: bold;
}
#topics_body a {
	color: #555;
}
#topics_body a:hover {
	color: #f90;
}
/* 住所・営業時間など設定 ================================== */
#add {
	width: 215px;
	height: 140px;
	background: url(../images/index/ensoi_add.gif) no-repeat;
	float: right;
}
#add p {
	text-indent: -9999px;
}