/* リンク（未アクセス） */
a:link {
	color: #009966;
	text-decoration: none;
}

/* リンク（アクセス済み） */
a:visited {
	color: #666666;
	text-decoration: none;
}

/* リンク（カーソルを合わせた時） */
a:active {
	color: #666666;
	text-decoration: none;
}

/* リンク（選択された時） */
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* ページ全体 */

#page{
	position:relative;
	overflow:hidden;
	*overflow:visible;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.6em;
	background-color:#ffffff;
	width:95%;
	*width:100%;/* IE Hack */
	margin:0 auto;
	text-align:left;
	color:#666666;
	padding:0 8px;
	background:#ffffff;
}

/* パンくずリスト */
span.bread { 
	display: inline;
	width: 100%;
	margin-top: 5px;
	border-bottom: 1px solid #00CC66;
	margin-bottom: 10px;
	float: left;
	padding-left: 10px;
}

/* タイトルセクション */
div.section01 {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px 0px 10px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

/* 内容セクション */
div.section02 {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}

/* 関連報道発表資料セクション */
div.section03 {
	background-color: #EAEAEA;
	margin: 0px;
	font-size: 90%;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #009900;
}

/* タイトル */
h2.title {
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #006666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	padding: 3px 0px 1px 10px;
	margin-bottom: 10px;
}

/* 項目見出し */
h4.caption {
	font-size: 1.3em;
	padding: 2px 0px 1px 10px;
	border-top: 1px solid #009966;
	border-bottom: 2px solid #009966;
	border-right: 2px solid #009966;
	border-left: 1px solid #009966;
	background-color: #DFFFDF;
	margin-bottom: 5px;
}

/* 文章 */
div.exp {
	margin:0px 0px 5px 30px;
	text-indent: 0px;
	padding: 3pt;
	line-height: 1.6em;
}

/* 文章中のテーブル */
div.exp table {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	empty-cells: show;
	font-size: 90%;
}

/* 文章中のテーブル（見出しセル） */
div.exp th {
	background: #CCFFCC;
	border: 1px solid #009966;
	padding: 5px;
	font-weight: bold;
	color: #000000;
}

/* 文章中のテーブル（通常セル） */
div.exp td {
	background: #ffffff;
	border: 1px solid #009966;
	padding: 5px;
	color: #000000;
}

/*
！！ここから下は変更しないでください！！
*/

/* Adobe Acrobat Readerの説明 */
div.getacro { 
	float: right;
}
div.getacro table {
	font-size: 75%;
}

/* 電子申請ボタンレイアウト用テーブル */
table.dl {
	font-size: 100%;
	font-weight: bold;
}
td.top {
	vertical-align: top;
}
td.middle {
	vertical-align: middle;
}

/* 回り込み解除 */
.clear {
	clear: both;
}


