@charset "utf-8";
/* CSS Document */

/* ページ全体 */
body {
	background-image:url(../image/basic/bc.jpg);
	color:#584B38;
	font-size:12px;
	line-height:14px;
	background-repeat:repeat-x;
}

#Wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #ccc;
}

#Header {
	background-image:url(../image/basic/header.gif);
	background-repeat:no-repeat;
	width: 750px;
	height: 110px;
	position:relative;
}

#Header a.Top {
	position: absolute;
	width: 430px;
	height: 55px;
	left: 40px;
	top: 20px;
}


/* メニュー */

#NaviMenu {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}
#NaviMenu li {float: left;}


/* 青帯 */
.BB {
	width: 750px;
	height: 10px;
	background-color: #CBEDFD;
}


/* インフレーム */
.News iframe {
	width: 700px;
	height: 300px;
	margin: 10px auto;
	border: none;
	text-align: center;
}

iframe { overflow-x:hidden;}





#Footer {
	background-image:url(../image/basic/footer.gif);
	background-repeat:no-repeat;
	width: 585px;
	height: 35px;
	color:#FFF;
	font-size:12px;
	padding-left: 165px;
	padding-top: 35px;
}
