@charset "UTF-8";
/* CSS Document */
/*　ページ背景パターン　*/
#page_container {
	background-image: url(../common/category/common_page_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#image_block {
	background-image: url(../common/category/common_title_back_up.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 962px;
	position: relative;
}
#image_block #title {
	position: absolute;
	left: 17px;
	font-size: 150%;
	color: #FFF;
	top: 53px;
}
#body_area {
	background-image: url(../common/category/common_title_back_under.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#top_pankuzu {
	background-image: url(../common/parts/ten_kei.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
/*　ページ内容を格納する　*/
.include_area {
	margin: 0;
}
.include_area iframe {
	width: 700px;
}
