/************************************** コラム画面 ********************************/
body {
	margin:0;
	padding:0;
}

div#topTitle {
	position:absolute;
	top:37px;
	left:15px;
	font-size: 0.75em;
	font-weight: bold;
	color:#0000FF;
}

div#subTitle {
	font-size: 14px;
	font-weight: bold;
	border-bottom:solid 2px #000000;
}


span#newTitle a	{
	text-decoration:none;
    color:#0000FF;
    font-weight: bold;
    font-size: 12px;
	line-height: 21px;
}

span#newTitle a:hover {
    color:#FF0000;
    font-weight: bold;
	text-decoration:underline;
	font-size: 13.5px;
	line-height: 21px;
}

span#rankTitle a {
	text-decoration:none;
    color:#0000FF;
    font-weight: bold;
    font-size: 12px;
	line-height:17px;
}

span#rankTitle a:hover {
    color:#FF0000;
    font-weight: bold;
	text-decoration:underline;
	font-size: 13.5px;
	line-height:17px;
}

a.topbutton {
	font-size: 15px;
	color: #00008B;
	font-weight: bold;
	text-decoration:none;
}
.curbutton {
	font-size: 15px;
	color: red;
	font-weight: bold;
	text-decoration:none;
}


/************************************** コラム内容 ********************************/
/* フォント１ */
span#Font1 {
	font-size: 10px;
	line-height: 1.4;
}
/* フォント２ */
span#Font2 {
	font-size: 11px;
	line-height: 1.4;
}
/* フォント３ */
span#Font3 {
	font-size: 12px;
	line-height: 1.7;
}
/* フォント４ */
span#Font4 {
	font-size: 13px;
	line-height: 2.0;
}
