@charset "shift_jis";

/* =======================================

	Structure CSS

========================================== */

html, body {
}

body {
	padding: 0;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
}

#header{
	width:900px;
	height:166px;
	position:fixed;
}


#contents{
	width:770px;
	height:800px;
	position:relative;
	z-index:5.0;
}

#footer {
	clear: both;
	background:#000;
	border-bottom: 1px solid #000;
	width: 100%;
	min-width:770px;
	color:#FFF;
	min-height:300px;
}

.imgL { float:left; margin-right:10px; }
.imgR { float:right; margin-left:10px; }

#data p#voice img{
	position:absolute;
	top:70px;
	left:500px;
}

a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
