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

/** base.cssの上書き **/
#contents {
	margin: 0px;
	padding: 0px;
}

/** 全体 **/
#articles {
	background-color: #444444;
	margin: 0px;
	padding: 0px;
}
#articles img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
}

/** タイトル部分 **/
#articles-about {
}
#articles-about h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
#articles-author {
	margin-top: 20px;
	font-size: 0.9em;
	margin-left: 20px;
}
.articles-download {
	margin-top: 20px;
	font-size: 0.9em;
	margin-left: 20px;
}
.articles-download a {
	color: #FFF;
}
.articles-download a:hover {
	color: #F90;
}
.articles-download a:visited {
}

/** 本文 **/
#articles-body {
	margin-top: 20px;
}
#articles-body p {
	margin-bottom: 14px;
}
#articles-body .note {
	margin-bottom: 14px;
}
#articles-body .note table {
}
#articles-body .note table tr {
}
#articles-body .note table tr th {
	font-weight: bold;
	padding-right: 20px;
}
#articles-body .note table tr td {
}

