@charset "utf-8";
/* CSS Document */

	body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height:100%;
	
	
	}
	#container { 
	width: 100%;
	background: #FFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	
	}
	#header { 
	background:#000; 
	padding:0px;
	height:150px;
	} 
	#header h1 {
	margin: 0;
	padding-left:30px;
	padding-right:30px;
	padding-top:50px;
	color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	#menu{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	width:100%;
	height:40px;
	background-image:url(images/botan/bana3.jpg);
	color:#000;
	top:148px;
	position:absolute;
	left: 2px;
	}
	
	#box{
	width:800px;
	height:40px;
	border:0;
	margin-left:30px;
	}
	
	#bannar{
	background-image:url(images/botan/bana.jpg);
	width:130px;
	height:40px;
	float:left;
	line-height:30px;
	text-align:center;
	}
	
	#bannar a{
	background-image:url(images/botan/bana.jpg);
	width:130px;
	height:40px;
	display:block;
	text-decoration:none;
	color:#000;
	text-align:center;
	}
	
	#bannar a:hover{
	text-decoration:none;
	color:#03F;
	}
	#contents{
	padding: 60px 0 0 0px;
	height:100%;
	}

	#leftbar {
	float: left; 
	width:200px;
	background: #FFF;
	padding: 0px 0 0 30px;
	}

	#whatsnew {
	width:200px;
	height:auto;
	background-color:#FFF;
	border:0;
	float:left;
	
	}
	#title_ver {
	width:200px;
	height:60px;
	background-color:#000;
	position:absolute;

	}
	#title_ver p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#FFF;
	padding:0px;
	text-align:center;
	
	}
	#renraku{
	font-size:13px;
	width:auto;
	height:200px;
	background:url(images/bg_29_9.gif) repeat-y #fff;
	padding-left:38px;
	padding-right:10px;
	padding-top:60px;
	margin-left:0px;
	overflow:auto;
	scrollbar-arrow-color: #666666;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #ffffff;

	
	}
	#title_bottom {
	background-color: #000;
	width:200px;
	height:60px;
	}

	#main { 
	margin: 0px 20px 0 24%;
	background-color:#FFF;
	}
	
	
	.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}



