body {
	width:1100px;
	  margin: auto;
	  	padding:0;
	font-size:100%;
	font-style:normal;
	color:#C93;
    background: url(../images/bg_kazari.png) no-repeat fixed right top, url(../images/bg_kazari.png) no-repeat fixed left 200px, url(../images/bg2.png);
}


#top {

    width:100%;
	  margin: auto;

}



#footer {
	width:100%;
	height:50px;
	margin:0px 10px 0px 10px;
	text-align:center;
}

.clear{
	clear:both;
}



#main {
	width:100%;
	margin:0px 10px 10px 10px;
    float:left;
	background-color:#FFF;
	border:1px solid #D9B155;
	text-align:center;
}

#maintext {
	width:98%;
	margin:1% ;
	background-color:#FFF;
	border:1px solid #D9B155;
}

.maintitle {
	text-align:center;
	background-color:#D9B155;
	color:#FFF;
}



#navigation {
	text-align:center;
	width:99%;
	margin:20px 10px 10px 10px;
	padding:0px 0px 0px 10px;
    float:left;
	border:1px solid #D9B155;
	background-color:#FFF;
}
	


/*----------------フッター設定--------------*/
#link{
	font-size:14px;
	font-weight:bold;
	margin:10px 0 0 0 ;
	text-align:center;
	font-weight:bold;
	color:#000;
}
#copy{
	text-align:center;
	margin:6px 0 0 0 ;
	font-size:12px;
	color:#000;
}