@charset "utf-8";
/* CSS Document */

/* タイトル
----------------------------------------------- */
h4.title {
	margin:0 3em 0.5em 1em;
	font-size:1.6em;
	font-weight:800;
	color::#b94632;
	text-decoration:none;
	line-height:1;
}

/* URLリンク
----------------------------------------------- */
p.url {
	margin:1em 1em 0.5em 2em;
	font-size:small;
	line-height:1.5;
	overflow:hidden;
	text-decoration:none;
	color:#b94632;

}

/* 本文
----------------------------------------------- */
p.honbun {
	margin:0 1em 0.3em 2em;
	font-size:1.4em;
	overflow:hidden;
	text-decoration:none;
}

p.danraku {
	margin:0 1em 0.3em 2em;
	font-size:1.4em;
	overflow:hidden;
	text-decoration:none;
}

/* テーブル
----------------------------------------------- */
table {
	width:700px;
	margin:50px auto 20px;
	font-size:small;
	text-decoration:none;
	color:#333333;
	line-height:1.5;
	letter-spacing:0em;
}

td {
	padding:10px 20px;
	border-top:#b94632 solid 1px;
	border-bottom:#b94632 solid 1px;
}

td.left {
	padding:10px 30px;
	text-align:right;
	width:25%;
	background-color:#FFFFCC;
}

td ul.summary li {
	text-indent:1em;
}

