body {
	background-color: #333;
}
/*####### ここからメインの5つのボックスを指定したものです。#####*/

#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	height: 100px;
}
#mainbox {
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #FFFFFF;
	padding-right: 120px;
	padding-left: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	font-size: 12px;
	border: 1px solid #000000;
	height: 80px;
	text-align: center;
	padding-top: 30px;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 5px;
}
h2 {
	font-size: 18px;
        background-color: #000000;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #666666;
}
h4 {
	color: #FF9900;
}

/*####### ここまで<h1>から<h4>までを指定したものです。#####*/

#header a { color: #009900; text-decoration: none; }
#header a:link { color: #009900; text-decoration: none; }
#header a:visited { color: #009900; text-decoration: none; }
#header a:active { color: #009900; text-decoration: none; }
#header a:hover { color: #009900; text-decoration: none; }
/*####### ここからその他を指定したものです。#####*/
hr {
	border: 1px dotted #009900;
}
p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-align: left;
}
.p15{
        font-size: 16px;
        color: #FF0000;
	line-height: 20px;
	font-weight: bold;
}
/*####### ここまでその他を指定したものです。#####*/
