@charset "UTF-8";

/* www.homeroom.cc スタイルシート  */

/*============================== 基本タグ ==============================*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(/images/head_bg_01.jpg) repeat-x;
	color: #ffffff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
address {
	margin: 0px;
	padding: 0px;
}
address a {
	display: block;
	width: 950px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url(/images/copyright.jpg) no-repeat;
	text-indent:-9999px;
}



/*============================== メインタグ ==============================*/



/*=============== ラッパー ===============*/
#wrap {
	width: 950px;
	margin: auto;
	padding: 0px;
	text-align: left;
}



/*=============== ヘッダ ===============*/
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 72px;
	margin: auto;
	padding: 0px;
}
#head_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 192px;
	height: 72px;
	background: url(/images/head_logo.jpg) no-repeat;
	text-indent:-9999px;
}
#head_copy {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 210px;
	height: 40px;
	background: url(/images/head_copy.jpg) no-repeat;
	text-indent:-9999px;
}
#head_btn {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 165px;
	height: 32px;
}
#head_btn_sitemap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 82px;
	height: 32px;
	background: url(/images/head_sitemap.jpg) no-repeat;
	text-indent:-9999px;
}
#head_btn_contact {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 83px;
	height: 32px;
	background: url(/images/head_contact.jpg) no-repeat;
	text-indent:-9999px;
}
/*=============== コンテンツ ===============*/
#contents {
	width: 950px;
	margin: 0px;
	padding: 0;
	background: #000000;
	text-align: left;
}
.contents_wrap {
	clear: both;
	width: 950px;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

/*=============== フッタ ===============*/
#foot {
	clear: both;
	width: 950px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background: url(/images/foot_menu_bg.jpg) no-repeat;
	text-align: left;
}
#foot_menu {
	width: 410px;
	height: 40px;
	margin: auto;
	padding: 0px;
}
#foot_btn_01,
#foot_btn_02,
#foot_btn_03,
#foot_btn_04,
#foot_btn_05 {
	float: left;
}
#foot_btn_01 a,
#foot_btn_02 a,
#foot_btn_03 a,
#foot_btn_04 a,
#foot_btn_05 a {
	display: block;
	width: 82px;
	height: 40px;
	background: url(/images/foot_btn.gif) no-repeat;
	text-indent:-9999px;
}
#foot_btn_01 a {
	background-position: 0px 0px;
}
#foot_btn_01 a:hover {
	background-position: 0px -40px;
}
#foot_btn_02 a {
	background-position: -82px 0px;
}
#foot_btn_02 a:hover {
	background-position: -82px -40px;
}
#foot_btn_03 a {
	background-position: -164px 0px;
}
#foot_btn_03 a:hover {
	background-position: -164px -40px;
}
#foot_btn_04 a {
	background-position: -246px 0px;
}
#foot_btn_04 a:hover {
	background-position: -246px -40px;
}
#foot_btn_05 a {
	background-position: -328px 0px;
}
#foot_btn_05 a:hover {
	background-position: -328px -40px;
}
