@charset "UTF-8";
#header {
	background-color: #000000;
	margin: 0px;
	width: auto;
	padding-left: 200px;
	padding-top: 5px;
	height: 142px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-size: 12px;
	font-weight: lighter;
	background-color: #CCCCCC;
}
#container {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#contents_01 {
	background-color: #999999;
	padding-left: 25%;
	padding-top: 32px;
	height: 320px;
	width: auto;
}
#contents_02 {
	font-size: 12px;
	letter-spacing: 0.1em;
	background-color: #999999;
	padding-left: 33%;
	height: 190px;
	width: auto;
}
a:link {
	color: #024746;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A2A69;
}
a:hover {
	text-decoration: none;
	color: #FF0099;
}
a:active {
	text-decoration: none;
	color: #602019;
}
#footer {
	background-color: #888888;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #CBCBCB;
	padding-top: 18px;
	clear: both;
	width: auto;
	height: 35px;
}
