@charset "utf-8";
/* CSS Document */

/*共通設定*/
*{
	margin:0;
	padding:0;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border:none;
}


/*大枠ボックス設定*/
body{
	font-size:small;
	text-align:center;
}

#wrapper{
	width:930px;
	margin:0px auto;
	text-align:left;
}
	
/*ヘッダーとナビボタン固定*/
#kotei{
	width:930px;
	height:120px; 
	position: fixed;
	z-index: 300;

}

/*ヘッダー*/
#header{
	width:930px;
	height:70px; 
	background:#FFF;


}

/*ナビゲーションボタン*/
#navi{
	width:930px;
	height:50px;




}
#navi ul{
	float:left;
 

}


/*メイン*/
#main_visual{
	width:928px;
	border: #0066CC 1.5px solid ;
	padding-top:120px;
	
}

/*フッター*/


#footer{
	width:930px;
	height:70px;
}
