@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4  "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f9faf5;	
	color: #444;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

img { 
	border: 0 none;
	vertical-align:top;
}


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}


a:link {
	color:#444;
	text-decoration: none;
}
a:visited {
	color: #444;
	text-decoration: none;	
}
a:hover, a:active, a:focus { 
	color: #444;
	text-decoration: underline;
}


.fLeft {float:left;}
.fRight {float:right;}
.clear {clear:both;}


.mT40 { margin-top:40px; }

.mB5 { margin-bottom:5px; }
.mB10 { margin-bottom:10px; }
.mB15 { margin-bottom:15px; }
.mB40 { margin-bottom:40px; }

