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

/* ------------------------------
 ヘッダー（左）
------------------------------ */
div#left{
	width:320px;
	float:left;
	position:fixed;
	top:20px;
}
div#left h1{
	margin-bottom:60px;
}
div#left .info{
	width:320px;
	text-align:center
}
/* ------------------------------
 メイン（右）
------------------------------ */
div#right{
	width:640px;
	float:left;
	padding-top:40px;
	padding-left:360px;
}
.pan{
	clear:both;
	padding-top:10px;
}
/* ------------------------------
 グローバルナビ（右）レイアウトへ
------------------------------ */
#nav {
	margin-left:0;
}

/* ------------------------------
 メイン
------------------------------ */
#main{
	clear:both;
	padding-top:20px;
	line-height:1.6;
}
#main h2{
	font-size:16px;
	border-bottom:1px dotted #FFFFFF;
	padding-left:3px;
	margin-bottom:5px;
}
#main h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:10px;
	padding-left:24px;
	background:url(../lesson/img/ribbon.jpg) no-repeat;
	clear:both;
}
#main table{
	width:280px;
	border:0;
}
#main table th{
	font-weight:normal;
	text-align:right;
	vertical-align:top;
}
#main table td{
	padding-left:10px;
}
.access{
	width:230px;
	margin-left:20px;
	float:left;
}
#maps{
	width:270px;
	float:right;
	height:185px;
	border:3px solid #765020;
	margin-bottom:10px;
}
#maps2{
	width:270px;
	float:right;
	height:185px;
	border:3px solid #765020;
	margin-bottom:10px;
}
#maps3{
	width:270px;
	float:right;
	height:185px;
	border:3px solid #765020;
	margin-bottom:10px;
}
/* ------------------------------
 フッター
------------------------------ */
div#footer{
	clear:both;	
}
div#footer p{
	width:640px;
	color:#FFFFFF;
	text-align:right;
	margin-top:50px;
}
