/* CSS Document */

body{
	font-size: 12px;
	line-height: 170%;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", sans-serif;
	background-color: #FFFFFF;
	margin-top:0px;
}


/*ボックス関連*/
div#frame{
	padding: 0px;
	height: auto;
	min-height:740px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

div#frame2{
	padding: 0px;
	height: auto;
	min-height:740px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/footerBG.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#header{
	background-image:url(img/header/headerbg.png);
	background-repeat:repeat-x;
	height:105px;
	width: 840px;
	margin: 0px;
}

div#menu{
	height:45px;
	background-image:url(img/header/menubg.gif);
	background-repeat:repeat-x;
	width: 840px;
}

div#topics{
	padding: 0px;
	float: right;
	height: 110px;
	width: 450px;
	border: 1px solid #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#sitemap{
	width:840px;
/*	height:190px;*/
	height:220px;
	background-image:url(img/top/footer2a.png);
	/*background-image:url(img/footerBG.png);*/
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;
	margin:20px 0 0;
}

div#tables{
	width:840px;
	height:380px;
	clear:both;
	margin:20px 0 0;
}

div.tab{
	width:150px;
	height:160px;
	line-height: 160%;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	margin-bottom: 35px;
}

div#footer{
	width:830px;
	height:20px;
	clear:both;
	font-size: 10px;
	padding-left: 10px;
	line-height: 90%;
}
div#submenu {
	font-size: 11px;
	float: left;
	margin-left: 10px;
}

div#navi {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	float: left;
	height: 600px;
	width: 180px;
	padding-left: 10px;
}
div#main {
	height: auto;
	width: 645px;
	padding-left: 5px;
	margin-left: 190px;
}

div.activ{
	display:block;
}
div.hide{	
	display:none;
}

/*メニューリンク*/
a:link, a:visited, a:active{
	color:#666666;
	text-decoration:none;
}

a:hover{
	color:#FF9900;
}
.gonews {
	text-align: right;
	display: block;
	width: 200px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 240px;
	margin-top: 5px;
}

A.menu:link, A.menu:visited, A.menu:active{
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	display: block;
	height: 45px;
	margin-top: 0px;
	margin-right: 20px;
	line-height: 40px;
	text-decoration: none;
	float: left;
}

A.menu:hover{
	color: #FF9900;
}

A.sitemap:link, A.sitemap:visited, A.sitemap:active{
	color:#333333;
	text-decoration:none;
}

A.sitemap:hover{
	text-decoration:underline;
}

A.navi:link, A.navi:visited, A.navi:active{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(img/naviBg1.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	height: 28px;
	width: 138px;
	line-height: 28px;
	margin-bottom: 3px;
}

A.navi:hover{
	background-image: url(img/naviBg2.png);
}

A.twolinenavi:link, A.twolinenavi:visited, A.twolinenavi:active{
	font-size: 12px;
	color: #000000;
	line-height:130%;
	text-decoration: none;
	background-image: url(img/Bnavi1.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	height: 36px;
	width: 138px;
	padding-top:4px;
	margin-bottom: 3px;
}

A.twolinenavi:hover{
	background-image:url(img/Bnavi2.png)
}

/*テキスト*/
p#topics{
	font-size: 14px;
	line-height: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0px;
	height: 24px;
	border-bottom: 1px solid #666666;
	background-color: #999999;
	display: block;
	background-image: url(img/top/topics.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	text-indent: 25px;
	letter-spacing: 0.2em;
}

p#topicsText{
	line-height: 140%;
	margin-left: 7em;
	margin-top: 10px;
	font-size: 12px;
	text-indent: -6em;
	margin-bottom: 2px;
}

.sitemap{
	line-height: 140%;
	margin-top: 5px;
}
.subtitle {
	font-size: 20px;
	font-weight: bolder;
	color: #333333;
	background-image: url(img/subtitleBg.png);
	background-repeat: repeat-x;
	letter-spacing: 0.2em;
	display: block;
	height: 31px;
	padding-top: 15px;
	padding-left: 10px;
}

.topcopy{
	font-size: 16px;
	line-height: 180%;
	font-weight: bolder;
	color: #333333;
	width: 360px;
	float: left;
	height: 98px;
	margin-top: 18px;
}

/*テーブル*/
table#tableframe{
	border-collapse:collapse;
}

table#tableframe td,th{
	border:solid 1pt;
	border-color:#999999;
	font-size:11px;
	padding-left:10px;
	line-height: 140%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

.comSub {
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", serif;
	font-size: 16px;
	line-height: 36px;
	font-weight: bolder;
}

