@charset "UTF-8";
h1 { 
	display: block;
	font-size: 12px;
	padding-top: 2px;
	text-align: right;
}
div#mainBox h2.free { /* フリーダイヤル */
	width: 629px;
	height: 60px;
	margin: 0 0 10px 0;
	text-indent: -5000px;
	background: url(../img/top_free.gif) no-repeat;
}
.mobile {
	font-weight: bold;
}
div#mainBox,div#sideBox { /* h1の高さ分marginを差し引く */
	margin-top: 19px;
}
/* !GLOSSARY LAYOUT ────────────────────────────── */
#link_to_glossary {
	margin-top: 10px;
	padding-left: 10px;
	background: url(../img/rmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#link_to_glossary a {
	font-size: 140%;
	color: #444444;
	text-decoration: none;
}
#link_to_glossary a:hover {
	color: #e31e1e;
}


