/* CSS Document */

/* Reset */
body {
	 font-size:0.9em;
	 line-height:1.7em;
	 margin:0;
}
ul,ol {
	list-style-type: none;
	padding: 0;
	margin: 0px;
}
img {
	border:0;
}
/* id */
#page {
	width: 750px;
	margin: 0 auto;
	background: url(images/mark1.jpg) repeat-y right 200px;
	position: relative;
}
#title {
	height:200px;
	background:url("images/title2.gif") no-repeat;
	text-indent:-9999px;
}

#gbtn {
	overflow: hidden;
	height: 40px;
	width: 750px;
}
#gbtn a {
	text-decoration: none;
	display: block;
	height: 40px;
	width: 150px;
	text-indent: -9999px;
}
.btn1, .btn2, .btn3, .btn4, .btn5 {
	float: left;
}


#contents {
	width:700px;
}
/* class */
.lesson {
	margin:0 0 15px 0;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#996631;
}
.photo {
	width:320px;
	border:#996631 solid 1px;
	margin:0 20px 0 0;
	float:left;
}
.text {
	width:358px;
	float:left;
}
.desc {
	margin:0 10px 0 0;
	text-align:right;
	clear:left;
}
/* tag */
h2 {
	margin: 20px 0;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #5C3C1D;
	border-width: 0 0 1px 15px;
	border-style: solid;
	border-color: #996631;
}
h3 {
	margin: 0 0px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-width: 0 0 1px 0;
	border-color: #00C;
	border-style: dotted;
	color: #009;
	text-align: center;
}
p {
	margin:0;
}
#footer {
	background: url(images/footer.gif) no-repeat;
	width: 750px;
	text-align: right;
	height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 14px;
	color: #009;
	font-weight: bolder;	
	margin: 0px auto;
}
.desc a:link,.desc a:visited {
	color:#F00;
	text-decoration:none;
	background:url("images/point.png") no-repeat left center;
	padding:0 0 0 15px;
}


.desc a:hover {
	text-decoration:underline;
	background:url("images/point2.png") no-repeat left center;
}

#gbtn .btn1 a {
	background: #FFF url(images/btn1.png) no-repeat;
}


#gbtn .btn1 a:hover {
	background: #FFF url(images/btn1_hover.png) no-repeat;
}

#gbtn .btn2 a {
	background: #FFF url(images/btn2.png) no-repeat;
}

#gbtn .btn2 a:hover {
	background: #FFF url(images/btn2_hover.png) no-repeat;
}


#gbtn .btn3 a {
	background: #FFF url(images/btn3.png) no-repeat;
}

#gbtn .btn3 a:hover {
	background: #FFF url(images/btn3_hover.png) no-repeat;
}


#gbtn .btn4 a {
	background: #FFF url(images/btn4.png) no-repeat;
}


#gbtn .btn4 a:hover {
	background: #FFF url(images/btn4_hover.png) no-repeat;
}

#gbtn .btn5 a {
	background: #FFF url(images/btn5.png) no-repeat;
}
#gbtn .btn5 a:hover {
	background: #FFF url(images/btn5_hover.png) no-repeat;
}
.banner {
	margin: 0px;
	background: #FFF;
	padding: 12px 0px;
}
.flash_size1 {
	margin: 20px auto 0px;
	height: 400px;
	width: 550px;
	border: 1px solid #CCC;
}
.flash_size2 {
	margin: 20px auto 0px;
	height: 600px;
	width: 800px;
	border: 1px solid #CCC;
}
#apDiv1 {
	position: absolute;
	left: 700px;
	top: 16px;
	width: 85px;
	height: 83px;
	z-index: 1;
}

