/*スタイルシートの初期化
------------------------------------------------------------ */ 
body,h1,h2,h3,h4,h5,ul,li,dl,dt,dd,p,img{
	margin:0px;
	padding:0px;
	border:none;
}

/* テキスト汎用設定
------------------------------------------------------------ */
body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}
.text9 { font-size:69%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


/* リンク設定
------------------------------------------------------------ */
a{
	text-decoration:underline;
}
a:link{color:#3366ff;}
a:visited{color:#3366ff;}
a:hover{color:#ff9933;}
a:active{color:#ff9933;}


/* 強調表現
------------------------------------------------------------ */
strong{
	font-weight:bold;
}
.blue{
	color:#0033cc;
}
.caption{
	font-weight:normal;
	text-decoration:none;
}

/* floatバグ回避ハック
------------------------------------------------------------ */
span.clear {
	margin: 0;
	display: block;
	clear: both;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */}