/* コメント
------------------------------------------------ */
.comment{
	width:672px;
	margin:0 auto 10px;
	font-size:12px;
}

/* パンくずナビ
------------------------------------------------ */
#rootlist{
	width:576px;
	margin:0 auto 10px;
	font-size:10px;
}
#rootlist a{
	color:#494949;
	text-decoration:underline;
}
#rootlist a:hover{
	color:#494949;
	text-decoration:none;
}
span.breadarrow{
	margin:0 3px;
}

/* テーブル共通
------------------------------------------------ */
table.stdt1{
	width:560px;
	margin:0 auto;
	margin-bottom:10px;
	border-collapse:collapse;
	border:solid 1px #CCC;
}

table.stdt1 th,
table.stdt1 td{
	border:solid 1px #CCC;
	padding:6px;
}

table.stdt1 th{
	background:#F5F5F5;
	text-align:left;
	white-space:nowrap;
	font-size:12px;
	color:#660000;
}
table.stdt1 td{
	line-height:140%;
	color:#333333;
}

/* タイトル
------------------------------------------------ */
h2{
	width:672px;
	margin:10px auto;
}
h3{
	width:576px;
	margin:10px auto;
}
