/* CSS Document */
/* charset */
@charset "UTF-8";

/* マージン・パディングリセット */
*{ padding:0; margin:0; }

/* フォントサイズ */
/* body のフォントサイズをベースに相対的に指定 */
body {font-size: 13px;}
*    {font-size: 100%;}


html{
	background-image:url(img/b1.jpg);
	background-repeat:repeat;
	background-position:center;
}

body {
font:"HG丸ｺﾞｼｯｸM-PRO", arial, san-serif;
background-image:url(img/1.jpg);
background-position:center;
background-position:top;
background-repeat:no-repeat;
color: #333333;
}

/* 色設定 */
*         { color: inherit; }
a         { color: #33f; }
a:hover   { color: #f33; }
a:active  { color: #f33; }
a:visited { color: #55f; }

/* リンク */
a {
font-weight:bold;
text-decoration:none;
}


/**　画像位置　**/

img{
margin:0;
padding:0;
}

.mein{
	padding-top:100px;
}


.footer{
	padding: 70px 0 0 0;
	color:#fff;
}

.footer a{
	color:#fff;
	font-weight:normal;
}


.setumei {
	font-weight:bold;
	width:800px;
	display: none;
	top: 0px;	/*★省略不可、ブラウザ初期値バラバラ*/
	left: -700px;　	/*★Firefoxでhoverが無効になります*/
	position: absolute;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

a:hover {
	position:relative;
	text-decoration:none;
}

a:hover .setumei {
	display: block;
	background-color: #fff;
	padding:22px;
	color:#555;
}
