@charset "utf-8";

html,body{
height:100%;
background:#f6f6f6;
}

#header,
#content,
#footer{
margin:0 auto;
background:#f6f6f6;
}



#header{
height:70px;
text-align:center;
background:url(../images/header_bg.gif) repeat-x left top;
}
#header .inner {
width:880px;
margin:0 auto;
}
#header h1{
float:left;
margin:22px 0 0 0;
}
#header p{
float:right;
margin:21px 0 0 0;
}
#mainVisual{
width:100%;
height:204px;
background:url(../images/index_bg_mainVisual.jpg) repeat-x left top;
}
#mainVisual p{
height:204px;
background:url(../images/index_img01.jpg) no-repeat center top;
text-indent:-9999px;
font-size:200%;
font-weight:bold;
}

#content{
width:800px;
padding:0 50px 0 50px;
}

#content p.lead{
margin:40px 0 0 0;
}

#main {
float:none;
width:auto;
padding:0;
}

#main .enBox{
margin:35px 0 0 0;
width:800px;
background:url(../images/index_bg_mdl.gif) repeat-y left top;
}
#main .enBox .middle{
background:url(../images/index_bg_btm.gif) no-repeat left bottom;
}
#main .enBox .middle .inner{
padding:0 35px 50px 35px;
background:url(../images/index_bg_top.gif) no-repeat left top;
}


#main .enBox h2{
margin:0 0 25px 0;
padding:30px 0 0 0;
background:none;
border:none;
}

#main table.normalTable01A{
width:680px;
margin-bottom:0;
}
#main table.normalTable01A table th,
#main table.normalTable01A table td{
padding:0;
background:none;
}
#main table.normalTable01A table th{
width:250px;
font-weight:normal;
}

#main .enBox p.txt{
width:680px;
margin:0 auto;
}

#footer{
width:880px;
min-height:100px;
}
	* html #footer{
	height:100px;
	}

#footer #copyright{
width:217px;
float:left;
padding:10px 0 0 50px;
}

#footer #pagetop{
width:161px;
float:right;
padding:7px 40px 0 0;
}




@media print {

#mainVisual {
height:auto;
}
#mainVisual p {
width:800px;
height:auto;
margin:0 auto;
text-indent:0;
}

}
