
/* --------------------------------------------------
	reset
-------------------------------------------------- */

/* font-size(基準14pxに対して) */
/* 
10px font-size:71%;
12px font-size:86%;
14px font-size:100%;
16px font-size:114%;
18px font-size:129%;
20px font-size:143%;
22px font-size:157%;
24px font-size:171%;
 */


html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,var {
	font-style: normal;
}
caption {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
a{
	color:#4d4d4d;
	text-decoration:underline;
}
a:hover{
	color:#f00;
	text-decoration:underline;
}
/* --------------------------------------------------
	common
-------------------------------------------------- */
html,body{height:100%;}
body {
	position:relative;
	color: #4d4d4d;
	font-size: 14px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	background:#fff;
	text-align:center;
}

/* IE6用 */
* html body {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:88%;
}

/* IE7用 */
*:first-child+html body {
	font-size:88%;
}

.clearfix {zoom:1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}

#wrapper{
	margin:0 auto;
	padding-top:10px;
	width:570px;
	text-align:left;
}
p.ph{
	margin:0 0 2px;
}
h1{
	color:#4D4D4D;
	font-size:143%;
}
p.txt{
	color:#4D4D4D;
	font-size:86%;
}