@charset "utf-8";

/*-------------------------------------------
■body設定
-------------------------------------------*/
body {
	margin:0;
	padding:0;
	overflow: visible;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","MS PGothic",Sans-Serif;
	font-size:12px;
	line-height:1.5;
	color:#333333;
	text-align:center;
	background-color: #d2d7d6;
}

/*-------------------------------------------
■見出し設定
-------------------------------------------*/

h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
table,tr,th,td,address,form,
pre, code {
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
	}

h1, h2{font-weight:lighter;}

/*-------------------------------------------
■段落設定
-------------------------------------------*/

p{
	margin-bottom:1em;
	margin-top: 10px;
	line-height: 20px;
}

/*-------------------------------------------
■画像設定
-------------------------------------------*/

img{ border: none; 	vertical-align:top; }

img.nodisplay{ display:none; }

/*-------------------------------------------
■区切り線設定（編集向けに透明設定）
-------------------------------------------*/

hr{
	position:absolute;
	left:-9999em;
	width:10px;
	height:0;
	}

/*-------------------------------------------
■リンク設定
-------------------------------------------*/

a{
	color:#690;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}

/*-------------------------------------------
■strong/em設定
-------------------------------------------*/

strong{ font-weight:bold; color:#333333; }

em{
	font-style:normal;
	color:#000574;
	background:#f2d8d4;
	margin:0px 3px;
	padding:0px 3px;
	}

/*-------------------------------------------
■table設定
-------------------------------------------*/

table{ border-collapse:collapse;width:100%;}
table th,table td{ vertical-align:center; text-align:left; }

.clear{
	clear:both;
}

blockquote{
	clear:both;
	border:3px solid #e5e5e5;
	padding:10px;
	margin:20px 0;
	}
