@charset "Shift_JIS";

/* reset default style */

html,body,div,
h1,h2,h3,h4,h5,h6,
p,dl,dt,dd,ul,ol,li,
form,select,option,input,
table,tr,th,td,caption,object {
	margin: 0;
	padding: 0;
	color: #232323;
}

body {
	font: 13px/1.231 "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	* font-size: small; /* for IE 7 - 6 */
	* font: x-small; /* for IE 5.5, 5, 6  */
	
	}

table {
	font-size: inherit;
	font: 100%;
	}

img {
	border: none;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	}

hr {
	border:medium none;
	height: 1px;
	}


/* common parts */

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

a:hover {
	color: #006600;
	text-decoration: none;
	}

