/* ページ全体の構成 */
html,body{
	margin:10px 0px 0px 30px;
	font-size:10pt;
	font-family: 'MS UI Gothic', 'Osaka', 'ＭＳ Ｐゴシック';
	line-height: 150%;
	color:#666;
	background: #FFF;	
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#B0C4DE;
	scrollbar-darkshadow-color:#808080;
	scrollbar-face-color:#F0F8FF;
	scrollbar-highlight-color:#F5F5F5;
	scrollbar-shadow-color:#F5F5F5;
	scrollbar-base-color:#E6E6FA;
	scrollbar-track-color:#ffffff;
}

h2,{
font-size:15pt; font-family: 'MS UI Gothic', 'Osaka', 'ＭＳ Ｐゴシック';
margin-top:5px;
margin-bottom:0;
padding-bottom:0;
}
h3,{
font-size:11pt;
font-family: 'MS UI Gothic', 'Osaka', 'ＭＳ Ｐゴシック';
margin-bottom:0;
padding-bottom:0;
}

a:link{
 color:#004080;
 text-decoration: underline;
}
a:active{
 color:#fc0;
 text-decoration: underline;
}
a:visited{
 color:#004080;
 text-decoration: underline;
}


a:hover{
 color:#cc6699;
 text-decoration: underline;
}
table{
	font-size:10pt;
	font-family: 'MS UI Gothic', 'Osaka', 'ＭＳ Ｐゴシック';
	line-height: 130%;
}