@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: #000;
	font-size: 12px;
	text-align: center;
}

/* 文字の大きさなど
-------------------------------------------------- */
h1{
	font-size: 24px;
}
h1 a{
	font-weight: bold;
}
h2 {
	background: #000;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px
}
h4 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border-left:5px solid #000000;
	border-bottom:1px solid #000000;
	padding: 0 2px;
}
p {
	margin-top: 15px;
}
.S{
	font-size: 10px;
}
.waku{
	border: 1px solid #000;
}

/* リンク
-------------------------------------------------- */
a {
	text-decoration: underline;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #0000CC;
}
a:active {
	color: #0000FF;
}
a img {
	border: none;
}


/* 入れ物（全体）
-------------------------------------------------- */
div#container {
	width : 748px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background: #FFF;
}

/* ヘッダー
-------------------------------------------------- */
div#header{
	background: #fff;
	border-bottom: 3px dotted #333;
	padding: 10px;
}
#header a:link{
	color: #000;
	text-decoration: none;
}
#header a:hover{
	background: #FF0099;
	color: #fff;
	text-decoration: none;
}
#header a:visited{
	color: #000;
	text-decoration: none;
}
#header a:active {
	color: #0000FF;
	text-decoration: none;
}
.menu{
	text-align: right;
	font-family: 'Verdana','Arial','Helvetica','Chicago';
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px 0 0;
}

/* メインコンテンツ
-------------------------------------------------- */
div#main {
	width : 728px;
	background :#FFF;
	padding: 10px;
}

.head-title {
	border-bottom: 3px dotted black;
	margin-bottom: 10px;
	font-family: arial
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.text {
	padding-left: 10px;
	font-size: 12px;
}
.date{
	font-family: 'Verdana','Arial','Helvetica','Chicago';
	font-size: 30px;
	font-weight: bold;
}

/* フッター
-------------------------------------------------- */
div#footer {
	clear : both;
	background-color: #FFF;
	border-top: 3px dotted #333;
	margin-top: 10px;
}
.powered {
	text-align : center;
	font-size: 10px;
	margin-top: 5px;
}