@charset 'utf-8';

@import url(layout.css);
@import url(menu.css);
@import url(font.css);
@import url(parts.css);

/* base
-----------------------------------------------*/
body {
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}
#header a:link:after,
#header a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
/* display none
-----------------------------------------------*/
#nav, .marker, .link, .print, img.help{
	display:none;
}
/* layout
-----------------------------------------------*/
#container, #main{
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}
