@charset   "Shift_JIS";
body{
	background-image: url(bg.gif);
	/* margin-bottom: 20px; */
}

/*中央枠作成センタリング*/
.bace{

	margin-left: auto;
	margin-right: auto;
	width: 756px;
	
}

/*中央枠コンテンツ用*/
.main{
	
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	width: 770px;
	height: 850px;
	border: solid thin;
	border-color: #cccccc;
	border-width: 0px 1px 1px;
}

/*topバナー枠*/
.banatop{

	width: 756px;
	height: 90px;
	background-color: #000099;
}

/*バナーimg表示*/
.bana{

	width: 450px;
	height: 90px;
	float: left;

}

/*バナー白色*/
.bana-top{
	width: 306px;
	height: 71px;
	background-color: #ffffff;
	float: left;
}

/*バナー青色*/
.bana-botom{

	width: 306px;
	height: 19px;
	background-color: #000099;
	float: left;
}

/*メニュー用枠*/
.menu{

	float: left;
	border: 0;
	margin: 0;
}

/*indexメイン画像*/
.main-img{

	width: 756px;
	height: 190px;
	overflow: hidden;
	float: left;
	border: 0;
	margin: 0;
}

/*コンテンツ枠*/
.contents{

	width: 756px;
	float: left;

}

/*コンテンツ用ライン表示*/
.line{

	border-top: solid 1px;
	border-left: solid 1px;
	border-color: #000099;
	padding-top: 5px;
	padding-left: 5px;
	
}
/*コンテンツ用ライン2表示*/
.lines{

	border-top: solid 4px;
	border-left: solid 4px;
	border-right: solid 4px;
	border-bottom: solid 4px;
	border-color: #cc0099;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	
}

/*スペシャルコンテンツ*/
.scote{

	width: 180px;
	margin: 7px;
	margin-left: 10px;

}

/*ニュースコンテンツ*/
.news{

	width: 345px;
	margin: 7px;

}

/*来訪者用img*/
.visiter{

	width: 170px;
	margin: 7px;
	margin-left: 10px;
}

/*コンテンツブロック*/
.contents-blok{

	float: left;
	
}

.contents-blok2{

	float: left;
	margin-left: 2em;
}

/*来訪者用img*/
.visiter-img{

	width: 756px;
	height: 90px;
	overflow: hidden;
	float: left;
	border: 0;
	margin: 0;
}

/*来訪者用ブロック*/
.visiter_top{
	
	width: 756px;
	height: 20px;
	float: left;
	margin:0px;
	border-bottom: solid 1px;
	border-color: #000099;
	margin-bottom: 0px;
}

/*左ライン*/
.visiter_b{

	border-left: solid 1px;
	border-color: #000099;
	margin: 0px;
	float: left;
}

/*来訪者別バーナー*/
.visiter_bana{

	width: 558px;
	height: 56px;
	margin-top: 1px;
	padding-bottom: 1px;
	/*border-bottom: solid 1px;
	border-color: #000099;*/
	float: left;
	
}

/*コンテンツ右ライン*/
.contents_blok{

	width: 558px;
	float: left;
	border-color: #000099;
	border-right: solid 1px;
}

/*コンテンツメニュー用*/
.contents_menu{

	width: 458px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}

/*コンテンツメニュー用ライン*/
.line_menu{

	border-color: #000099;
	border-top: solid 1px;
	border-left: solid 1px;
	width: 11em;
	padding-top: 8px;
	padding-left: 8px;
}

.map{

	float: right;
	margin-top: 4px;
}

A#color{ color: #FFFFFF;}
