@charset "UTF-8";

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

/*============================== INDEX ==============================*/

/*=============== 紹介ブロック ===============*/
#introduction {
	margin: auto;
	padding: 0px;
	width: 544px;
	background: #ffffff url(/images/block_bg_01.jpg) no-repeat bottom left;
	text-align: left;
}
#introduction_title {
	width: 544px;
	height: 46px;
	color: #ffffff;
	background: #D12A72 url(/images/introduction_title.jpg) no-repeat top left;
	text-indent:-9999px;
}
#introduction_body {
	margin: 8px;
	padding: 0px;
	color: #90184D;
}
#introduction_btns {
	width: 512px;
	height: 48px;
	margin: auto;
	padding: 8px 16px 0px 16px;
}
#introduction_btn_01 {
	position: absolute;
	margin: 0px;
	padding: 0;
	width: 256px;
	height: 48px;
}
#introduction_btn_01 a {
	width: 256px;
	height: 48px;
	display: block;
	background: url(/images/introduction_btn_01.jpg) no-repeat top left;
	text-indent:-9999px;
}
#introduction_btn_01 a:hover {background: url(/images/introduction_btn_01.jpg) no-repeat top left;background-position: 0px -48px;}
#introduction_btn_02 {
	position: absolute;
	margin: 0px 0px 0px 256px;
	padding: 0;
	width: 256px;
	height: 48px;
}
#introduction_btn_02 a {
	width: 256px;
	height: 48px;
	display: block;
	background: url(/images/introduction_btn_02.jpg) no-repeat top left;
	text-indent:-9999px;
}
#introduction_btn_02 a:hover {background: url(/images/introduction_btn_02.jpg) no-repeat top left;background-position: 0px -48px;}

/*=============== 新着掲示板ブロック ===============*/
#newly_arrived {
	margin: auto;
	padding: 0px;
	width: 544px;
	background: #ffffff url(/images/block_bg_01.jpg) no-repeat bottom left;
}
#newly_arrived_title {
	width: 544px;
	height: 46px;
	color: #ffffff;
	background: #858317 url(/images/newly_arrived.jpg) no-repeat top left;
	text-indent:-9999px;
}
#newly_arrived_body {
	width: 512px;
	margin: auto;
	padding: 0px;
	text-align: left;
}
#newly_arrived_body a {
	display: block;
	width: 512px;
	margin: 0px;
	padding: 2px 0px;
	border-bottom:1px solid #E0CEB3;
	text-decoration: none;
	color: #35350E;
}
#newly_arrived_body a:hover {
	background-color: #E8E28F;
}
#newly_arrived_body ul {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	border-top:1px solid #E0CEB3;
}
#newly_arrived_body li {
	list-style-image:none;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.bbs_create_stamp {
	margin: 0px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bbs_title {
	margin: 0px 8px 0px 0px;
	color: #550808;
	font-weight: bold;
}
.bbs_category {
	margin: 0px 0px 0px 8px;
	font-size: 10px;
}
/*===== カテゴリーブロック =====*/
#category {
	margin: auto;
	padding: 0px;
	width: 544px;
	background: #ffffff url(/images/block_bg_01.jpg) no-repeat bottom left;
	text-align: center;
}
#category_title {
	width: 544px;
	height: 46px;
	margin: 0px 0px 8px 0px;
	background: #858317 url(/images/category_title.jpg) no-repeat top left;
	text-indent:-9999px;
}
#category_body {
	width: 512px !important;
	width: 514px;
	height: 100%;
	margin: auto;
	padding: 0px;
	text-align: left;
}
#category_body ul {
	margin: 0px;
	padding: 0px;
}
#category_body li {
	list-style-image:none;
	list-style-type:none;
	float:left;
	width: 166px;
	height: 30px;
	margin: 1px;
	padding: 0px;
	border:1px solid #E0CEB3;
}
#category_body li a {
	display:block;
	width: 166px;
	height: 30px;
	color: #35350E;
	text-decoration:none;
	background: #ffffff url(/images/category_folder_00.jpg) no-repeat top left;
}
#category_body li a:hover {
	background: #E8E28F url(/images/category_folder_00.jpg) no-repeat top left;
	background-position: 0px -30px;
	color: #35350E;
	text-decoration:none;
}
.category_a {
	padding: 6px 0px 0px 30px;
	line-height: 2.5;
}