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

body{
	background-image:url(../images/common/bg.gif);
	background-repeat:repeat-x;
	background-color:#1E2D55;
	font-size:medium;
	color:#293123;
	padding:0;
	margin:0;
	font-family:'HG正楷書体-PRO','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
    line-height:1.3em;
	img border:none;
}

img{
	border:none;
}

.clearfix { display: inline-table; }

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

a:link {
    color:#1E2D55;
}
a:visited {
    color:#1E2D55;
}
a:active {
    color:#8E181D;
}
a:hover {
	color:#8E181D;
}