@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;
}
/* ------------------------------
 グローバルナビ（右）
------------------------------ */
div#nav{
	margin-left:0;
}
/* ------------------------------
 メイン
------------------------------ */
#main{
	clear:both;
	padding-top:20px;
	line-height:1.6;
}
#main h2{
	font-size:16px;
	border-bottom:1px dotted #FFFFFF;
	margin-bottom:5px;
	margin-top:20px;
	padding-left:24px;
	background:url(../lesson/img/ribbon.jpg) no-repeat 3px;
}
#main p img{
	padding-right:20px;	
}
.one img,
.two img,
.three img{
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid #765020;
	
}
.margin-left10{
	margin-left:10px;
}
#main p.scroll{
	text-align:right;
	border:none;
}
#main p.scroll a{
	color:#765020;
}

/* ------------------------------
 フッター
------------------------------ */
div#footer p{
	width:640px;
	color:#FFFFFF;
	text-align:right;
	margin-top:50px;
}
