@charset "utf-8";

/*回り込み解除*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {
display: inline-block;
overflow: hidden;
}
	
.clear{
clear:both;
display: block;
font-size:1px;
line-height:0px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

*html.clear{
height:0px;
}

/*リンク色*/
a:link { text-decoration:none; color:#0066cc; }
a:visited { text-decoration:none; color:#0066cc; }
a:hover { text-decoration:none; color:#ff0000; }
a:active { text-decoration:none; color:#ff0000; }


#seigyoCon{
	width: 760px;
	text-align: left;
	padding-bottom: 30px;
	font-size: 82%;
	line-height: 142%;
	color: #333;
}

#seigyoCon h1,
#seigyoCon h2,
#seigyoCon h3,
#seigyoCon h4,
#seigyoCon img{
	margin: 0;
	padding: 0;
}

#seigyoCon h1{
	font-size: 142%;
	border-bottom: 1px dotted #b3b3b3;
	font-weight: bold;
	margin-bottom: 20px;
}


#seigyoCon .gazoConInner .pageTop{
}
#seigyoCon .gazoConInner .pageTop a{
	float: right;
	margin-right: 5px;
	display: inline;
}

