@charset "UTF-8";
/* CSS Document */
@import url(../css/layout.css);
@import url(../css/nav.css);
@import url(../css/style.css);

body {
	background:url(../imgs_c/bg_body.png) repeat-x #DDDDDD;
	color:#000000;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	line-height:1em;
	font-size:1em;
	font-weight:normal;
}
p,ul,li,dl,dt,dd {
	margin:0;
	padding:0;
	line-height:170%;
}
ul,ol {list-style:none;}
img {border:none;}
table,th,td {
	font-weight:normal;
	border:none;
}
a:link {
	color:#003833;
	text-decoration:none;
}
a:hover {
	color:#003833;
	text-decoration:underline;
}
a:active {
	color:#003833;
	text-decoration:underline;
}
a:visited {
	color:#436865;
	text-decoration:none;
}
a:visited:hover {
	color:#003833;
	text-decoration:underline;
}

.clr {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}