/*--- default */
body {
    margin:20px 0;
	background: #ffffff;
	color: #333333;
	font-size: 12px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
    text-align:center;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%; 
}

div#wrap{
width:450px;
margin:0 auto;
text-align:left;
}

strong{font-weight:bold;}

h1{
font-size:14px;
font-weight:bold;
margin:1em 0;
}

dl{
width:450px;
}

dt{
margin:1em 0 0 0;
border-top:1px dotted #777777;
}
dd{
margin:0 0 0 1em;
display:inline;
}

p{
padding:2em 0 0 0;
text-align:center;
}

