@charset "utf-8";
/* kira */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

textarea { font-size: 100%; }


img { vertical-align: top ; }


hr { display: none; }

adress,caption,cite,code,dtn,em,th,var {
font-style:normal;
font-weight:normal;
}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	font-size:small;
}

a {
	color:#4678e1;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height:0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-block; }
/*\*/
*html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/**/



