@charset "Shift_JIS";


* {
	margin		: 0;
	padding		: 0;
	}

.lnk {
	color		: blue;
	text-decoration	: underline;
	}

body {
	padding		: 8px 0 30px 0;
	background	: #e6ece7;
	text-align	: center;
	font-family	: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size	: 12px;
	}

img { border:0; }

.clear:after {
	content		: "."; 
	display		: block; 
	height		: 0; 
	clear		: both; 
	visibility	: hidden;
	}
.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 0%;}
.clear {display: block;}
/* End hide from IE-mac */


h1 {
	margin		: 0 0 5px 0;
	text-align	: left;
	}

#wrapper {
	width		: 600px;
	margin		: 0 auto;
	text-align	: left;
	}

#block {
	padding		: 11px 10px;
	text-align	: left;
	background	: #fff;
	}

pre {
	line-height	: 1.4;
	}

#footer {
	padding		: 5px 0 0 0;
	text-align	: right;
	}


/* margin */

.m05 {margin-bottom: 5px;}
.m10 {margin-bottom:10px;}
.m15 {margin-bottom:15px;}
.m20 {margin-bottom:20px;}
.m25 {margin-bottom:25px;}
.m30 {margin-bottom:30px;}
.m35 {margin-bottom:35px;}
.m40 {margin-bottom:40px;}
.m45 {margin-bottom:45px;}
.m50 {margin-bottom:50px;}
.m55 {margin-bottom:55px;}
.m60 {margin-bottom:60px;}