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


	body {
	font: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	background-color:#FFF;
	color: #000;
	margin-left:0;

	}

	#title_var{
	position:absolute;
	top:50%;
	width:100%;
	height:200px;
	background-color:#000;
	text-align:center;
	
	}
	#title_box{
	width:300px;
	height:200px;
	background-color:#000;
	color:#fff;
	text-align:center;
	margin:0 auto;
	
	}
	#box a{
	width:200px;
	height:40px;
	background-image:url(images/bana.jpg);
	border:0;
	margin:0 auto;
	display:block;
	
	}
	#box a:hover{
	width:200px;
	height:40px;
	background-image:url(images/bana1.jpg);
	border:0;
	margin:0 auto;
	display:block;
	
	}