
/* リンクオンで不透明度を変える */
.opacity a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


a{
text-decoration:underline;}

a:link {
	color: #C63457;
}
a:visited {
	color: #B41F31;
}
a:active {
	color: #C63457;
}
a:hover {
	color: #FF192C;
}

.line_tate {
	background-image: url(../img_common/line_tate.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	background-image: url(../img_common/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 760px;
}
.space_left {
	background-image: url(../img_common/space_gr_164.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 144px;
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
	padding-left: 20px;
}
.space_right {
	background-image: url(../img_common/space_gr_40.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 40px;
}
.page_title {
	padding-top: 10px;
	padding-left: 10px;
}
.page_text {
	padding-left: 50px;
	font-size: 90%;
	line-height: 160%;
	color: #666666;
	padding-right: 10px;
}
.f_bold {
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	color: #1E1E1E;
}

.f_red { color:#C1040B; }

.pan {
	font-size: 65%;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}
.number {
	letter-spacing: 1px;
	font-size: 100%;
}
