/*ページスタイル指定*/
body{
background:#FFCC66;
font-size:13px;
color:#666666;
}
a:link{text-decoration:none;color:#666666;}
a:visited{text-decoration:none;color:#666666;}
a:active{text-decoration:none;color:#666666;}
a:hover{color:#666666;}
/*fontsize-px指定*/
h1{
font-size:16px;
font-weight:bold;
}
h2{
font-size:14px;
font-weight:bold;
}
/*ピクセル指定フォントサイズ*/
.a16{font-size:16px;}
.a15{font-size:15px;}
.a14{font-size:14px;}
.a13{font-size:13px;}
.a12{font-size:12px;}
.a11{font-size:11px;}
.a10{font-size:10px;}
/*注意文字*/
.caution{
font-size:13px;
color:#990033;
font-weight:bold;
}
/*Essay用*/
div.essay{
	color:#666666;
	background-color:#f5f5f5;
	font-size:13px;
        width:370px;
	height:auto;
        padding:13px;
        text-align:left;
}
div.essay_tate{
	color:#666666;
	background-color:#f5f5f5;
	font-size:13px;
        width:280px;
	height:auto;
        padding:13px;
        text-align:left;
}
div.essay_small{
	color:#666666;
	background-color:#f5f5f5;
	font-size:13px;
        width:320px;
	height:auto;
        padding:13px;
        text-align:left;
}
