/* コンテンツ部分
---------------------------------------------- */

/* タイトルブロック */
.t {
	text-align: center;
	border-top: solid 1px #07369C;
	border-bottom: solid 1px #07369C;
	margin-bottom: 20px;
	padding: 5px;
	color: #333333;
}
/* タイトル部分 */
.t h2 {
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	margin: 0px;
}
.t h3 {
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	margin: 0px;
}

/* 本文小見出し */
#contents h4 {
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #07369C;
	margin-top: 15px;
	margin-bottom:10px;
}

#contents p {
	margin: 0px 0px 15px;
	line-height: 170%;
}

#contents ul,ol,dl {
	margin-top: 0px;
	margin-bottom: 0px;
}

#contents dd,blockquote {
	margin: 0px 0px 0px 2em; 
}

#contents .text10 {
	font-size: 10px;
	line-height: 120%;
}

/* 色設定 */
.enji {
	color: #990033;
}
.ao {
	color: #000099;
}
.mid {
	color: #006633;
}
.aka {
	color: #CC0000;
}