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

#cotents{
	padding-left:0px;
	margin-top:60px;
	width:720px;
}

html,body{
	    height: 100%;
	}
	
div#contentsWrap{

	position: relative;
	min-height: 100%;
	height: auto !important;
}

#bottomBox{
	position: absolute;

	    bottom: 0;

	    width: 100%;
	    height: 170px
}

#cotents{
	padding-bottom:170px;
	min-height:auto;

}


#company #txtLink_01 ul li:nth-child(2) a {
	color: #990000;
}


dl{
	overflow:hidden;
}

dt {
    background-color: #666;
    color: #fff;
    float: left;
    font-weight: bold;
    height: 24px;
    margin: 0 0 1px;
    padding: 10px;
    text-align: left;
    width: 150px;
}

dd {
    background-color: #777;
    color: #fff;
    float: right;
    height: 24px;
    margin: 0 0 1px 1px;
    padding: 10px;
    text-align: left;
    width: 529px;
}

dd a{
	color:#fff;
}


