@charset'UTF-8';

* {
	font-family:"ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: small;
}

body {
	background-position: center;
}

#containts {
	background-repeat: no-repeat;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 180px;
	background-image: url(img/yellow.gif);
	margin-top: 50px;
	background-color: #CCCCCC;
}
h1 {
	line-height: 1.3;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #999999;
	height: 50px;
	text-align: center;
	padding-top: 10px;
}
#containts dl {
	margin-top: 30px;
	text-align: left;
	line-height: 1.6;
}
#containts dt {
	float: left;
	padding-top: 5px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	width: 4em;
}
#containts dd {
	margin-left: 7em;
	padding-top: 5px;
	padding-bottom: 15px;
}
#containts a {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #000000;
}
#containts a:hover {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
