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

/*@charset "shift_jis";
*/
* {
	margin:0;
	padding:0;
	font-family:verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight:normal;
	font-size:12px;
	color:#5a5a5a;
	line-height:18px;
}


img, a img,
ul, ul li, dl, dt, dd,
h1, h2, h3, h5, h6,
div, span{border:0;margin:0;padding:0;list-style:none;font-weight:normal;}

h1,h2,h3,h5,h6 {
	 font-style: normal;
	 font-weight: normal;
	 }
img {
	margin:0px;
	padding:0px;
	border-style:none;
}
table {
    border-spacing:0;
	border-collapse:collapse;
	}
* html table {
    border-collapse:collapse;
	}
*:first-child+html table {
    border-collapse:collapse;
	}
caption,th {
    text-align:left; font-weight:normal;
	}
table,th,td,img {
    border:0;
	}
img,input {
    vertical-align:middle;
	}
q:before,q:after {
    content:'';
	}
ul,ol,li {
	list-style:none;
}

br {
    letter-spacing:0;
	}
p {
   line-height:1.4em;
   }
a {
   font-weight:normal;
   color:#2a76c4;
			text-decoration: none;
   }

/*-リンク-*/
a:link {
	color:#2a76c4;
/*	text-decoration:underline;*/
}

a:visited {
	color:#2a76c4;
	/*text-decoration:underline;*/
}
	
a:hover {
	color:#2a76c4;
	text-decoration:underline;
}	

a:active {
	color:#2a76c4;
	/*text-decoration:underline;*/
}


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


