/* CSS Document */
/* infoファイル用*/

@charset "utf-8";


div.honbun{
	max-width:80%;
	text-aligin:left;
	}

p{
	font-size:11pt;
	line-height:22pt;
	letter-spacing:1pt;
	text-indent:11pt;
}

.nav_home_on{
	max-width:200px auto;
	height:35px;
	padding:3px;					/*内余白*/
	font-size:14pt;
	color: #ffffff;				/*文字色*/
	letter-spacing:2pt;
	line-height:35px;
	border:0.5px solid #000080;
	border-radius:0 0 0 0;		/* 8px 8px 0 0;*/
	background:#000080;
	}

	.nav_home_on:hover{
		color:#1e90ff;			/*文字色*/
		}


/*map----------------------------------------*/
.access{taxt-align:center;}
#map{
	width:auto;
	margin:0 auto;}

/*info index&info用--------------------------*/

table#corporate{
	width:400px;				/*横幅*/
	margin:1em auto;					/*配置位置　左寄せなら0に*/
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-spacing:0;
	font-size:12pt;
}

#corporate th,#corporate td{
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding:0.5em;
}

#corporate th{
	background:#dcdcdc;
}

table#information{
	width:500px;						/*横幅*/
	margin:1em auto;						/*配置位置　センタリングならautoに*/
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-spacing:0;
	font-size:12pt;
}

#information th,#information td{
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding:0.5em;
}

#information th{
	width:110px;				/*横幅*/
	background:#dcdcdc;
}

table#access{
	width:500px;						/*横幅*/
	margin:1em 0;						/*配置位置　センタリングならautoに*/
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-spacing:0;
	font-size:12pt;
}

#access th,#access td{
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding:0.5em;
}

#access th{
	width:110px;				/*横幅*/
	background:#dcdcdc;
}

/*サイトマップ--------------------------------*/
.sitemap{
	line-height:18pt;
	color:#808080;}

a.t01{
	font-size:12pt;
	font-weight:bold;
	color:#000000;
}
	.t01:hover{
	color:#1e90ff;}

.t02{
	font-size:12pt;
	color:#000000;
}
	.t02:hover{
	color:#1e90ff;}

.t03{
	font-size:11pt;
	color:#000000;
}
	.t03:hover{
	color:#1e90ff;}




/*表示領域が740px未満の場合に適用するスタイル----------------------*/
@media(max-width:739px)	{

/*ナビ1------------------------*/

div.tag_info{
	width:60px;height:22px;
	font-size:8pt;
	}

/*ナビ2------------------------*/

	.nav_home_off{
		font-size:8pt;
		}

	.nav_home_on{
		font-size:8pt;
		}

}


/*表示領域が480px未満の場合に適用するスタイル*/
@media(max-width:479px)	{
	.nav_home_on{
		width:auto;
		padding:3px;					/*内余白*/
		font-size:12pt;
		border-radius:0 0 0 0;
		}

	.nav_home_on:hover{
		background-color: #dcdcdc;	/*背景色*/
		}

	.nav_home_off{
		font-size:12pt;
		}


.honbun{width:100%;}				/*横幅*/

table#corporate{width:100%;}		/*横幅*/
#corporate tr td{width:auto;}

table#information{width:100%;}
#information tr td{width:auto;}

table#access{width:100%;}
#access tr td{width:auto;}

#map{width:100%;}

}
