body {
	margin: 0;
	padding: 8px;
	position: relative;
	color: #fff;
	background: #666 url(../../../img/sozai/bg.body.png) 0 0 repeat;
	/*font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic", "Osaka-等幅", Meiryo, "メイリオ", "ＭＳ ゴシック", "MS Gothic", monospace;*/
    font-fmaily: monospace;
	font-size: 90%;
	line-height: 150%;

}


header,
footer,
section,
nav,
{
    display: block;
}


h2 {
	margin: 0 0 24px 0;
	font-size: 175%;
	line-height: 140%;
}

h3 {
	margin-top: 1.33em;
	font-size: 140%;
}
h3:first-child {
	margin-top: 0;
}

h4 {
	margin-bottom: 1em;
	font-size: 120%;
}
h4:first-child {
	margin-top: 8px;
}


br.cl { clear: both; }


a:link, a:visited, a.ref {
	overflow: hidden;
	cursor: pointer;
}

a img {
    border: none;
}





form {
	clear: both;
}






/* clearFix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom:1;
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

