@charset "utf-8";

*{  margin:0;
	padding:0;
	list-style-type:none;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

body{
		font-size:small;
}

img{
	border:none;
}


#wrap{
	width:500px;
	height:800px;
	background-color:#fff1a1
;
	text-align:center;
}

.fish_button img{
	margin:5px 2px 20px 2px;}
	

#shikake_contents{
	width:440px;
	height:580px;
	margin:0 30px 0 30px;
	background-color:#FFF;
	border:solid 1px #006400;
}

h1 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #006400;
	font-size: 15px;
	margin-bottom:10px;
}

#shikake_left{
	
	float:left;
	width:150px;
	height:580px;
		border-right:solid 1px #006400;
}

#shikake right{
	float:right;
}

#shikake_left img{
	margin:10px 10px 10px 10px;
}

#shikake_left dl dt{
	color:#fff;
	background-color:#006400;
}

#shikake_left dl dd{
	margin-bottom:5px;
}
	