@charset "utf-8";
/* ========================================== */
/* ページ固有css(WindowsIE8Base) */
/* ========================================== */
/* ================================ */
/* ページ必須 */
/* ================================ */
/* ページイメージ */
#pageimage_area div.pageimage{
	background-image: url(profile_common/main_image.jpg);
}
/* ページタイトル */
#contents_top{
	background-image: url(profile_common/contents_top.png);
}
/* ================================ */
/* ページパーツ類 */
/* ================================ */
/* ------------------------- */
/* 左側 */
/* ------------------------- */
/* セパレータ */
#contents_left h3.h3_1{
	background-image:url(profile_common/h3_1.png);
}
#contents_left h3.h3_2{
	background-image:url(profile_common/h3_2.png);
}
/* ------------------------- */
/* 右側 */
/* ------------------------- */
/* ポートレート */
#paper div.top1{
	background-image:url(profile_common/right_portrait_top.png);
}
#paper div.middle1{
	height:156px;
	background-image:url(profile_common/right_portrait_middle.png);
}
#paper div.bottom1{
	background-image:url(profile_common/right_portrait_bottom.png);
}

div.right_line_long_red{
	background-image:url(../common/image/right/right_line_long_red.png);
}
div.right_line_short_gray{
	background-image:url(../common/image/right/right_line_short_gray.png);
}

/* 活動報告リンク */
#contents_right h5.h5_1{
	background-image:url(topics_common/h5_1.png);
}
#paper div.top2{
	background-image:url(topics_common/right_paper_top.png);
}
#paper div.middle2{
	background-image:url(topics_common/right_paper_middle.png);
	background-repeat:repeat-y;
}
#paper div.bottom2{
	background-image:url(topics_common/right_paper_bottom.png);
}
/* アンカー */
#contents_right a.link{
	background-image:url(topics_common/right_a.png);
}
#contents_right a.link:hover{
	background-image:url(topics_common/right_hover.png);
}

