@charset "utf-8";
/* CSS Document */


body{background-color:#000033}

#navibar1 {
	width: 100%;
	text-align: center;
	padding-top:0px;
}

#navibar1 a:hover {
	color: #0000FF;
	background-image: url(images/menu_Ask-over.png);
}
#navibar1 a {
	background-image: url(images/menu_Ask.png);
	height: 36px;
	width: 83px;
	display: block;
	padding-top:0px;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}



#container {
	height: 100%;
	width: 970px;
	margin-right:auto;
	margin-left: auto;
	margin-top: 0px;
	background-color:#000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image:;
	color: #990000;

}



/* ここからナビゲーションボタンの設定 */

/* ここまでナビゲーションボタンの設定 */


#maincontent {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: center;
}


/* ここからメインコンテンツの中身の設定 */
#content_left {
	float: left;
	width: 160px;
    margin:5px;
	background-color: #000000;
	height: 1450px;
}

#content_right {
	width: 775px;
	float: right;
    margin:5px;
	background-color:#000000;
	overflow:auto;
	height: 1450px;
}

item {
	float: right;
	width: 770px;
    margin:0px;
	background-color: #000000;
	height: 197px;

}


.float-clear{clear:both}


/* ここまでメインコンテンツの中身の設定 */


#footer {
	margin: 0px;
	padding: 0px;
	height: 140px; /* 高さの変更 */
	clear: both;
	width: 970px; /* 幅の変更 */

}


