﻿@charset "utf-8";

/* ======================================================== お役立ち情報一覧 */

.bgPinkribbon {
	background: url("../img/bg_right_ribbon.gif") left top no-repeat;
}



/* ======================================================== コロコロの歴史 */

.bg1983 {
	background: url("../img/bg1983.gif") left top repeat-y;
}

.bg1985 {
	background: url("../img/bg1985.gif") left top repeat-y;
}

.bg2006 {
	background: url("../img/bg2006.gif") left top repeat-y;
}

.bg2009 {
	background: url("../img/bg2009.gif") left top repeat-y;
}

.bg2010 {
	background: url("../img/bg2010.gif") left top repeat-y;
}



.historyRed {
	margin: 23px 0 5px 0;
	color: #ea2107;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6em;
}

.coloBlue {
	color: #0e4bc7;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.6em;
}

.marginBtm50 {
	margin-bottom: 50px;
}

#main table td{
	color: #333333;
	line-height: 1.6em;
}



