
@charset "shift_jis";
/* CSS Document */

/*基本レイアウト*/
*{
	margin:0;
	padding:0;	
	}
	
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(images/backgroundimage.png);
	background-repeat: repeat;
	font-size: small;
	}

#wrapper{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-imageurl(images/backgroundimage.png);
	background-repeat: repeat;
}

#header{
	height: 70px;
	width: 960px;
	padding-top: 20px;
	background-image: url(images/backgroundimage.png);
	background-repeat: repeat;
	text-align: center;
	padding-left:50px;
}


#main{
	padding: 80px 20px 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/backgroundimage.png);
	background-repeat: repeat;
}
#footer{
	height:100px;
	width: 960px;
	
	}
	
/*メイン*/

#main p,#main h2,#main h4{
	text-align:center;
	}
	
#main h4{
	margin-bottom:30px;
	}

#main div#site1{
	padding-top: 20px;
	margin-right: 200px;
	margin-left:200px;
	}
	
#main div#site2{
	margin-top:20px;
	padding-top:20px;
	margin-right: 200px;
	margin-left: 200px;


	}
	
	
img{
	border:none;
	}	
#main a{
	display: block;
	background-repeat: no-repeat;
	outline: none;
	background-position: center;
	}	

#main div#site1 a:hover{
	background-image: url(images/1-1.jpg);
}
#main div#site2 a:hover{
	background-image: url(images/2-2.jpg);
}

#site1 a:hover img,
#site2 a:hover img{
	visibility:hidden;}

		
/*画像リンクの点々を消す*/
.outline{
	outline:none;
	}
