/**** タグ ****/
body {
	font-size: 13px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #ffffff;
	line-height: 160%;
	margin: 0;
	padding: 10px 0;
}

img {
	vertical-align:bottom;
	border:0;
}

a:link { color: #660000; }

a:hover { color: #FF0000; }

a:visited { color: #330000; }

a:active { color: #FF0000; }

ul{ list-style-type: disc; }
ul li{ line-height: 180%; }

ol{}
ol li{}

/**** ID, クラス ****/

#container {
	width: 570px;
	overflow: hidden;
	padding: 0;
	margin: 0 10px;
}

#container .section {
	padding: 0 10px;
	margin: 0 0 40px 0;
}

#container h3 {
	font-size: 16px;
	color: #330000;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
	font-weight: bold;
}

#container h3 img {
	vertical-align: middle;
	padding: 0 0 3px 0;
}

#container h4 {
	background-color: #FF6666;
	color: #ffffff;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	line-height: 160%;
	font-weight: normal;
}

#container .section h5 {
	font-size: 16px;
	color: #330000;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
	font-weight: bold;
}

#container .section h5 img {
	vertical-align: middle;
	margin: 0 0 4px 0;
}

#container p {
	margin: 0 0 15px 0;
	padding: 0 5px;
}

#container .list {
	margin: 0 10px;
	background-image: url(../02shi/img/list_type_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0 0 5px 10px;
}

#container .pdf {
	background-image: url(../02shi/img/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 4px 20px 5px 0;
}

#container p.list a { }

#container p.list img {
	vertical-align:middle;
	margin: 0 4px;
}

#container table {
	margin: 0 0 0 10px;
	clear: both;
}

#container table th { font-size: 13px; }

#container table td {
	font-size: 12px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 160%;
}

#container table.table_line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#container table.table_line tr{}
#container table.table_line th{}
#container table.table_line td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}



#container ul.nav_history {
	list-style-type: none;
	margin: 10px 10px 60px 10px;
	padding: 0;
}

#container ul.nav_history li {
	background-image: url(../02shi/img/list_type_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 10px;
	float: left;
	margin: 2px 30px 2px 0;
}

#container ul.nav_history li a {
	font-weight: bold;
	display: block;
	padding: 2px;
	line-height: 110%;
	font-size: 14px;
}

#container ul.nav_history li a:hover { color:#FF6666 }

.title {
	width: 100%;
	padding: 0 0 0 7px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF3233;
	background-color: #E9E1D6;
	color: #330000;
	clear: both;
	margin: 0 0 10px 0;
}

.title hr {
	margin: 0;
	padding: 0;
}

.title h1 {
	font-size: 22px;
	margin: 0;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #BFB7B5;
}

.title h2 {
	font-size: 16px;
	margin: 0;
	line-height: 180%;
}

.gotop{
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	font-size:11px;
	clear: both;
	text-align: right;
}
