
/*基本フォント設定*/

body,table,td,tr
{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}

a{/*リンクされた文字*/
	color:#339900;
	font-style:normal;
	text-decoration:none;

}

a:hover {/*マウスをのせたとき*/
	background:#339900;
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}

h1{
	color: #666666;
	font-size: 10px;
	display: inline;
	font-weight: normal;
}



h5.catch {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

.read {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 17px;
}
	
.ll  { font-size: 20px }

.l { font-size: 13px }

.m{ font-size: 10px }

.s { font-size: 9px }

.dashline{
	border-bottom:1px #666666 dashed;
	padding: 0 0 2px 0;
	line-height: 180%;
}
	
.dashline2{
	border-bottom:1px #339900 dashed;
	padding: 0 0 2px 0;
	line-height: 180%;
}
	
.dotted{
	border-bottom:1px #cccccc dotted;
	padding:0 0 2px 0;
	line-height:180%;
}

.dotted2{
	line-height:200%;
}