@charset"utf-8";

/* ---------------------------------------------------------
　デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map,
strong,div {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1em;
	border: none;
	list-style-type: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* ---------------------------------------------------------
　テキストリンク
--------------------------------------------------------- */
a:link    { color: #0066FF; text-decoration: none; }
a:visited { color: #0066FF; text-decoration: none; }
a:hover   { color: #0066FF; text-decoration: underline; }
a:active  { color: #E74077; text-decoration: underline; }

/* ---------------------------------------------------------
　floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
　画像ロールオーバー
--------------------------------------------------------- */
img.rollover {
}



/* ---------------------------------------------------------
　画像ぴこっとなるやつ
--------------------------------------------------------- */
a.btn:hover img{
filter: alpha(opacity=80);
-moz-opacity: 0.5;
opacity: 0.5;
}

a.btn1:hover img{
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.btn2:hover{
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.btn3:hover input{
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

/* ---------------------------------------------------------
　レイアウトベース
--------------------------------------------------------- */
html {
height:100%;
}
body {
margin:0px;
padding:0px;
text-align: center;
height:100%;
width:100%;
}
#wrapper{
margin:0 auto;
text-align:left;
min-height:100%;
_height:100%;
width:960px;
}
