@charset "utf-8";


/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul li, dl, dt, dd,table, th, td, form, fieldset {
	color: #000000;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Base Styles */

body, html {   
    height: 100%;
}
body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:62.5%;
	line-height: 1.6;
}
img {
	border: none;
	vertical-align: bottom;
}
h1, h2, h3, h4 {
	font-size: 1em;

}
table {
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
ol {
	text-align: left;
	margin: 0;
	padding: 0;
}
th, td {
	text-align: left;
}


/*	Basic Text Link	*/

a:link {
	color: #0251bf;
}
a:visited {
	color: #0251bf;
}
a:hover {
	color: #0251bf;
}
 a:focus {
	color: #0251bf;

}
 a:active {
	color: #0251bf;
}

/*	Sidenav Text Link	*/


#baseNav a:link {
	color: #000;
	text-decoration: none;
}
#baseNav a:visited {
	color: #000;
	text-decoration: none;
}
#baseNav a:hover {
	color: #444;
	text-decoration: underline;
}
#baseNav a:focus {
	color: #444;
	text-decoration: underline;

}
#baseNav a:active {
	color: #444;
	text-decoration: underline;
}



