body {
	background-color: #FFCC66;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrap {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	margin-top: 20px;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-y;
	font-size: small;
}
#header {
	background-image : url(../image/Border.gif);
	height: 76px;
	width: 940px;
}
#logo {
	float: left;
	height: 76px;
	width: 240px;
	margin-left: 10px;
}
/*
ここから右上のナビゲーションのスタイル
*/
#navigation ul {
	margin: 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	font-size: 13px;
}
#navigation li {
	display: inline;
	margin-right: 10px;
}
#navigation a:link {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #000000;
	text-decoration: underline;
}
#navigation a:visited {
	color: #000000;
	text-decoration: none;
}
/*
ここからメインメニューのスタイル
*/
#main-navi {
	width: 940px;
	height: 67px;
}
#menu {
	height: 62px;
	width: 700px;
	text-align: right;
	float: right;
	margin-top: 5px;
}
#menu ul {
	list-style-type: none;
	height: 60px;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
/*
ここからfooterのスタイル
*/
#footer {
	clear: both;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF9900;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFCC66;
	font-size: 13px;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}

/*
右上の検索ボックスのスタイル
*/
#search {
	float: right;
	clear: right;
	margin-right: 10px;
	margin-top: 5px;
}

/*ここからcontentsのスタイル*/
/*今は背景色が白に設定してあります。*/
#contents {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
}

/*IE6でpng画像を表示するスタイル*/
img, div { behavior: url(png/iepngfix.htc) ;}

