@charset "utf-8";
/*****************************
reset
******************************/
body, div, table, caption,th,tr,td,ul,ol,li,dl,dt,dd,form,input,textarea,p{
	font-weight: normal;
	font-style: normal;
	font-family:Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size:13px;
	margin: 0;
    padding: 0;
	line-height:1.4;
}
h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size:13px;
}
html {   
    overflow-y:scroll;  
}
fieldset, img {
	border: 0;
	vertical-align:bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
	font-size:100%;
}

/*********************
* clear 
*********************/
.pageNav:after,
#cap:after,
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.pageNav,
#cap,
.clearfix {
	display:inline-block;
}
/* hides from IE-mac \*/
* html .pageNav,
* html #cap,
* html .clearfix {
	height:1%;
}
.pageNav,
#cap,
.clearfix {
	display:block;
}
/* End hide from IE-mac */


