@charset "UTF-8";
/*====================================*/
/*　ボンバールいしのまきIV WEBsite用　*/
/*====================================*/

/*基本設定----------------------------------*/
html {
	margin:0;
	padding:0;
}
body {
	font-size:14px;
	font-family:'メイリオ',Meiryo,'ＭＳ ゴシック';
	color:#fff;
	width:100%;/* for IE */
	margin:0 auto;/* top right bottom left*/
	background-color:#8187c1;
}
a:hover img {
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}
img {
	border-style:none;
}
/* サイトの大枠-----------------------------*/
#container {
	position:relative;
	width:1000px;
	height:100%;
	text-align:left;
	overflow:hidden;
}
/* 上部ナビ--------------------------------- */
#navi_top {
	width:1000px;
	height:30px;
	text-align:center;
	margin:10px auto 0 auto;
}
/*下部ナビ--------------------------------- */
#navi_bottom {
	width:1000px;
	height:30px;
	margin:0 auto;
	text-align:center;
}