@charset "utf-8";
body  {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height:1.0;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #CCCCCC;
	background-color:#dedec9;
	background-image: url(/topItems/img/bodyBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
	
}





a:link{
	color:#333366;
	background:transparent;
	
}
a:visited{
	color:#333366;
	background:transparent;
}
a:hover{
	color:#3399FF;
	background:transparent;
}
a:active{
	color:#333366;
	background:transparent;
}
img{
	display:inline;
}
ul{
	list-style-type:none;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl{
margin:0;
padding:0;
}
#mainFlashArea{
	position:relative;
	padding:auto;
	width:651px;
	height:236px;
	background-image:url(/2008/ximages/topPageTitleBack.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	left: 103px;
	top: 74px;
}
#mainFlash{
	position:absolute;
	left:0px;
}
.twoColFixRtHdr #container {
	position: static;
	width: 860px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFF;
	background-image: url(/2008/ximages/body01.gif);
	background-image: url(/2009/ximages/body04.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-left: solid #666 1px;
	border-right: solid #666 1px;
} 
.twoColFixRtHdr #header {
	background-color: #CCCCCC;
	background-image: url(/topItems/img/headerBg.gif);
	background-position: center -1px;
	height: 330px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	position: inherit;
} 
.twoColFixRtHdr #header #dropdownMenu{
	position: absolute;
	top:-49px;
	width: 237px;
	left: 500px;
	z-index: 2000;
} 
.twoColFixRtHdr #header h2 {
	margin: 0; /* #footer div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding:0;
}
#sidebar1 {
	background-color:#B5B3B3;
	margin: 0;
	position: absolute;
	left: 702px;
	top: 165px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
	visibility: hidden;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 33px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #FFF;
} 


.twoColFixRtHdr #container #footer{
	position: relative;
	background-image: url(/2008/ximages/foot01.gif);
	background-image: url(/siteItems/img/menuBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 316px;
	margin-top: 5px;
	
}

.twoColFixRtHdr #container #footer #ikuei{
	position: relative;
	height:70px;
}
.twoColFixRtHdr #container #footer #ikuei #jushoBox{
	position: absolute;
	top:-10px;
	left:-324px;
	height:50px;
	width: 200px;
	z-index: 31;
}
#jushoBox table{
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	line-height:100%;
}
#jushoBox th,#jushoBox td{
	padding:1px;
}
.twoColFixRtHdr #container #footer #ikuei #ikueiBox{
	position: absolute;
	top:115px;
	left:11px;
	height:50px;
	width: 371px;
	border: none;
	z-index: 31;
}

.twoColFixRtHdr #container #footer #ikuei #ikueiBox #ikueiWords{
	position: absolute;
	top:7px;
	left:156px;
	height:34px;
	width: 190px;
	line-height: 120%;
	font-size: 95%;
}
.twoColFixRtHdr #container #footer #ikuei #ikueiBox #ikueiFlash{
	position: absolute;
	top:9px;
	left:13px;
	height:22px;
}





.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #title {
	position: relative;
	top: 75px;
	left: 70px;
	width: 713px;
}



.twoColFixRtHdr #container #mainContent h2 {
	font-size: 9pt;
	color: #666666;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 11pt;
	padding-left: 10px;
}
.twoColFixRtHdr #container #mainContent p {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 13pt;
	font-weight: bold;
	line-height: 16pt;
	padding-left: 10px;
}
.twoColFixRtHdr #container #mainContent .comment {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 9pt;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 11pt;
	clear: right;
}
.twoColFixRtHdr #container #mainContent #midashi img{
	display:inline;
}
.twoColFixRtHdr .mapMsg {
	position: absolute;
	top: 310px;
	right: 331px;
	visibility: hidden;
	width: 297px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	font-style: normal;
	line-height: 15pt;
	background-color: #FFFFCC;
	background-position: left;
}


#infomation{
	float:right;
	line-height:1.2;
	width: 352px;

}

#newTable{
	border-collapse:collapse;
	border:none;
}
.newTableTd{
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#999999;
	border-right:none;
	border-left:none;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	text-indent:10px;
	height:1.53em;
	line-height:1.53em;
	padding-top:1px;
	padding-bottom:0px;
}
#menubox {
	height:300px;
	overflow:auto;
}
.setumeikaiTd{
	text-indent:0px;
}
.newTableTd img{
	display:inline;
}
#oshiraseHead {
	line-height: 1.2;
}
#underNEWS {
	/*float:left;*/
	margin-top:8px;
	width:416px;
	line-height:18px;
}
.twoColFixRtHdr #container #mainContent #infomation img {
	display: inline;
}
.twoColFixRtHdr #container #counter {
	position: absolute;
	top: 171px;
	left: 25px;
}
.dotLine{
	height:1px;
	border-bottom:dotted 1px #666666;
	margin-top:2px;
	margin-bottom:2px;
}

/********************************************************************************/




#infomation{
	float:right;
	line-height:14px;
	width: 352px;

}
#sideMenu {
	float:left;
	margin-top:0px;
	margin-bottom:4px;
	width:430px;
	line-height:18px;
	/*border: 1px solid #CCCCCC;*/
	
}
#oshiraseHead {
	line-height: 18px;
}
#tabPanelPreface{
	/*height:800px;*/
	}

.CollapsiblePanel {
	border-right: solid 1px #CCC;
	border-top: none;
	width:756px;
}
#CollapsiblePanel1 {
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
	width:756px;
}
#infoTable{
	margin-top:0px;
}


#bottomNavi li#toppage a{
	background: url(/siteItems/img/mainMenuBtn.gif) no-repeat 0px -36px;color:#00CC00;
}



#kyougikaiTop{
	margin-top:4px;
	width:414px;
	height:10px;
	background-image:url(/topItems/img/kyougikaiBgTop.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding: 0;
}
* html #kyougikaiTop{
	background-position-y: 4px;
}
#kyougikaiMid{
	width:394px;
	background-image:url(/topItems/img/kyougikaiBgMid.gif);
	background-repeat:repeat-y;
	padding:0 10px;
	background-position-y: 0;
	margin-top: 0px;
}
#kyougikaiBtm{
	width:414px;
	height:10px;
	background-image:url(/topItems/img/kyougikaiBgBtm.gif);
	background-repeat: no-repeat;
}
#setumekaiTbl{
	margin-bottom:4px;
}

