@charset "Shift_JIS";
*{
  margin: 0 auto;
}
div#top{
  background-color: black;
  height: 3px;
}
div#taitol{
	background-image: url(../img/bnr01.jpg);
	background-position: center top;
  background-repeat : no-repeat;
}
div#taitol_in{
  width: 900px;
  height : 300px;

/*
  background-image : url(../img/bnr01.jpg);
*/
}
div#main{
  }
div#main_in{
  width: 900px;
  height: 1500px;
  
}
div#main_l{
	width: 200px;
	height: 1500px;
	
	float: left;
}
div#main_r{
  width: 700px;
  height: 1500px;
  
  float: left;
}

div#main_r h3{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
       border-radius: 10px;
border-width : 2px;border-style : double;border-color : black;
}

div#main_r p{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	
	font-size: 10pt;
}

div#fut{
  background-color: green;
  height : 80px;
  float: none;
  font-size : 8pt;
  font-family : メイリオ;
  clear : both;
}
div#fut_in{
	width: 900px;
	height: 60px;
	clear: both;
}
body{
	background-image : url(http://ofune2.la.coocan.jp/img/kabe_blog.jpg);
	background-repeat: repeat-y;
	background-position: center top;
  background-color : rgb(179, 217, 255);
}
p{
  padding-left : 10px;
  padding-right : 10px;
  background-color : #f3f3f3;
  font-family : メイリオ;
  font-size : 9pt;
}
a:hover{
  background-color : white;
}
h1{
  font-size : 36pt;
  font-family : メイリオ;
  color : rgb(231, 231, 231);
  padding-left : 10px;
}
h4{
  font-size : 16pt;
  font-family : メイリオ;
  padding-left : 10px;
  color : #ffffff;
}
h3{
  background-color : gray;
  text-indent : 1em;
}