﻿body{
	line-height:1.4em;
	padding:0px;
	font-size:90%;
}

.txt_right{
	text-align:right;
}
.txt_center{
	text-align: center;
}


/*テキストの装飾*/
span.underline{
	text-decoration:underline;
}

div.block_main h3{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	background:#EFEFEF;
	padding:3px;
	margin-top:2em;
	text-indent:1em;
}

img{
	border:none;
}

/*外枠ボックス*/
div.block_whole {
 width:700px;
}

p{
	margin:0px 0px 1em 0px;
}

/*日付*/
div.date {
 text-align:right;
 font-size:90%;
 margin-top:1em;
 margin-bottom:0.5em;
}

/*内容ボックス*/
div.block_main {
 margin:0 1em;

}

/*発表タイトル*/
h2.title {
 font-size:140%;
 font-weight:bold;
 text-align:center;
}
h3.subtitle {
 font-size:120%;
 font-weight:bold;
 text-align:center;
 width:100%;
}
p.title {
 font-size:140%;
 font-weight:bold;
 text-align:center;
 margin-bottom:0.5em;
}
p.subtitle {
 font-size:110%;
 font-weight:bold;
 text-align:center;
 margin-bottom:0.5em;
}


/*発表内容の要点ボックス*/
div.point {
 border:solid black 2px;;
 padding:1em;
 margin-top:2em;
}
div.point p{
	margin:0px;
	text-indent:1em;
}

/*内容詳細ボックス*/
div.block_detail {
 padding:0;
 margin:2em 0 2em 0;
}

div.block_detail p	{ margin-left:1em; }


/*お問い合わせ*/
div.block_asking {
 font-family: 'ＭＳ ゴシック', 'MS Gothic', 'Osaka－等幅', Osaka-mono, sans-serif;
 width:440px;
 float:none;
 margin:0px 0px 0px auto;
 border:solid black 1px;;
 padding:1em;
}

div.int_1 { 
 margin-left:1em;
} 

div.int_2 {
 margin-left:2em;
}

div.int_3 { 
 margin-left:3em;
}

h2{
	font-size:120%;
	margin-bottom:0.5em;
}
h3{
	margin:0px 0px 0.5em 0px;
	font-size:110%;
}
h4{
	text-align:center;
}

/*画像中央ぞろえ*/
.img_center{
	text-align:center;
}
.img_center img.border_on{
	border:1px solid #999999;
}

/*戻るボタン*/
p.pageback{
	margin:0px;
	padding:0px;
	font-size:85%;
}


/*テーブル・枠なし*/
table.noborder{
	border:none;
	border-collapse:collapse;
	width:100%;
}
table.noborder th{
	text-align:left;
	white-space:nowrap;
	vertical-align:top;
}

/*注釈*/
p.tyusyaku{
	font-size:85%;
}

/*テーブル・枠あり*/
table.border_on{
	border:1px solid #000000;
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
}
table.border_on th{
	border:1px solid #000000;
	background:#DCF3EC;
	padding:3px;
	white-space:nowrap;
}
table.border_on td{
	border:1px solid #000000;
	padding:3px;
	vertical-align:top;
}
table.border_on th.th_01{
	width:40%;
}
table.border_on th.th_02{
	width:13%;
}
table.border_on th.th_03{
	width:33%;
}


table.border_on_vm{
	border:1px solid #000000;
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
}
table.border_on_vm th{
	border:1px solid #000000;
	background:#DCF3EC;
	padding:3px;
}
table.border_on_vm td{
	border:1px solid #000000;
	padding:3px;
	vertical-align:middle;
}
table.border_on_vm td.td_w5_center{
	width:5em;
	text-align:center;
	vertical-align:middle;
}
table.border_on_vm td.td_w7_center{
	width:7em;
}

/*番号リスト*/
ul{
	margin:15px 0px;
	padding:0px;
	margin-left:2em;
}
ul li{
	margin-bottom:0.5em;
}
ol{
	margin:0px;
	margin-left:2em;
	padding:0px;
}
ol li{
	margin-bottom:0.5em;
}
ol li ul{
	margin:0px;
	margin-left:1em;
}
ol li ul li{
	margin-bottom:0.5em;
}

div.block_detail ol li{
	margin-bottom:1em;
}
.block_whole .block_main .block_detail span.bangou_indent{
	padding-left:1.7em;
	text-indent:-1.7em;
	display:block;
	margin-bottom:0px;
}
.block_whole .block_main .block_detail ul.bangou_indent{
	margin:0px;
	padding:0px;
	list-style:none;
}
.block_whole .block_main .block_detail ul.bangou_indent li{
	padding-left:1.5em;
	text-indent:-1.5em;
	margin-bottom:0px;
}

.block_whole .block_main .block_detail .indent_1em {
	text-indent: -1em;
	display: block;
	padding-left: 1em;
}
.block_whole .block_main .block_detail .tyuuigaki{
	padding-left:3.5em;
	text-indent:-3.5em;
	display:block;
	margin-bottom:0px;
	font-size:85%;
	font-family:"ＭＳ ゴシック", "Courier New", monospace;
}
div.block_detail span.attention {
	color: #FF0000;
	text-decoration: underline;
	padding-left:1em;
	text-indent:-1em;
	display:block;
}
div.block_detail span.kyoutyou1 {
	color: #FF0000;
	font-weight:bold;
}

div.block_detail ol li ul{
	margin:0px;
	margin-left:1em;
}
div.block_detail ol li ul li{
	margin-bottom:0.5em;
}
/*定義リスト*/
div.block_detail dl{
	margin:0px;
	padding:0px;
}
div.block_detail dt{
	width:10em;
	font-weight:bold;
}
div.block_detail dd{
	margin:-1.4em 0em 0.5em 10em;
}
div.block_detail ol li dd ol{
}
div.block_detail ol li dd ol li{
	margin-bottom:0px;
}


/*定義リスト*/
dl.txt_5em{
	margin:0px;
	padding:0px;
}
dl.txt_5em dt{
	width:5em;
	font-weight:bold;
}
dl.txt_5em dd{
	margin:-1.4em 0em 0.5em 5em;
}

dl.txt_6em dt{
	width:6em;
	font-weight:bold;
}
dl.txt_6em dd{
	margin:-1.4em 0em 0.5em 6em;
}

dl.txt_8em dt{
	width:8em;
	font-weight:bold;
}
dl.txt_8em dd{
	margin:-1.4em 0em 0.5em 8em;
}
dl.txt_14em dt{
	width:15em;
	font-weight:bold;
}
dl.txt_14em dd{
	margin:-1.4em 0em 0.5em 15em;
}

/*定義リスト*/
div.block_detail ol li dl{
	margin:0px;
	padding:0px;
}
div.block_detail ol li dt{
	width:10em;
	font-weight: normal;
}
div.block_detail ol li dd{
	margin:-1.4em 0em 0em 10em;
}

div.block_detail ol li dl.dl_15em dt{
	width:14em;
}
div.block_detail ol li dl.dl_15em dd{
	margin-left:14em;
}

div.block_detail ol li dl.txt_5em dt{
	width:5em;
}
div.block_detail ol li dl.txt_5em dd{
	margin-left:5em;
}
div.block_detail ol li dl.txt_8em dt{
	width:8em;
}
div.block_detail ol li dl.txt_8em dd{
	margin-left:8em;
}




/*各種装飾*/
span.waku{
	display:block;
	border:1px solid #000000;
	padding:5px;
	font-size:90%;
}
div.waku{
	display:block;
	border:1px dashed #666666;
	padding:5px;
}
div.waku h3{
	margin-top:0px;
	font-size:100%;
}


/*別添エリア*/
div.betten{
	margin:1em 0px 2em 0px;
}
div.betten h5{
	margin:0px;
	font-size:100%;
}
div.betten ul{
	margin:-0.5em 0px 1em 1.5em;
}
div.betten ul li{
	margin:0px;
	padding:0px;
}

.img_right{
	float:right;
	margin:10px 0px 5px 10px;
}

.clear{
	clear:both;
}

/*発表内容の詳細エリア　レイアウト情報*/

div.block_detail p  { padding:1em 0 0 1em; }
div.block_detail ol,ul { padding:1em 0 0 1em; }

