@media print {
	body {
		overflow: visible !important;
	}
}
body {
	margin: 15px 0 0 0;
	font: 10pt "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
    line-height: 150%;
	color: #333333;
	background: #FFFFFF;
	overflow:auto;
}
/* top menu */
a.widelink {
    font-family:"メイリオ","MS PGothic",Arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #009900;
	display: block;
	width: 100%;
	text-decoration: none;
	padding:8px 0px;
	outline: none;
}
a.widelink:link, a.widelink:visited {
    font-family:"メイリオ","MS PGothic",Arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #009900;
}
a.widelink:hover {
    font-family:"メイリオ","MS PGothic",Arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00aa00;
	background-color: #dddddd;
	text-decoration: none;
	padding:8px 0px;
}
a.widelink:active {
    font-family:"メイリオ","MS PGothic",Arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #669966;
}
.bg-img {
	background-image:url(menu.gif);
}

a.sublink {
    font-family:"メイリオ","MS PGothic",Arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	display: block;
	width: 100%;
	text-decoration: none;
	padding:3px 0px;
	outline: none;
	height: 94px;
}
a.sublink:link, a.sublink:visited {
    font-family:"メイリオ","MS PGothic",Arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
a.sublink:hover {
    font-family:"メイリオ","MS PGothic",Arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	background-image:url(bar2.gif);
	background-repeat: no-repeat;
	height: 94px;
}
.bg2-img {
	background-image:url(bar1.gif);
	background-repeat: no-repeat;
}

a:link {
	font: normal 10pt "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
    line-height: 150%;
	color: #0055aa;
	text-decoration: none;
}
a:visited {
	font: normal 10pt "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #6a3884;
	text-decoration: none;
}
a:hover {
	font: normal 10pt "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
    line-height: 150%;
	color: #0099ff;
	text-decoration: underline;
}
a:active {
	font: normal 10pt "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
    line-height: 150%;
	color: #0066FF;
	text-decoration: none;
}
td {
	font: 10pt "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
    line-height: 150%;
	color: #333333;
}
th {
	font: bold 10pt "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Times New Roman", Times, serif;
    border-bottom:solid 1px #CCC;  
    line-height: 150%;
	text-transform: none;
}

ul {
    list-style-image:url(ul.gif);
    list-style-type:circle; 
}

ul.pdf{
	padding-left:5px;
}
li.pdf{
	background-image:url(pdf_small.gif);
	background-repeat:no-repeat;
	padding-top:2px;
	padding-left:20px;
	list-style:none;
}
ul.word{
	padding-left:5px;
}
li.word{
	background-image:url(word_small.gif);
	background-repeat:no-repeat;
	padding-top:2px;
	padding-left:20px;
	list-style:none;
}

.news_box {
	overflow: auto;
	background-color: #f0f0f0;
	height: 295px;
	padding: 10px 15px;
}
.news_day {
	margin: 0;
	float: left;
	padding-right: 10px;
}
.news_msg {
	float: right;
	width: 400px;
}

.ir_topics {
	overflow: auto;
	background-color: #f0f0f0;
	height: 200px;
	margin: 0;
	padding: 5px
}

table.collapse{
	border-collapse:collapse;
	border:1px solid #000000;
}
td.collapse{
	border:1px solid #000000;
}
td.head{
	border:1p solid #000000;
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
	background-color:#008080;
}

table.sample{
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.sample th{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#666666;
    background-color:#99CC66;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.sample td{
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#666666;
    padding:0.3em 1em;
}

div#env table{
	border-collapse:collapse;
	border:2px solid #000000;
}
div#env tr{
	border-collapse:collapse;
	border:1px solid #000000;
}
div#env td{
	border-collapse:collapse;
	border:1px solid #000000;
	border-left:2px solid;
	border-right:2px solid;
	text-align:center;
	line-height:100%;
	padding: 8px 4px 4px 4px;
}
div#env td.hed{
	border-bottom:2px solid #000000;
	background-color:#CCFFCC;
}
div#env td.hr{
	border-top:2px solid;
}
div#env td.hr3{
	border-top:2px solid;
	text-align:left;
}
div#env td.c2{
	background-color:#FFFF99;
}
div#env td.c3{
	background-color:#FFFF99;
	text-align:left;
}
div#env td.c2b{
	background-color:#FFFF99;
	border-top:2px solid;
}
div#env td.c3b{
	background-color:#FFFF99;
	text-align:left;
	border-top:2px solid;
}
div#env td.tline{
	border-top:2px solid;
}
div#env td.tleft{
	text-align:left;
}

.font14pt{
	font-size: 14pt;
}
.font12{
	font-size: 12px;
	font-weight:bold;
}
.hed_title{
	width:100%;
	text-align:center;
	font-size:14pt;
	font-weight:bold;
	color:#333333;
	padding-top:5px;
}
.sub_title{
	width:100%;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:10pt;
	background-color:99cc66;
	padding:6px 0 3px 0;
	color:#000000;
}
.sub_title2{
	border:1px solid #d0d0d0;
	background-color:#d0d0d0;
	padding:3px 0 0 10px;
	font-weight:bold;
}
.leaf{
	vertical-align: middle;
}
.lib_btn{
	border:1px solid;
	width:150px;
	padding-top:2px;
}

.background_gray_h50{
	background-image: url(background_gray_h50.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:10px;
	width:605px;
	height:50p;
	margin:-1px 0 0 7px;
}
.background_gray_h100{
	background-image: url(background_gray_h100.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:10px;
	width:605px;
	height:100p;
	margin:-1px 0 0 7px;
}
.background_gray_h200{
	background-image: url(background_gray_h200.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:10px;
	width:605px;
	height:200px;
	margin-left:7px;
}
.background_gray_h300{
	background-image: url(background_gray_h300.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:10px;
	width:605px;
	height:300px;
	margin-left:7px;
}
.background_gray_h370{
	background-image: url(background_gray_h370.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:10px;
	width:605px;
	height:370px;
	margin-left:7px;

}
.background_gray{	/* h800 */
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAMgCAYAAADiDQiHAAAAX0lEQVRIidXExRGAQAAAMfrv9NxdoAxm88gjhHgfbFJKcEopUlprcMYYZtZaUs45cN57cCEEUjFGcCklUjlnZqUUcLVWUq01cL13cGMMUnNOcGstcHtvSOcccPfef/sAgB8G6HksDWwAAAAASUVORK5CYII=");
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:10px;
	width:605px;
	margin-left:7px;
}
.box_h400 {
}

.text_box{
	width:620px;
	text-align:left;
}

.button3{
	width:150px;
	height:20px;
	color:#000000;
	background-image:url(button3.gif);
}
a.btn_link{
	display:block;
	width:100%;
	outline:none;
	text-decoration:none;
}
a.btn_link:link, a.btn_link:visited{
	color:#333333;
}

.map_bar {
	width: 335px;
	height: 40px;
	line-height: 40px;
	background-image: url(title_back2.jpg);
	font-size: 12pt;
}

.map_bar2 {
	height: 48px;
	background-image: url(title_back2.jpg);
	margin: 5px 0;
}
.map_back {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e9e9e9,EndColorStr=#ffffff);
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEsCAYAAAACUNnVAAAAXUlEQVQ4ja3ExQGAQAADMPbf9NxdYAfaPPIIId4HTkpJSCmFpbUmZIwhZK3Fcs4R8t4TCiFgxRgJpZSwcs6ESimEaq1YrTVWvXdCYwysOSehtRahvTfWOYfQvfdvHwx3guxYvMBQAAAAAElFTkSuQmCC");
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:10px;
	width:307px;
	margin-left:4px;
}

