@charset "utf-8";
/* CSS Document */
html{ overflow-y: scroll;}
a:link { text-decoration: underline; color: #454f73;}
a:visited { text-decoration: underline; color: #454f73;}
a:active { text-decoration: underline; color: #6ca7f5;}

a:hover {
	-moz-opacity:0.80;
	opacity:0.80;
	filter:alpha(opacity=80);
}
a.arrow {
	position:fixed;
	right:20px;
	bottom:20px;
	height:17px;
	padding:2px 0 2px 25px;
	font-weight:bold;
	font-size:14px;
	background:url(../img/point_arrow1.gif) no-repeat 0% 50%;
	text-decoration: underline; color: #066df6;
}
a.arrow2 {
	position:fixed;
	left:20px;
	bottom:20px;
	height:17px;
	padding:2px 25px 2px 0;
	font-weight:bold;
	font-size:14px;
	background:url(../img/point_arrow2.gif) no-repeat 100% 50%;
	text-decoration: underline; color: #066df6;
}
#wrapper {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	background:#FFF;
}
h1 {
	background:#fff;
	position:fixed;
	width:800px;
	margin:0 auto;
	padding:0 0 5px;
	font-size:16px;
}
.pic {
	width:780px;
	margin:0 auto 0;
	padding:25px 0 20px;
	text-align:center;
}
.text {
	width:540px;
	margin:0 auto;
	padding:0 120px 20px;
	font-size:12px;
	line-height:1.5em;
}
.pink { color:#FF009C; font-weight:bold; padding-right:10px;}
.blue { color:#0000de; font-weight:bold; padding-right:10px;}