@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
	background-color: #ffffff;
}
hr { display: none; }
ul { list-style: none; }
img { border: none; }





/*リンク設定
----------------------------------------------*/
a:link { color:#e4007f; text-decoration: none; }
a:active { color: #e4007f; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover { color:#e4007f; text-decoration: none; }

a.inf:hover { color:#ffffff; background:#e4007f; text-decoration: none; }

a.suke:hover img{
 filter: alpha(opacity=60);
-moz-opacity:0.6;
 opacity:0.6;
 } 





/*ページ設定
----------------------------------------------*/
#page {
	width: 100%;
}





/*固定画像設定（ロゴ・有刺鉄線・メニュー）
----------------------------------------------*/
#logo {
	position: absolute;
	top: 10px;
	left: 903px;
	z-index: 5;
}

#menu_sen {
	position: absolute;
	top: 0px;
	left: 714px;
	z-index: 3;
}



#menu1 {
	position: absolute;
	top: 177px;
	left: 806px;
	z-index: 5;
}
#menu2 {
	position: absolute;
	top: 263px;
	left: 814px;
	z-index: 5;
}
#menu3 {
	position: absolute;
	top: 334px;
	left: 881px;
	z-index: 5;
}
#menu4 {
	position: absolute;
	top: 481px;
	left: 901px;
	z-index: 5;
}
#menu5 {
	position: absolute;
	top: 566px;
	left: 807px;
	z-index: 5;
}



/*ツイッターキャンペーン設定
----------------------------------------------*/
#twc {
	position: absolute;
	top: 65px;
	left: 755px;
	z-index: 5;
}



/*アンケート設定
----------------------------------------------*/
#anke {
	position: absolute;
	top: 393px;
	left: 666px;
	z-index: 5;
}



/*フッター
----------------------------------------------*/
#foot {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#foot_text {
	position: absolute;
	font-size: 10px;
	line-height: 2.0em;
	text-align: left;
	top: 50px;
	left: 49px;
	z-index: 5;
}

#tw {
	position: absolute;
	top: 50px;
	left: 773px;
	z-index: 5;
}
#fb {
	position: absolute;
	top: 50px;
	left: 877px;
	z-index: 5;
}
