@charset "utf-8";

* {
	margin: 0;
	padding: 0;
/*	line-height: 150%;*/
}

html{
    overflow-y: scroll;
}

/*.ind {
	width: 650px;
	padding-left: 40px;
}
.ind table {
	font-size: 75%;
	width: 100%;
	color: #666666;
}
.ind td {
	padding-bottom: 5px;
}

.ind td.date {
	width: 80px;
	padding-right: 15px;
}



ul {
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 75%;
	color: #666666;
}

li {
	margin-bottom: 5px;
	background-image: url(../info/img/info_list_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
	padding-left: 18px;
}
*/

.ifrm {
background: url(../img/top/info-bg.gif) no-repeat;
background-attachment:fixed;
overflow:hidden;
height:100%;
}

.text {
	height: 100px;
/*	overflow: auto;*/
	padding-left: 120px;
}

dl {
	padding: 10px 10px;
	line-height: 1.3;
}
/* font size */
dl {
	font-size: 80%;
	color: #666;
}
dt {
	float: left;
	width: 10em;
	margin-bottom: 7px;
}

dd {
	margin-bottom: 10px;
	margin-left: 8em;
}

/* link */
dd a:link, 
dd a:visited,
dd a:active {
	color: #666;
	text-decoration: underline;
}
dd a:hover {
	color: #e40000;
}