body{
	color:#003300;
	font-size:9.5pt;
}

/* =========================== */
/* 画面設定 */
/* =========================== */
div.all{
	width:700px;
	align:center;


}
#all{
	margin:0 auto;
	width:700px;                /* 幅 */
	
    border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ccffcc;

    border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ccffcc;

/*    border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ccffcc;
	
    border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ccffcc; */
}

.center1{
	text-align:center;          /* IE用の中央寄せ */

}

.center2{
	margin-left:auto;           /* IE以外用の中央寄せ */
	margin-right:auto;          /* IE以外用の中央寄せ */
	text-align:left;            /* 中身を左寄せに戻す */
	padding:1px;
}


/* 画面左 */
div.left {
    float: left;
    width: 400px;
	padding-top:10px;
}

/* 画面右 */
div.right {
    float: right;
    width: 270px;
	padding-top:10px;
	padding-left:2px;
}

h1{
	font-size:20pt;
	color:#333300;
	text-align:center;
}

h2{
	font-size:16pt;
	margin-left:5px;
	margin-bottom:15px;
	padding-left:10px;
	padding-bottom:2px;
    width:90%;
    
    border-left-style:solid;
	border-left-width:10px;
	border-left-color:#33cc33;
		
    border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#003333; 

}

h3{
	font-size:11pt;
	margin-bottom:10px;
	padding-left:3px;
	width:98%;
	background-image: url("../img/lesson/item.gif");
	
    border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#003333;	
}

div.maintext{
	padding:8px;
	width:90%;
	line-height:15pt;
 	
}


div.bottom{
	clear:both;
	text-align:center;
	font-size:10pt;
	width:700px;
	align:center;
	margin-bottom:10px;
}


/* =========================== */
/* 問い合わせ */
/* =========================== */
td.toiawase_midashi{
	width:100pt;
	color:white;
	font-size:10pt;
	font-weight:bold;
	padding:5px;
	
	height:30pt;
	
    border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:lightgreen;
	background-color:#009900;
	
}

td.toiawase_data{

	color:white;
	font-size:10pt;
	padding:5px;
	
	height:30pt;

    border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:lightgreen;
	background-color:#00ff99;
}