/* CSS Document */

/* 全称セレクタでブラウザ毎のクセをリセット */
* {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	font-size: 12px;
	line-height: 150%;
	padding: 0px;
}

img{
   vertical-align:bottom;
   border:0;
}

/* 全体レイアウト */
#main1cover {  
    width:auto;
	height: 765px;  
    border: 0px;
	background-image: url(../img/bg_1_bg.jpg);
	background-position: center;
	background-repeat:repeat-x;
	background-color:#fff776;
	margin: 0 auto;   
}

#main1 {  
    width:950px;
	height: 765px;
	background-image: url(../img/bg_1.jpg);
	background-position: center;
	background-repeat:no-repeat;
	padding:0px 25px 0px 25px;
    border: 0px;
	margin: 0 auto;   
} 


#main2cover {  
    width:auto;
	height: 650px;  
    border: 0px;
	background-color:#fff776;
	margin: 0 auto; 
}

#main2 {  
    width:950px;
	height: 650px;
	background-image: url(../img/bg_2.jpg);
	background-position: center;
	background-repeat:no-repeat;
	padding:0px 25px 0px 25px;
    border: 0px;
	margin: 0 auto;   
}

#main2inner1{
	width:950px;
	height:270px;
	padding:0px 0px 0px 0px;
    border: 0px;
	margin: 0 auto;
}

#main2inner2{
	width:950px;
	height:310px;
	padding:0px 0px 0px 0px;
    border: 0px;
	margin: 0 auto;
}

#footer{
	width:950px;
	height:41px;
	padding:10px 0px 0px 0px;
    border: 0px;
	margin:0 auto;
}

