@charset "utf-8";
/* CSS Document */


@import url(default.css);
@import url(header.css);
@import url(footer.css);
@import url(common.css);
@import url(module.css);
@import url(globalNavi.css); 

/* layout.css ページ幅を変更 */
body{
background-color:#ffffff;
}

#wrapper{
	width:754px;
	margin:0 auto;
	text-align:center;
 }

#header{
	display:block;
	width:754px;
	height:104px;
	background:url("../../../img/headerBg.jpg") no-repeat;
	text-align:left;
}
#headLine{
	display:block;
	width:754px;
	height:20px;
	background-color:#fff2D0;
	/*background:url("../../../img/headLineBg.gif") no-repeat;*/
	margin:3px 0;
    padding-top:5px;
	font-weight:bold;
}

#contentWrapper{
	width:752px;
	/*border:1px solid #ccc;*/
	border-bottom:none;
	background-color:#fff;
	/*padding:10px;*/
}
#content{
	padding:0px;
	background:url("../../../img/mainContentBg.gif") repeat-y;
}

#globalNavi{
   width:200px;
   height:100%;
   float:left;
   text-align:left;
}


#mainContent{
	width:537px;
	float:right;
	text-align:left;
}

#pageTop a{
display:none;
}

/*
#footer{
	display:block;
	width:754px;
	height:30px;
	background:url("../../../img/footerBg.gif") no-repeat bottom;
}*/

