/* 印刷用CSS */

/* ページ背景 */
div#header {
	background: url(image/back_container.gif) top repeat-x;
}


/* 各タイトル背景-------------------------------------------------------------- */
.title {
	font-size: 120%;
	margin: 0;
	padding: 4px 8px;
}
.category_ul {
	border: 1px solid;
	padding: 0 0 10px;
}

/* カテゴリーメニュー--------- */
#top10 .category_ul, #top70 .category_ul {
	border-color: #8ec7d6;
	background-color: #f7fdff;
}
#top10 .title, #top70 .title {
	background: url(image/back_title_01.jpg) bottom repeat-x;
	color: #1d819d;
	border: #7fbecf solid;
	border-width: 0 0 1px 8px;
	margin-bottom: 5px;
	zoom: 1;
}
#top20 .category_ul, #top80 .category_ul {
	border-color: #baade1;
	background-color: #f9f7ff;
}
#top20 .title, #top80 .title {
	background: url(image/back_title_02.jpg) bottom repeat-x;
	color: #6b4fb6;
	border: #a896dc solid;
	border-width: 0 0 1px 8px;
	margin-bottom: 5px;
	zoom: 1;
}
#top30 .category_ul, #top90 .category_ul {
	border-color: #9ed68e;
	background-color: #f7fff5;
}
#top30 .title, #top90 .title {
	background: url(image/back_title_03.jpg) bottom repeat-x;
	color: #3d9339;
	border: #89d083 solid;
	border-width: 0 0 1px 8px;
	margin-bottom: 5px;
	zoom: 1;
}
#top40 .category_ul {
	border-color: #c7bc76;
	background-color: #fffdf2;
}
#top40 .title {
	background: url(image/back_title_04.jpg) bottom repeat-x;
	color: #897322;
	border: #c1b174 solid;
	border-width: 0 0 1px 8px;
	margin-bottom: 5px;
	zoom: 1;
}
#top50 .category_ul {
	border-color: #e3b1c7;
	background-color: #fffafd;
}
#top50 .title {
	background: url(image/back_title_05.jpg) bottom repeat-x;
	color: #b2516f;
	border: #db8fa7 solid;
	border-width: 0 0 1px 8px;
	margin-bottom: 5px;
	zoom: 1;
}
#top60 .category_ul {
	border-color: #dab5e4;
	background-color: #fefcff;
}
#top60 .title {
	background: url(image/back_title_06.jpg) bottom repeat-x;
	color: #b44ca2;
	border: #d18cc5 solid;
	border-width: 0 0 1px 8px;
	margin-bottom: 5px;
	zoom: 1;
}
/* カテゴリーメニューここまで------------ */

/* 記事タイトル---------------- */
h1#top10 {
	background: url(image/back_h1_01.jpg) bottom repeat-x;
	border: #7FBECF solid;
	border-width: 1px 1px 1px 8px;
	color: #1d819d;
}
h1#top20 {
	background: url(image/back_h1_02.jpg) bottom repeat-x;
	border: #a298e3 solid;
	border-width: 1px 1px 1px 8px;
	color: #6B4FB6;
}
h1#top30 {
	background: url(image/back_h1_03.jpg) bottom repeat-x;
	border: #84c37f solid;
	border-width: 1px 1px 1px 8px;
	color: #358a31;
}
h1#top40 {
	background: url(image/back_h1_04.jpg) bottom repeat-x;
	border: #b9aa6f solid;
	border-width: 1px 1px 1px 8px;
	color: #816c1f;
}
h1#top50 {
	background: url(image/back_h1_05.jpg) bottom repeat-x;
	border: #DB8FA7 solid;
	border-width: 1px 1px 1px 8px;
	color: #B2516F;
}
h1#top60 {
	background: url(image/back_h1_06.jpg) bottom repeat-x;
	border: #cc93d3 solid;
	border-width: 1px 1px 1px 8px;
	color: #B44CA2;
}
/* 記事タイトルここまで---------- */

/* トップコンテンツ-------------- */
div.top_contents p.title {
	background: url(image/back_title_01.jpg) bottom repeat-x;
	color: #22849f;
	border: #7fbecf solid;
	border-width: 0 0 1px 8px;
	margin-bottom: 5px;
	zoom: 1;
}
/* トップコンテンツここまで------ */

