@charset "UTF-8";

/* homeroom CSS common  */
/*============================== 基本タグ ==============================*/
body, img, form, #logo, #menu, #btn_new, #btn_control {margin: 0;padding: 0;border: 0;}



/*============================== homeroom 基本ヘッダー ==============================*/

/*=============== ヘッダ ===============*/
#header {
	width: 100%;
	height: 32px !important;
	height: 33px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	border-bottom:1px solid #666666;
}

/*=============== ロゴ ===============*/
#logo, #menu, #btn_new, #btn_control {text-align: left;text-indent:-9999px;}
#logo {
	float: left;
	width: 96px;
	height: 32px;
	background: url(http://img.homeroom.cc/misc/logo.png) no-repeat top left;
}
#logo a {
	display: block;
	width: 96px;
	height: 32px;
}

/*=============== メニュー ===============*/
#menu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 229px;
	height: 32px;
	background: url(http://img.homeroom.cc/misc/menu.png) no-repeat top left;
}
#btn_new, #btn_new a, #btn_control, #btn_control a {display: block;width: 60px;height: 32px;}
#btn_new {
	position: absolute;
	top: 0px;
	right: 62px;
	background: url(http://img.homeroom.cc/misc/menu_btn.png) no-repeat top left;
	background-position: 0px 0px;
}
#btn_new a:hover {background: url(http://img.homeroom.cc/misc/menu_btn.png) no-repeat top left;background-position: 0px -32px;}
#btn_control {
	position: absolute;
	top: 0px;
	right: 2px;
	background: url(http://img.homeroom.cc/misc/menu_btn.png) no-repeat top left;
	background-position: -60px 0px;
}
#btn_control a:hover {background: url(http://img.homeroom.cc/misc/menu_btn.png) no-repeat top left;background-position: -60px -32px;}

/*=============== フッタ ===============*/
#footer {
	margin: 32px 0px;
}
#footer_info {
	width: 400px;
	margin: auto;
	padding: 0px;
	border: 1px solid #666666;
	background-color: #ffffff;
}
address {
	margin: auto;
	padding: 0px;
	width: 320px;
	height: 24px;
	background: url(http://img.homeroom.cc/misc/copyright.jpg) no-repeat top left;
	text-indent:-9999px;
}
address a {
	display: block;
	width: 320px;
	height: 24px;
}
#w3c_rss {
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
/*=============== Google ===============*/
#adsense {
	margin: 8px;
	padding: 0px;
}
/*=============== エラー ===============*/
#err_message {
	margin: 40px;
	padding: 0px;
	color: #ff0000;
	text-align: center;
	text-decoration:underline;
}
