p{
	margin:10px;
	padding:10px;
}

.font{font-size:10pt;color:darkblue;background:white;}
.font2{font-size:10pt;color:white;background:black;}
a { text-decoration:none;}
a:link{color:darkblue;}
a:visited{color:darkblue;}
a:hover{color:blue;text-decoration:underline overline;}
.click {margin:0;}
Body{
line-height: 150%;
scrollbar-arrow-color:#0000ff;
scrollbar-base-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-highlight-color:#0000ff;
scrollbar-shadow-color:#0000ff;
scrollbar-track-color:#ffffff;
margin-left:8em;margin-right:8em;
}



#warp_br{
    text-align:center;
    font:8px;
    color:#fff;
}
 
#warp_br nav {
    align:center;
    margin:0 auto;
    overflow:hidden;
}
#warp_br a:hover{
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
 
#warp_br a{
    display:block;
    text-decoration:none;
    color:#fff;
    float:left;
    list-style:none;
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    -moz-border-radius:50%;
 -webkit-border-radius:50%;
    margin:10px 5px 0px 5px;
    border:white solid 5px
}
 
#warp_br a:nth-child(1) {
    background: darkblue;
}
 
#warp_br a:nth-child(2) {
    background: darkblue;
}
 
#warp_br a:nth-child(3) {
    background: darkblue;
}
 
#warp_br a:nth-child(4) {
    background: darkblue;
}

#warp_br a:nth-child(5) {
    background: darkblue;
}

#warp_br a:nth-child(6) {
    background: darkblue;
}

#warp_br a:nth-child(7) {
    background: darkblue;
}

#warp_br a:nth-child(8) {
    background: darkblue;
}

.pattern2 {
  width: 500px;
  height: 500px;
  position: relative;
}
 
.pattern2 img {
  position: absolute;
  display: block;
  width: 500px;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30;
  margin: auto;
}

p .migi {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

table.type06 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.type06 td {
	width: 300px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: darkblue;
	font-size: 10pt;
}
table.type06 .even {
	background: #efefef;
}

.alpha a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-ms-filter: "alpha( opacity=50 )";
}