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

body {
	margin: 0px;
	background-color: #1E1E1E;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif, "メイリオ";
}
#block01 {
	height: 120px;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


#block02 {
	background-color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#block02-0 {
	height: 30px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#block02-0 h2 {
	padding: 0px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	background-color: #000;
	border: 1px solid #CCC;
	color: #CCC;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}


#block02-1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	height: 480px;
}
/* CSS Document */


#block02-1 .box {
	padding: 0px;
	height: 480px;
	width: 480px;
	margin: 0px;
	float: left;
}
#block02-1 .box dl {
	padding: 0px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#block02-1 .box dl dt {
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #09C;
	border-left-color: #9C0;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	color: #FFF;
}
#block02-1 .box dl dd {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #999;
}
#block02-1 .box dl dd a:link {
	color: #CCC;
	text-decoration: none;
}
#block02-1 .box dl dd a:visited {
	color: #CCC;
	text-decoration: none;
}
#block02-1 .box dl dd a:hover {
	color: #0FF;
	text-decoration: underline;
}
