@charset "Shift_JIS";

p.attention {font-size:12px; font-weight:bold;}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0 0 0 20px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 100%;
}
table tr td{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
}
a,
a:link,
a:visited,
a:hover{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.kome{
	color: #F00;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
}
.clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0px;
	border: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.toptokucho dl {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.toptokucho dl dt {
	margin: 10px 0 0 0;
	padding: 0px;
	color: #DD4891;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
}
div.toptokucho dl dt a:link,
div.toptokucho dl dt a:visited{
	color: #E95506;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 2px;
	text-decoration:none;
	display: block;
}
div.toptokucho dl dt a:hover {
	color: #A66400;
	text-decoration: underline;
}
div.toptokucho dl.hairumae dt a:link,
div.toptokucho dl.hairumae dt a:visited{
	color: #DD4891;
	background-image: url(../images/arrow2.gif);
}
div.toptokucho dl.hairumae dt a:hover {
	color: #A9346B;
}


/*---------比較表---------*/
table.hikaku {
	width: 578px;
	border-collapse:collapse;
	margin: 15px 60px 30px 60px;
}
table.hikaku th {
	background-color: #EEE;
	text-align: center;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-weight: normal;
	font-size: 12px;
}
table.hikaku td {
	text-align: center;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
table.hikaku td strong {
	font-size:larger;
}