@charset "Shift_JIS";

body{ line-height: 120%;}

/* =======================================================
	■ リセット
======================================================= */
/*　tableレイアウトの為、h1,h2,h3,h4,h5,h6,tableの基本設定は除外 */

/*リセット*/

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

section,article,aside,hgroup,header,footer,nav,figure { 
	margin: 0;
	padding: 0;
	display: block;
}

fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption {
	text-align: left;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border:0;
}

hr {
	display: none;
}

/* 回り込みの解除 */

.clear {
	clear: both;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}
  
.cf:after {
    clear: both;
}
  
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}

/* 画像置換の文字消し設定 */

.replace{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
/*\*//*/
  display: inline-table;
/**/
}

.none{
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}

/*回り込み*/

.left {
	float: left;
}

.right {
	float: right;
}

blockquote{
	padding: 20px ;