* html .iepngfix {
  behavior: url(iepngfix.htc);
}

/******************************
共通
*******************************/

#header{
    position: absolute;
	top: 0;
	left:50%;
	margin-left:-480px;
	z-index:9998;
}

h1{
	font-size:0.9em;
	font-weight:normal;
}

#footer{
	background:url(../images/common/footerBg.jpg) repeat-x center top #f5f5f5;
	padding:30px 0;
	text-align: center;
}



#footer a {color: #333333; text-decoration:none;}
#footer a:link {color: #333333;}
#footer a:visited {color: #333333;}
#footer a:active {color: #333333; text-decoration:underline;}
#footer a:hover {color: #333333; text-decoration:underline;}

/******************************
トップページ
*******************************/
#topMain{
	position: absolute;
	top: 108px;
	height:482px;
	width:100%;
	margin-bottom:20px;
	border-top:#ccc solid 8px;
	border-bottom:#ccc solid 8px;
}


#contents{
	margin-top:640px;
	}


.info {
	width: 640px;
	height: 120px;
	overflow: auto;
	margin-bottom:20px;
}

/******************************
２階層目
*******************************/
#secondMain{
	width:100%;
	margin-bottom:20px;
	border-top:#ccc solid 8px;
	border-bottom:#ccc solid 8px;
}
#contents2nd{
	width:100%;
	margin-top: 108px;
}

.MainImg{
	background:top center no-repeat;
	height:163px;}

/*****OLD**********************************************************/
.MarginBtm1 {margin-bottom: 1px;}
.MarginBtm5 {margin-bottom: 5px;}
.MarginBtm10 {margin-bottom: 10px;}
.MarginBtm15 {margin-bottom: 15px;}
.MarginBtm20 {margin-bottom: 20px;}
.MarginBtm25 {margin-bottom: 25px;}
.MarginBtm30 {margin-bottom: 30px;}

/*.TxtLarge {
	font-size: 11pt;
}
.TxtSmall {
	font-size: 8pt;
}*/


.footer {
	background-color: #f4f4f4;
	background-image: url(../image/share/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 15px 0px;
}
.CopyrightBdr {
	border-right: 1px solid #d8d8d8;
	padding-top: 12px;
}
.SubMenuBdr {
	border-bottom: 1px solid #eaeaea;
	padding: 8px 5px;
	font-size:13px;
}
.navi {
	font-size: 8pt;
	background-image: url(../image/share/navi_bg.gif);
	background-repeat: repeat-x;
	padding-left: 15px;
}
