@charset "UTF-8";

/* トップページ　============================================ */

body {
	background-color:transparent;
	background-image:url("/img/bg/bg_top.gif");
	background-position:top center;
	background-repeat:repeat-x;
	width:100.0%;
}

#top {
	text-align:left;
	margin:0 auto;
	width:900px;
}
#top #header {
	height:30px;
	width:900px;
	background:#000 none left top no-repeat;
}
#top #header img {
	margin:6px 0 0 6px;
}

#top #footer {
	clear:both;
	width:900px;
}
#top #footer ul {
	height:100px;
	overflow:hidden;
	background:#000 none left top no-repeat;
}
#top #footer ul li {
	margin:5px 0 0 30px;
	display:inline;
	float:left;
}
#top #footer ol {
	clear:both;
	text-align:center;
	list-style-type:none;
	padding:20px 0 0 0;
	margin:0;
}
#top #footer ol li{
	display:inline;
	list-style-type:none;
	margin:0;
}
#top #footer p {
	clear:both;
	text-align:center;
	margin:0 0 20px 0;
	color:#666;
}

#top #contents {
	clear:both;
	width:900px;
	overflow:hidden;
}
#top #contents h1 {
	margin:30px 0 0 48px;
	display:inline;
	width:306px;
	float:left;
}
#top #contents table {
	margin:21px 21px 21px 0;
	float:right;
}
