@CHARSET "UTF-8";

body,table,div,h1,h2 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #666666;
	font-family: 'ＭＳ Ｐゴシック', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a {
	color: #666666;
	text-decoration: none;
}

.title {
	background-image: url("../images/col.gif");
	background-repeat: no-repeat;
	line-height: 1.4;
	color: #666666;
	text-align: left;
}

.detail {
	padding: 10px;
	margin: 20px 0 0 80px;
	width: 0px;
	height: 0px;
	display: none;
}

.info dl {
	vertical-align: top;
	width: 100px;
	height: 50px;
	display: block;
}

.info dt {
	width: 100px;
	float: left;
	text-align: left;
	height: 30px;
}

.info dd {
	text-align: left;
	height: 30px;
}

.close {
	cursor: pointer;
}

.menu {
	cursor: pointer;
	margin: 0 3px 0 3px;
}