@charset "UTF-8";
/* CSS Document */

@import url(../css/navi.css);
@import url(../css/layout.css);
@import url(../css/style.css);

body {
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	color: #656565;
	font-size : x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size : small;
}

html>body {
font-size : small;
}

a {
	color: #018404;
	text-decoration: none;
}
a:hover {
	color:#018404;
	text-decoration:underline;
}
a:visited {
	color:#018404;
	text-decoration:underline;
}
a:visited:hover {
	color:#018404;
	text-decoration:underline;
}
a img {border:none;}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	line-height:100%;
	font-weight:normal;
	font-size:100%;
}

p {
	margin:0px;
	padding:0px;
}

table,td {
	text-align:left;
	vertical-align:top;
}

ul {
	margin:0px;
	padding:0px;
}
li {
	list-style:none;
}