body  {
	margin: 0;
	padding: 0;
	position: relative;
	color: #333333;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 95%;
}

h1 {
}

h2 {
    margin-bottom: 10px;
    padding: 0 0 0 40px;
    background: url(../../../img/sozai/bg.h2.png) left -4px no-repeat;
    min-height: 40px;
}

h3 {
    margin-bottom: 1em;
    padding: 0 0 10px 4px;
    color: #2f6ff9;
    background: url(../../../img/sozai/bg.h3.png) left bottom no-repeat;
    font-size: 133%;
}

h4 {
}

h5 {
}

h6 {
}


a:link, a:active, a.ref {
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:link:hover, a:visited:hover, a.ref:hover {
	color: #ff3333;
}

a img {
    border: none;
    text-decoration: none;
}





/* 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 */
