/* ¡¡¡¡¡CSS ƒŠƒZƒbƒg¡¡¡¡¡ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe, object, embed {
    margin: 0; 
    padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: none;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
}
ol, ul{ list-style:none; }

fieldset, img{ border:0; }

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{ text-align: left; }

address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

img {
	vertical-align: middle;
	border: 0;
}

a img {border: 0;}

a {text-decoration: none;}

a:focus { outline:none; }

.clear { clear: both; }




/*========================================
 +styles
========================================*/
body {
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	background: #E0E0E0;
	}
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: #FFF;
	}

.clear { clear: both; }

.mb45 { margin-bottom: 45px;}

/*========================================
 +header styles
========================================*/
#header {
	width: 950px;
	margin-bottom: 40px;
	background: #FFF;
}


/*========================================
 +main styles
========================================*/
#contents {
	width: 766px;
	margin: 0;
	padding: 0 92px 65px 92px;
	text-align: center;
}

#attention { width: 766px; margin-bottom: 40px;}
#attention_l {
	width: 120px;
	font-weight: bold;
	line-height: 120px;
	background: #936;
	color: #FFF;
	float: left;
}
#attention_r {
	padding: 8px 0 0 20px;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: left;
	float: left;
}
	

/*========================================
 +footer styles
========================================*/
#footer {
	width: 950px;
	margin: 0;
	padding: 0 0 65px 0;
}

.close {
	width: 83px;
	height: 20px;
	margin: 0 auto;
	padding: 6px 20px;
	border: #999 3px solid;
}

.close a { display: block; }
.close a hover { background: #9CC; }