@charset 'UTF-8';
/* ================== BASE ================== */
#sledge_debug_message {
	display: none;
}
body {
	background-color:#f3f3f3;
	background-image: url(/mfcommon2009/img/bg-base.gif);
	background-repeat: repeat-x;
	background-position: 0px 70px;
	color:#000;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a {
	color:#0054AA;
	word-wrap: break-word;
	word-break:break-all;
}
a:visited {
	color:#00255D;
}
a:active {
	color:#DD6600;
}
a:hover {
	color:#E05C82;
}
a img {
	border: none;
}
p, h1, h2, h3, h4, h5, ul, ol, dl, form {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {
	font-size:100%;
}
p, th, td, li, dt, dd {
	font-size:83%;
}
p, li, dt, dd {
	line-height: 150%;
}
td li,
td p,
td td,
th td,
dd p,
dd li,
li li,
dd dt,
dd dd {
	font-size:100%;
}
label {
	border-bottom:1px dashed #bbb;
	cursor:pointer;
}
.clear-both {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.clear-left {
    clear: left;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.attention {
	color:#c00;
}
.error {
	color:#c07;
}

#Wrapper {
}

/* ================== HEADER ================== */
#Header {
	height: 112px;
	text-align: center;
	background-image: url(/mfcommon2009/img/bg-head.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#Header #Headcontent {
	margin: 0 auto;
	width: 826px;
	text-align: left;
	position: relative;
}

/* ================== PageBody ================== */
#PageBody {
	margin: 10px auto 0 auto;
	width: 820px;
	text-align: left;
	position: relative;
}


