/*--common.css--*/
@charset "UTF-8";
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300');

/*----------------------
## behavior settings ##
----------------------*/
body {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック","Open Sans",verdana,sans-serif;
	font-size: 12px;
	text-align: center;
	margin:0;
	padding:0;
	line-height:1.8;
	/*letter-spacing:1px;*/
	color: #333;
	background: #fff url('../images/bg.jpg') center top no-repeat;
}
html, body, #wrapper {
	height: 100%;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
img {
	vertical-align: bottom;
}

/*-------------
## containor ##
-------------*/
#wrapper {
	display: block;
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
#wrapper div#containor {
	padding-bottom: 212px;
}

/*----------
## footer ##
----------*/
footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 212px;
	margin-top: -212px;
	overflow: hidden;
	background: transparent url('../images/bg_footer.png');
	_background: transparent url('../images/bg_footer.gif');
}
footer div#footerWrap {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 982px;
	text-align: left;
}
footer div#footerWrap h1 {
	position: absolute;
	text-indent: -9999px;
	top: 80px;
	left: 0px;
	width: 461px;
	height: 71px;
	background: url('../images/label_renewal.gif') left center no-repeat;
}
footer div#footerWrap section.actual {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 178px;
	height: auto;
}
footer div#footerWrap section.actual h2 {
	text-indent: -9999px;
	width: 100%;
	height: 13px;
	margin-bottom: 5px;
	background: url('../images/label_sunada_actual.gif') center top no-repeat;
}
footer div#footerWrap section.actual p.button {
	text-indent: -9999px;
	margin-bottom: 5px;
}
footer div#footerWrap section.actual p.button a {
	display: block;
	width: 178px;
	height: 101px;
	background: url('../images/btn_sunada_acutual.gif') center top no-repeat;
}
footer div#footerWrap section.actual p.enter {
	text-indent: -9999px;
}
footer div#footerWrap section.actual p.enter a {
	display: block;
	width: 178px;
	height: 19px;
	background: url('../images/btn_enter.gif') center top no-repeat;
}

footer div#footerWrap p.copyright {
	position: absolute;
	top: 180px;
	right: 0px;

	font-family: 'Open Sans', sans-serif;

	text-align: right;
	font-weight: bold;
	color: #ddd;
}



/**--as known as "clearfix"--**/
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
