/*出張授業のスタイル*/
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;
	font-size: small;
	background-image: url(../image/btn/bg.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../image/btn/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;
}
#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;
	margin: 0px;
	padding: 0px;
}
#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;
}
#back-btn {
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
#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;
}
#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;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}

/*
*/
#class {
	background-image: url(../image/btn/sixyuttixyou-back.jpg);
	background-repeat: no-repeat;
	height: 1186px;
	width: 940px;
}
/*IE6でpng画像を表示するスタイル*/
img, div {
	behavior: url(png/iepngfix.htc);
}
#class-contents {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
#jikken {
	width: 710px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.photo-l {
	float: left;
}
.photo-r {
	float: right;
}
.photo {
	padding-top: 10px;
	clear: both;
}
#btn {
	clear: both;
	text-align: center;
	padding-top: 30px;
}

