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

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;
}

#cotents{
	padding-left:0px;
	margin:60px auto 0;
	width:480px;
}

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


#cotents ul{
	overflow:hidden;
	width:480px;
	margin:0 auto;
}

#cotents  li{
	float:left;
}

#cotents  li:nth-child(2){
	float:right;
}

