@charset "utf-8";

/***  ヘッダー  ***/

#header_bg{
	background:#293a8c;
}

#header {
	width:1000px;
	height:35px;
	margin:0 auto;
	background:url(../images/navi_bg.jpg) repeat-x;
}

.logo {
	width:850px;
	height:35px;
	margin:0 auto;
	background:#000;
}

/***  フラッシュ  ***/

#fla_box_bg {
	background:url(../images/fla_bg01.jpg) repeat-x;
}

#fla_box {
	width:1000px;
	margin:0 auto;
}

#fla_left {
	width:75px;
	height:400px;
	float:left;
	background:url(../images/fla_bg02.jpg) right top repeat-y;
}

#fla_right {
	width:75px;
	height:400px;
	float:left;
	background:url(../images/fla_bg03.jpg) left top repeat-y;
}

#fla_main {
	width:850px;
	float:left;
}

.flash{
}

/***  ナビゲーション  ***/

#navi_bg {
	background:#293a8c;
}

#nabi_box {
	width:1000px;
	background:url(../images/navi_bg.jpg) repeat-x;
	margin:0 auto;
}

.navi {
	width:850px;
	margin:0 auto;
}

.navi ul {
	margin:0;
	padding:0;
}

.navi ul li {
	float:left;
	margin:0;
}

