@charset "utf-8";

html{
    height:100%;
}
body{
    height:100%;
}
* html div#wrapper{
    height:100%;
}
div#wrapper{
    position:relative;
    min-height: 100%;
}
body > #container {
        height: auto;
}
div#mainContent{
	padding-bottom:3.8em;
}
#footer{
	position:absolute;
	bottom:0px;
	height:3em;
	width:100%;
}




#news #mainContent dl {
	padding-left: 5px;
}
#news #mainContent {
	height: 100%;
}


#news #mainContent dl dt {
	width: 8em;
	float: left;
}

#news #mainContent dl dd {
	margin-left: 8em;
	margin-bottom: 25px;
}
#news #mainContent em {
	color: #A4A4FF;
}
#news div.line01 {
	padding-bottom: 5px;
	padding-top: 0px;
	width: 610px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: 40px;
	margin-bottom: 30px;
}
#news .line01 p {
	line-height: 1.6em;
	margin: 0px;
}
#news div.about {
	width: 500px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#news div.about p {
	margin: 0px;
	padding: 0px;
}
#news .contact a.mail {
	background-image: url(../news/images/003_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news .contact a.mail:hover {
	background-image: url(../news/images/003a_02.gif);
}
#news .contact a.site {
	background-image: url(../news/images/003_73.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news .contact a.site:hover {
	background-image: url(../news/images/003a_73.gif);
}

