@charset "utf-8";
/*全階層共通----------------------------------------*/
#contents .ktable {
	padding-left: 2px;
_	padding-left: 0px;
_	margin-left: 2px;
}

#contents .auto {
	margin-right: auto;
	margin-left: auto;
}

/*リンク設定（削除不可）*/
a:link{
	color: #0000CC;
}
a:visited{
	color: #0033CC;
}
a:hover,a:active{
	color: #CC0033;
	text-decoration: none;
}
/*各ページのタイトル*/
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3333CC;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 a:link,h2 a:visited{
	color: #0000CC;
	text-decoration: none;
}
h2 a:hover,h2 a:active{
	color: #CC0033;
	text-decoration: underline;
}
/*各ページの小見出し*/
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 a:link{
	color: #0000CC;
	text-decoration: none;
}
h3 a:visited{
	color: #0000CC;
	text-decoration: none;
}
h3 a:hover,h3 a:active{
	color: #CC0033;
	text-decoration: underline;
}
/*2階層目の小見出し*/
.level02 h4 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/marker_05.gif);
	background-repeat: no-repeat;
	padding-left: 1.25em;
	background-position: left center;
	padding-bottom: 1px;
	padding-top: 2px;
}
/*3階層目の小見出し*/
.level03 h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	background-image: url(../img/marker_05.gif);
	background-repeat: no-repeat;
	padding-left: 1.25em;
	background-position: left center;
	padding-bottom: 1px;
	padding-top: 2px;
}
/*青帯使用の見出し部分*/
.caption01 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
/*ナビ（ボタン類）*/
.navi {
	font-size: 12px;
	line-height: 150%;
}
.navi h4 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	float: left;
	padding-right: 10px;
}


.navi img {
	margin-top: 2px;
	margin-right: 6px;
	float: left;
}

.navi h4 a:link,.navi h4 a:visited {
	color: #0000CC;
	text-decoration: none;
}
.navi h4 a:hover,.navi h4 a:active {
	color: #CC0033;
	text-decoration: underline;
}
/*パンくずリスト*/
.crumbs {
	color: #333333;
	font-size: 8pt;
}
.crumbs a:link,.crumbs a:visited {
	color: #333333;
	text-decoration: none;
}
.crumbs a:hover,.navi a:active {
	color: #FF3333;
	text-decoration: underline;
}
/*titleエリア*/
.title {
	font-size: 16px;
	color: #333333;
}
/*普通の文章*/
.pt10_150 {
	font-size: 10pt;
	line-height: 150%;
	color: #333333;
}
/*文字の大きさ*/
.pt12 {
	font-size: 12pt;
}
.pt10 {
	font-size: 10pt;
}
.pt8 {
	font-size: 8pt;
}
.px12 {
	font-size: 12px;
}
.px10 {
	font-size: 10px;
}
.px8 {
	font-size: 8px;
}
/*表中の※印*/
.chuui {
	color: #0099FF;
	font-weight: normal;
}
/*表中の＊印*/
.chuui2 {
	color: #FF3300;
}
/*太文字中で普通の文字にする場合*/
.futsuu {
	font-size: 10px;
	font-weight: normal;
}
.break_12 {
	font-size: 12px;
	font-weight: normal;
}
/*文字を薄い黄色にする場合*/
.yellow {
	color: #FFFFCC;
}
/*indexページのみ----------------------------------------*/
/*indexページ説明文の見出し用*/
.indexBun {
	font-size: 10pt;
	line-height: 150%;
}
.indexBun h2 {
	font-size: 14pt;
	background-image: url(../img/marker_02.gif);
	background-repeat: no-repeat;
	padding-left: 1em;
	background-position: left center;
}
/*indexページ項目列挙部分用*/
.koumoku {
	width: 200px;
	overflow: auto;
	padding: 0px;
	border: 1px solid #666666;}
.koumoku h3 {
	background-image: url(../img/caption02a.gif);
	background-repeat: no-repeat;
	height: 22px;
}
.break_8pt {

	font-size: 8pt;
	font-weight: normal;
}
