

/* --- 初期化 --- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {
    margin: 0;
    padding: 0;    
}

ol,ul { list-style: none; }


/* --- CLERFIX --- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* --- 外枠 --- */

div#wrapper {
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 950px;
}


/* --- EMG --- */

div#emg {
	margin:0 auto;
	width:732px;
	text-align:center;
}


/* --- フッター --- */

div#footer {
	margin-top: 20px;
	border-top: solid 1px #808080;
	padding-top: 10px;
	font-size: small;
	text-align: center;
}

div#link_bzc {
	margin: 20px 0 -10px;
	font-size: small;
	text-align: center;
	line-height: 1.5;
}


/* ---- SSL ----*/

div#footer div#ssl {
	padding-bottom: 10px;
	border-bottom: solid 1px #808080;
	margin-bottom: 10px;
	text-align: left;
}
