﻿@charset 'utf-8';

.dContentFooterBox
{
  width: 100%;  
  text-align: center;  
  
  border: 1px dashed black;
  margin-top: 12px;
  padding-bottom: 12px;
  float: left;
}

.hrLine
{ 
  width: 1000px;
  height: 1px; 
  font-size: 1px; 
  line-height: 1px; 
  border: none;  
  background: #343434; 
  text-align: left;
}

.dLinkBox a
{
  margin-right: 10px;
}
