@charset "UTF-8";
/* -------- Common Layout Setting -------- */


/* redefinition */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family:"ＭＳ Ｐゴシック",Verdana,"ヒラギノ角ゴ Pro W3",Arial,Helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6,div,p,ol,ul,li,dl,dt,dd,address,table,tr,td,th,form,input {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
table {
	border-collapse:collapse;
}
td,th{
	vertical-align:top;
	text-align:left;
}

em {font-style: normal; font-weight: normal;}
ol, ul {list-style-type: none;}
img {border: none;}
a {text-decoration: underline;color: #3FA4EA;}
a:hover,
a:focus,
a:active {text-decoration: none;color: #AAAAAA !important;}
a:visited,
a.visited {}
/* clearfix */
.clearfix:after{content:"."; height: 0px; clear: both; display: block; visibility: hidden;}
/* macIE5_winIE7 \*/
.clearfix {display:inline-block;}
/* winIE5x \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* */


