@charset "UTF-8";



body {
	font-size: 62.5%; /*ブラウザでフォルトが16pxを基準 62.5％＝10px */
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.6em;
	color:#222;
}

*+html body { font-size:67.5%;}

h1 { font-size: 2em; /* 20px */ }
p { font-size:1.2em; line-height:1.7em; text-align:left; /* 14px */ }

/* --- general --- */

h2 { font-size: ; line-height: ; margin-bottom: 10px; }
h3 { font-size: ; line-height: ; margin-bottom: ; }
h4 { font-size: ; line-height: ; }
h5 { font-size: ; line-height: ; margin-bottom: ; }
h6 { font-size: ; line-height: ; margin-bottom: ; }

ul li, ol li {font-size:1em;}

/* --- link --- */

a{text-decoration:none;}
a:link {color:#920014;}/*#06C*/
a:visited {color:#06C;}
a:hover {color: #F20;text-decoration:underline;}
a:active {text-decoration:none; margin:3px 0 0 0;}


dl#dl_news{
font-size:1.2em;
}

dl#dl_news dt {
clear:both;
float:left;
width:200px;
font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "細明朝体";
font-weight:bold;

}

dl#dl_news dd {
clear:both;
margin:0 0 10px;
/*width:200px;
border:#FF0000 solid 1px;*/

}

dl#dl_news dd a { 
	display:inline;
	}
