@import url(common.css);

@charset "Shift_JIS";

/*トップナビリンク全体*/
#topnav {
	padding: 0px;
	height: 30px;
	background-color: #FFFFFF;
	margin: 0px;
	width: 950px;
}
#topnav h2 {
	font-size: 9px;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}
#topnav h2 a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#topnav h2 em {
	visibility: hidden;
}
/*1番目のボタンリンクとロールオーバー*/
#topnav h2#tn1 a {
	margin: 0px;
	padding: 0px;
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 90px;
	background-position: 0px 0px;
}
#topnav h2#tn1 a:hover,#header h2#tn1 a:active {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
/*2番目のボタンリンクとロールオーバー*/
#topnav h2#tn2 a {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -80px 0px;
	height: 30px;
	width: 120px;
}
#topnav h2#tn2 a:hover,#header h2#tn2 a:active {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -80px -30px;
}
/*3番目のボタンリンクとロールオーバー*/
#topnav h2#tn3 a {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -210px 0px;
	height: 30px;
	width: 180px;
}
#topnav h2#tn3 a:hover,#header h2#tn3 a:active {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -210px -30px;
}
/*4番目のボタンリンクとロールオーバー*/
#topnav h2#tn4 a {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -390px 0px;
	height: 30px;
	width: 150px;
}
#topnav h2#tn4 a:hover,#header h2#tn4 a:active {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -390px -30px;
}
/*5番目のボタンリンクとロールオーバー*/
#topnav h2#tn5 a {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -540px 0px;
	height: 30px;
	width: 110px;
}
#topnav h2#tn5 a:hover,#header h2#tn5 a:active {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -540px -30px;
}
/*6番目のボタンリンクとロールオーバー*/
#topnav h2#tn6 a {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -660px 0px;
	height: 30px;
	width: 155px;
}
#topnav h2#tn6 a:hover,#header h2#tn6 a:active {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -660px -30px;
}
/*7番目のボタンリンクとロールオーバー*/
#topnav h2#tn7 a {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -800px 0px;
	height: 30px;
	width: 143px;
}
#topnav h2#tn7 a:hover,#header h2#tn6 a:active {
	background-image: url(img/topnav.gif);
	background-repeat: no-repeat;
	background-position: -800px -30px;
}

#maincontents #main {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 510px;
}
/*メイン*/
#maincontents #main h3 {
	margin: 0px;
	padding: 0px;
	width: 510px;
	border: 1px solid #6699CC;
}
#wrapper #contents #maincontents #contena #contena2 {
	height: 180px;
	width: 780px;
	text-align: center;
	margin-top: 10px;
}
#footer-link {
	color: #cccccc;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height: 20px;
	width: 900px;
	margin-top: 30px;
	margin-left: 30px;
	text-align: center;
}
