
@charset "utf-8";

@media print { /* 紙媒体向けスタイル定義 */
	html {
	color: #000;
	}

	/* --BODY-- */
	body {
	margin: 0;
	padding: 0;
	text-agn: center;
	}
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul {
	list-style: none;
}
blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
	margin: 0;
	padding: 0;
}

@import "../../../../../css/html5reset";

/*---------------------------------------------------------
　　フォント
---------------------------------------------------------*/

body,table {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font:14px/1.5;
	font-size: 14px; /* modern browser */
	*font-size: medium; /* IE 7 */
	*font: small; /* IE 6 */
	background: #fff;
}

code, kbd, pre, samp, tt {
	font-family: monospace;
	line-height: 100%;
}
/* for IE7 */
*+html code, kbd, pre, samp, tt {
	font-size: 108%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/*---------------------------------------------------------
　　基本スタイル
---------------------------------------------------------*/

* {
	color:#555;
}

p {
	line-height:1.5em;
	text-align:left;
} 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*
img {
  max-width: 100%;
  height: auto;
}
*/

#copy {
	padding: 3em 0;
	text-align: center;
	color: #639;
	font-family: Arial, Helvetica, sans-serif;
}


