@charset "utf-8";

/* -----------------------------------------------
CSS file canon.
FileName:base.css
----------------------------------------------- */

/* ===== modeule_import ===== */
@import "/css/header.css";
@import "/css/footer.css";
@import "module/content.css";
@import "module/module.css";


/* ===== reset ===== */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}

body{
	color:#333;
	font-family:"MS PGothic",Osaka;
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

img{
	vertical-align:bottom;
}

fieldset,img{
	border:0;
}

address, th{
	font-style:normal;
	font-weight:normal;
}

em, strong{
	font-style:normal;
	font-weight:bold;
}

ol,ul{
	list-style:none;
}

p,h1,h2,h3,h4,h5,address,li,dt,dd{
	line-height:1;
}

caption,th{
	text-align:left;
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}

hr{
	display:none;
}

br.clear{
	clear:both;
}



/* ===== link ===== */

a{
	color:#039;
	text-decoration:underline;
}

a:visited{
	color:#609;
	text-decoration:underline;
}

a:hover{
	color:#09c;
	text-decoration:underline;
}

a:active{
	color:#039;
	text-decoration:underline;
}




