* {
	margin: 0;
	padding: 0;
}
body {
	background:#fff;
	font-size:13px;
	line-height: 20px;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
	color:#000;
}
img {
	border:0;
	vertical-align:bottom;
}

ol{
list-style-position:inside;
}


/*レイアウト--------------------*/
#wrapper {
	margin:0 auto;
	width:640px;
	
	line-height:1.6;
	-webkit-box-shadow:0px 2px 10px #666;/* webkit */
	-moz-box-shadow:0px 2px 10px #666;/* fx */
	-pie-box-shadow:0px 2px 10px #666;
	behavior: url(js/PIE.htc);
	-o-box-shadow: 0px 2px 10px #666;
	box-shadow: 0px 2px 10px #666;

}
#contents{
	width:640px;
	margin:0 auto;
	padding:10px 0px 10px 0px;
	background:#fff;
	line-height:1.5;
}





h1{
	text-align:center;
	margin:0px;
}








.fontcolor {
	color:#F00;
}

.margin5 {
	margin:5px;
}


/*フッター------------*/

.code {
	text-align: right;
	margin-top: 30px;
}


#center01 {
 text-align:center;

}
