@charset "UTF-8";
/* module.css */


/* ----- basic -----*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, "MS Pゴシック", sans-serif;
	font-size: 12px;
	color: #000000;
	z-index: 0;
	height: auto;

}
a:link,
a:visited {
	text-decoration:underline;
	color:#333333;
}
a:hover,
a:active {
	color:#FFFFFF;
}
a:focus { outline:none;}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	position:relative;
}

ul {
	list-style-type: none;
}
img.opa:hover {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}
/* ----- Header ----- */
#Header {
	margin: 0px auto 20px;
	padding: 56px 0px 0px;
	height: auto;
}

/* ----- Header ----- */
#Header2 {
	margin: 0px auto 45px;
	padding: 40px 0px 0px;
	height: auto;
}

/* ----- Footer ----- */
#Footerbg {
	background:#71ba2b;
	width:100%;
min-width: 950px;
}

#Footer {

	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	padding-top:20px;
	padding-bottom:20px;
}

#Footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#Footer a:hover {

}
#Footer p {
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}

/* ClearFix Hack - class-ClearFix */
.clearfix:after { 
	content:"";
	display:block;
	clear:both;
	height: 0;
} 
.clearfix { 
	display: inline-block; 
}

/* --- Except Mac IE \ --- */
.clearfix { 
	display: block; 
}

/* ----- Image Replacement -----*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
