@charset "utf-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Blute
 style info :リセット及びbody初期設定
=================================================================== */
/* base */
img {border: 0; vertical-align:bottom;}

a {color:#000; text-decoration: underline; outline : 0;}
a:hover {color:#000; text-decoration: none;}

/* etc */
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

.clear{clear:both;}

.rela{position:relative;}

.index_bg {background:url(../img/common/common_bg.gif) repeat-x;}

.limg {float:left;}
.rimg {float:right;}
