@charset "utf-8";
/* CSS Document */
* {
	margin			: 0;
	padding			: 0;
}


body {
    font:13px arial,helvetica,clean,sans-serif,"ＭＳ Ｐゴシック";
    *font-size:small;
    *font:x-small;
	color			:#666;
	background:#fff;
	line-height:1.5em;
	background:url(../img/bg_pages.png) repeat-x top left;
}
table {
    font-size:inherit;
    font:100%;
}
.text10 { font-size:84%; }
.text11 { font-size:92%; }
.text12 { font-size:100%; }
.text13 { font-size:109%; }
.text14 { font-size:117%; }
.text15 { font-size:125%; }
.text16 { font-size:134%; }
.text17 { font-size:142%; }
.text18 { font-size:150%; }
.text19 { font-size:159%; }
.text20 { font-size:167%; }
.text21 { font-size:175%; }
.text22 { font-size:184%; }
.text23 { font-size:192%; }
.text24 { font-size:200%; }
.text25 { font-size:209%; }
.text26 { font-size:217%; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	margin: 0; 
	padding: 0; 

    font-weight: normal;
}

ul,li{
	list-style:none;
	list-style-image:none;
}


fieldset, img {
	border: 0;
	margin:0;padding:0;
}
     
table {
    border-collapse: collapse; 
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

address, caption, em, strong, th{
    font-style: normal; 
    font-weight: normal;
}

object{
	outline:none;	
}

a{
	text-decoration:none;
	color:#eb0000;
}

a:hover{
	text-decoration:underline;
}

.floatR{
	float:right;
}

.floatL{
	float:left;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
