@charset "utf-8";
/* CSS Document */


body  {
	background: #666666;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-size:90%;
	word-spacing:0.1em;
	line-height:140%;
}
.twoColFixRtHdr #container { 
	width: 1050px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background:#DDDDDD; 
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.twoColFixRtHdr #container_inner { 
	width: 1020px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin:0 20px 0 20px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	border-left: 1px solid #999999;
	border-right:1px solid #999999;
} 
.twoColFixRtHdr #header { 
	background: #ffffff; 
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
		background-image:url(images/banner.jpg);
	width:1020px;
	height:670px;
	text-indent:-9999px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 233px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	margin:20px 20px 0 0;
}
.twoColFixRtHdr #mainContent { 
	margin: -130px 250px 0 0; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
} 
.twoColFixRtHdr #mainContent_inner { 
	margin: 20px;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#DDDDDD; 
	text-align:right;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#map{
	width:550px;
	height:450px;
}
#title1{
	background-image:url(images/title1.gif);
	width:680px;
	height:50px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin:0;
	border-bottom:dashed 1px #CCCCCC;
}
#title2{
	background-image:url(images/title2.gif);
	width:680px;
	height:50px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin:10px 0;
	border-bottom:dashed 1px #CCCCCC;
}

#title3{
	background-image:url(images/title_katsunuma.gif);
	width:680px;
	height:50px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin:10px 0;
	border-bottom:dashed 1px #CCCCCC;
}
#title4{
	background-image:url(images/title_haka.gif);
	width:680px;
	height:50px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin:10px 0;
	border-bottom:dashed 1px #CCCCCC;
}
#title5{
	background-image:url(images/title_staff.gif);
	width:680px;
	height:50px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin:10px 0;
	border-bottom:dashed 1px #CCCCCC;
}
#title6{
	background-image:url(images/title_member.gif);
	width:680px;
	height:50px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin:10px 0;
	border-bottom:dashed 1px #CCCCCC;
}

#navigation_2 li#menu1 {
	background:url(images/menu1.gif) no-repeat;
}
#navigation_2 li#menu2 {
	background:url(images/menu2.gif) no-repeat;
}
#navigation_2 li#menu3 {
	background:url(images/menu3.gif) no-repeat;
}
#navigation_2 li{
	margin:0px;
	padding:0px;
	width:230px;
	height:40px;
	text-indent:-9999px;
}

#navigation_2 ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation_2 li a{
	width:230px;
	height:40px;
	display:block;	
}

#navigation_2 li#menu1 a:hover{
	width:230px;
	height:40px;
	display:block;	
	background:url(images/menu1on.gif) no-repeat;
}
#navigation_2 li#menu2 a:hover{
	width:230px;
	height:40px;
	display:block;	
	background:url(images/menu2on.gif) no-repeat;
}
#navigation_2 li#menu3 a:hover{
	width:230px;
	height:40px;
	display:block;	
	background:url(images/menu3on.gif) no-repeat;
}


#navigation_3 li#menu1 {
	background:url(images/sponsors/tosen.gif) no-repeat;
}
#navigation_3 li#menu2 {
	background:url(images/sponsors/toyota.gif) no-repeat;
}
#navigation_3 li#menu3 {
	background:url(images/sponsors/tenbo.gif) no-repeat;
}
#navigation_3 li#menu4 {
	background:url(images/sponsors/okajima.gif) no-repeat;
}
#navigation_3 li#menu5 {
	background:url(images/sponsors/kaiya.gif) no-repeat;
}
#navigation_3 li#menu6 {
	background:url(images/sponsors/isuzu.gif) no-repeat;
}
#navigation_3 li#menu7 {
	background:url(images/sponsors/katsumura.gif) no-repeat;
}
#navigation_3 li#menu8 {
	background:url(images/sponsors/koyo.gif) no-repeat;
}
#navigation_3 li#menu9 {
	background:url(images/sponsors/sanko.gif) no-repeat;
}
#navigation_3 li#menu10 {
	background:url(images/sponsors/toushin.jpg) no-repeat;
}
#navigation_3 li#menu11 {
	background:url(images/sponsors/ygu.gif) no-repeat;
	height:85px;!important
}
#navigation_3 li#menu12 {
	background:url(images/sponsors/suisya.gif) no-repeat;
}
#navigation_3 li#menu13 {
	background:url(images/sponsors/amano.gif) no-repeat;
}
#navigation_3 li#menu14 {
	background:url(images/sponsors/omori.gif) no-repeat;
}
#navigation_3 li#menu15 {
	background:url(images/sponsors/enoki.gif) no-repeat;
	height:85px;!important
}
#navigation_3 li#menu16{
	background:url(images/sponsors/wada.gif) no-repeat;
}
#navigation_3 li#menu17{
	background:url(images/sponsors/taro.gif) no-repeat;
}
#navigation_3 li#menu18{
	background:url(images/sponsors/fujiki.gif) no-repeat;
}
#navigation_3 li#menu19{
	background:url(images/sponsors/onshirin.gif) no-repeat;
}
#navigation_3 li{
	margin:0px;
	padding:0px;
	width:230px;
	height:52px;
	text-indent:-9999px;
}

#navigation_3 ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation_3 li a{
	width:230px;
	height:52px;
	display:block;	
}


#category{
	width:222px;
	height:37px;
	background:url(images/contents.gif) no-repeat;
	text-indent:-9999px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin-bottom:5px;
}
#sponsors{
	width:222px;
	height:37px;
	background:url(images/sponsors.gif) no-repeat;
	text-indent:-9999px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin-bottom:5px;
	margin-top:10px;
}
#links{
	width:222px;
	height:37px;
	background:url(images/links.gif) no-repeat;
	text-indent:-9999px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin-bottom:5px;
	margin-top:10px;
}
.member table,th,td{
	 border-bottom: 1px dotted gray; 
}
