@charset "utf-8"; 

/** ページごとに違うのはなるべくここに置く **/

/*PLESE DO NOT RESET CSS AT THIS LEVEL. The Rest is done at global.css level, doing this can break component.
Please contain reset scope within the contents of the page*/
/*
*{font-family: verdana ,MS UI Gothic, arial, ＭＳ Ｐゴシック, sans-serif,Osaka‐等幅;} 
body{padding:0px; margin:0; font-size:12px; background-color:#000; line-height:20px; color:#252525;}
*/
#wrap{width:806px; margin:0 auto; padding:0; background-color:#FFF;}
.img1 {	width: 806px; height:403px;	display: block;	background: top left url(img1.jpg) no-repeat ; margin:0; padding:0;position: relative;}
.img2 {	width: 806px; height:403px;	display: block;	background: top left url(img2.jpg) no-repeat ; margin:0; padding:0;}

.btn {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 129px;
	height: 33px;
	 top: 117px;
  	right: 7px;
	background: 0 0 url(btn.png) no-repeat scroll;

-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}

.btn:hover {
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7
}


.pfName {
display: block;
text-align: right;
width: 802px;
margin: 0 auto 36px;
font-size: 14px;
line-height: 22px;
}



#addinfo{color: #512C1A; font-size:14px;text-align:left;line-height:130%; margin-left:30px; width:770px; margin-bottom: 36px;}
#addinfo span{ color: #512C1A; font-weight:bold;}
#addinfo a{color: #ed145b; text-decoration:none;}
#addinfo a:hover{color: #00bff3; text-decoration:none;}




img a { border:0}
img a:hover { border:0}
.icons { padding: 298px 255px 0px 0px; margin:0px; float:right; }



img{border:none;}
a{ outline:none;}
a:hover{ outline:none;}
.end{ clear:both; margin:0; padding:0;}
.home { margin:0; padding:5px 10px 0 0;}
.clear { margin:0px; padding:0px; clear:both; width:100%; font-size:1px;}
.spacer {display:block; height:1px;}