/* ページ全体の基本的な設定と背景色 */
	body {
		margin:0;
		padding:0;
		background:#ffffff;
		color:#666666;
		font-family: Futura, Century Gothic, Arial, sans-serif;
		font-size: medium;

	}
h2 {
	font-size: large;
	font-weight: bold;
	background-color: #CCCCFF;
	margin: 1px;
	padding: 1%;
	width: 98%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.new {
	padding: 5px;
	width: 95%;
	border: thin solid #CCCCCC;
}
h3 {
	font-size: medium;
	color: #000066;
	font-weight: bold;
}

/* リンク文字設定 */
a {
}

	a:link {
		color: #8FABBE;
		text-decoration: none;
	}
	a:visited {
		color: #8FABBE;
		text-decoration: none;
	}
	a:hover {
		color: #006699;
		text-decoration: underline;
	}

	a:active {
		color: #8FABBE;
		text-decoration: none;
	}

/* タイトル部分 */
.title {
	background-color: #000000;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.title img {
	margin: 10px;
}
.topics {
	padding: 5px;
	width: 95%;
	border: thin solid #CCCCCC;
}

#menu {
	padding: 10px;
	color: #999999;
	background-color: #000033;
	margin: 0px;
	float: left;
}
#main {
	font-family: Futura, Century Gothic, Helvetica, sans-serif;
	line-height: 130%;
	background-color: #FFFFFF;
	padding: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18%;
}
table {
	padding: 3px;
	border-collapse: collapse;
	width: 95%;
	}
#footer {
	font-family: Futura, Century Gothic, Helvetica, sans-serif;
	font-style: italic;
	text-align: right;
	clear: both;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}
.serif {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
.thanks {
	line-height: 140%;
	background-color: #FFFFCC;
	text-align: center;
	padding: 0px;
	border: thin solid #666666;
	width: 70%;
	margin-top: 15px;
	margin-right: 15%;
	margin-bottom: 15px;
	margin-left: 15%;
}
.topics h3 {
	padding: 3px;
	width: 100%;
	background-color: #CCCCCC;
	display: block;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.about {
	padding: 5px;
	width: 95%;
	border: thin solid #CCCCCC;
}
.strong {
	font-weight: bold;
	color: #FF0000;
}
