#header {
	float: left;
	height: 80px;
	width: 245px;
	padding-bottom: 5px;
}
#navi {
	float: left;
	height: 80px;
	width: 455px;
	padding-bottom: 5px;
}
#line {
	clear: left;
	height: auto;
	width: 700px;
}
#wrapper {
	height: auto;
	width: 700px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#contents {
	height: auto;
	width: 700px;
	padding-top: 20px;
}
#sticker {
	position:absolute;
	left:0px;
	top:0px;
	margin: 0px;
}
.table_01 {
    width:100%;margin:0px 0px 10px 0px;padding:0px;
	border-collapse:separate;
	border-spacing:1px;

}
.table_01 th {
    width:20%;padding:4px 2px 2px 4px;
    text-align: center;
    vertical-align:top;
}
.table_01 td {
    padding:4px 2px 2px 4px;
	text-align:center;
}
#footer {
	height: auto;
	width: 700px;
	padding-top: 50px;
	
}
div#contents a img { border: 1px solid #CCCCCC; }
div#contents a:hover img { border: 1px ridge #999999 ; filter: Alpha(opacity=100); }
a {
text-decoration: none;
}
a:link {
color: #585858;
}
a:visited {
color: #585858;
}
a:active {
color: #8FABBE;
}
a:hover {
color: #FF3399;
}