﻿@import url("header.css");
@import url("contents.css");
@import url("footer.css");
@import url("index.css");
@import url("highslide.css");

html {
	height: 100%;
	background-attachment: fixed;
	background-image: url("/images/bg.gif");
}
body {
	height: 100%;
	color: black;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	max-width: 1000px;
}

a img {
	border: none;
}
a:link {
	color: blue;
}
a:visited {
	color: #262;
}
a:hover, a:active, a:focus {
	color: red;
}

a.rss {
	background: url("/images/feedicon.png") no-repeat left center;
	padding-left: 20px;
}

/* ここから追加 by M */
span.hidden {
	display: none;
}

span.separator {
	font-weight: lighter;
}

