@charset "Shift_JIS";

/* 初期化 */
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,address,pre,
strong,em{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{
	margin: 0px;
	padding: 0px;
	font-size:0;
	line-height:0;
}

strong{font-weight:bold;}

img{border:none;}
th,td{vertical-align:top;}

/* マージン初期 */
.marginL5 {
	margin-left: 5px;
}
.marginL10 {
	margin-left: 10px;
}
.marginL20 {
	margin-left: 20px;
}
.marginT5 {
	margin-top: 5px;
}
.marginT10 {
	margin-top: 10px;
}
.marginT20 {
	margin-top: 20px;
}
.marginB5 {
	margin-bottom: 5px;
}
.marginB10 {
	margin-bottom: 10px;
}
.marginB20 {
	margin-bottom: 20px;
}


