@charset "UTF-8";

.wrap {
	overflow: hidden;
}

* {
            margin: 0;
            padding: 0;
        }
		
img {
width:100%;
max-width: 100%;
height: auto;
}

#container{
width:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
a img.linkimg{
background:none!important;
}

a:hover img.linkimg{
opacity:0.7;
filter: alpha(opacity=50);        /* ie lt 8 */
-ms-filter: "alpha(opacity=50)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
zoom:1;
background:none!important;
}

.pic {
	height: auto;
	width: 100%;
	margin-top: -7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footerText {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 14px;
	height: auto;
	width: 92%;
	margin-top: 20px;
	margin-right: 4px;
	margin-bottom: 30px;
	margin-left: 4%;
	font-weight: bold;
}
