/* CSS Document */

/*--------▼ページ全体-------------------------*/

body {
    margin: 0;
	padding: 0;
	font-size: medium;
	color: #333333;
	background: #FFFFFF;
    }
	
h1 {
     margin: 0;
	 text-indent: -9999px;
	 }
	 
	 	

/*--------▲ページ全体-------------------------*/


/*--------▼ヘッダ-------------------------*/
#header {
    width: 760px;
	height: 125px;
	margin-top: 15px;
	}
	

#header h1 {
	position: absolute;
	top: 30px;
	left: 0px;
	height: 120px;
	width: 760px;
    background: url(image2/header.jpg) no-repeat;
	}
	
		
	
	
	
	
/*--------▲ヘッダ-------------------------*/	


/*--------▼ページ本体（３段組）-------------------------*/

#pagebody {
    float: left;
	width: 760px;
	margin: 0;
	}

		
	
#main {
    float: right;
	width: 740px;
	margin: 0,10px,0,10px;
	}
	
#main p {
    font-size: 90%;
	line-height: 1.5;
	
	}

h2 {
    padding: 3px;
	background-image: url(image2/title_background.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
    font-size: 150%;
	}

h2 span {
    padding-left: 10px;
	background-image: url(image2/title_border.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
    }
	
#news ,#news_bottom {
    float: left;
	width: 700px;
	margin-top: 7px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 7px;
	background-image: url(image2/kugiri.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 0.5em;
	
	}
	

#g-ads




/*--------▲ページ本体-------------------------*/



/*--------▼フッタ-------------------------*/
	
#footer {
    clear: both;
	height: 50px;
	width: 760px;
	background: url(image2/footer.gif) no-repeat;
	}
		
/*--------▲フッタ-------------------------*/	
	

