@charset "utf-8";
/* CSS Document */
body {
   margin: 0;
   padding: 0;
   color:#333;
   background: #ffffff;
   font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
   line-height: 1.8;
   text-align:center;
   font-size:12px;
}



/*Universal Reset*/
h1,h2,h3,h4,h5,h6 { line-height:1.8; margin:0; padding:0; }
p,ul,li,dt,dl,dd { line-height:1.8; margin:0; padding:0; }
p { margin:0 0 1em 0; }
ul li { list-style-type:none; }
a img { border:0; }

a:link {color: #0671B0; text-decoration:none;}
a:visited { color: #0671B0; text-decoration:none;}/* … 訪問済みのリンク*/
a:hover { color: #0066FF; text-decoration:none;} /*… ポイント時のリンク*/
a:active { color: #0066FF; text-decoration:none;} /*… 選択中のリンク*/
blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color:#CCC;
}
pre{
   width:100%;
   padding:1em 0;
   overflow:auto;
   border-top:1px dotted #333;
   border-bottom:1px dotted #333;
}
table{
   margin:0;
   width:100%;
}
table th, table td{padding:0;
font-size:12px;}


/*共通利用用*/
.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.aligncenter {
   float: center;
}
.clear {
   clear: both;
}


.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
   line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height:1%;
	}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
