/* コンテンツページ用CSS */


/* セレクタ設定--------------------------------------- */
h3, h4, h5, h6, p, hr, strong {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1 {
	margin: 0 0 10px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	font-size: 140%;
	padding: 12px 8px 10px;
}

/* 記事タイトルはデザインごとに異なるので各stdnCSSで指定 */

h3 {
	color: #444;
	line-height: 1.3;
}

h4 {
	color: #666;
}

h5 {
	font-size: 80%;
}


hr {	/* 水平線 */
	margin: 0.5em 0;
	_margin: 0.2em 0;
	color: #b6d3bc;
	background-color: #d5dbdf;
	border: none;
	width: 100%;
	height: 2px;
}
/* セレクタ　ここまで---------------- */



/* 左右カラムレイアウト-------------- */
div#contents_left {
	width: 208px;
	float: left;
	text-align: left;
}

div#contents_right {
	width: 615px;
	float: right;
	text-align: left;
	clear: right;
	padding-bottom: 10px;
}
/* 左右カラムレイアウトここまで----- */


div#photo {
	margin-bottom: 10px;
}

div#contents_all {
	text-align: left;
}


p#menubutton {
	margin: 0;
	margin-bottom: 15px;
}

div#navaigation {
	padding-bottom: 8px;
}

div#footer p a {
	font-weight: bold;
	color: #146aa2;
	font-size: 120%;
	margin: 0;
}

div#footer p a:hover {
	color: #399;
	text-decoration: underline;
}


/* 記事タイトル文字色---------------- */
h1#top1, h1#top7 {
	color: #1d819d;
}
h1#top2, h1#top8 {
	color: #6B4FB6;
}
h1#top3, h1#top9 {
	color: #358a31;
}
h1#top4 {
	color: #816c1f;
}
h1#top5 {
	color: #B2516F;
}
h1#top6 {
	color: #B44CA2;
}
/* 記事タイトル文字色ここまで-------- */



/* 下層リンクのボックス----------- */
div#page_next_link {
	background-color: #fff;
	border: 1px #ababab solid;
	margin: 15px 0 0;
	padding: 3px 10px 5px;
	text-align: left;
	line-height: 220%;
	font-size: 120%;
}

div#page_next_link a.folder01 {	/* フォルダ（開いた上体）-- */
	background: url(image/icon_folder01.gif) left 0.6em no-repeat;
	_background: url(image/icon_folder01.gif) left 0.6em no-repeat;
	zoom: 1;
	padding-left: 15px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	display: inline-block;
}

div#page_next_link a.note {	/* ページ */
	background: url(image/icon_note.gif) left 0.6em no-repeat;
	_background: url(image/icon_note.gif) left 0.6em no-repeat;
	zoom: 1;
	padding-left: 15px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	display: inline-block;
}

/* 画像配置----------------------- */
img.left {
	float: left;
	margin: 4px 8px 4px 0;
}

img.right {
	float: right;
	margin: 4px 0 4px 8px;
}

img.center {
	display: block;
	margin: 0 auto 8px;
}

br.clear {
	clear: both;
	font-size: 0.1px;
}
/* 画像配置　ここまで------------- */



