@charset "utf-8";

/* ==================================================
 reset CSS
================================================== */ 
html{
	color:#202020;
	background-color:#FFFFFF;
}

body,
h1,h2,h3,h4,h5,h6,
div,pre,blockquote,address,
ul,ol,li,dl,dt,dd,
table,caption,th,td,
textarea,form,fieldset,label,legend,
img,object,embed,input{margin:0;padding:0;}

/* フォント
----------------------------------------------------- */
h1,h2,h3,h4,h5,h6{font-size:1em; font-weight:normal; line-height:1;}
input,textarea,select{font-size:1em;}

/* リンク
----------------------------------------------------- */
a:link{ color:#0B579D; }
a:visited{color:#660099;}
a:hover{color:#FF3366;}
a:active{color:#FF3366;}

/* リスト
----------------------------------------------------- */
/*ul,dl,ol {text-indent:0;}*/
/*li{list-style:none;}*/

/* テーブル
----------------------------------------------------- */
table{/*table-layout:fixed;*/ border-collapse:collapse; border-spacing:0; empty-cells:show;}
caption,th,td{vertical-align:top;text-align:left;}
caption{font-weight:normal;}
th{font-weight:nomal;}

/* イメージ
----------------------------------------------------- */
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{font-size:0.1em; font-weight:normal; line-height:1;}
a img{border:0;}
img{ vertical-align:bottom;}


/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px;
}
.clr{ clear:both;}
 
/* clearfix 
----------------------------------------------------- */ 
.clrfix:after {   
content:".";   
display:block;
height:0;  
clear:both;
visibility:hidden; 
 
}   
 
    /* for IE6 */  
    * html .clrfix {   
    display:inline-block;   
    }   
  
    /* for IE7 */  
    *+html .clrfix {   
    display:inline-block;   
    }

