/* 基本 */

/* 全称 */
*{margin:0;padding:0;font:normal 12px/1.25 "ＭＳ Ｐゴシック", "Osaka";	text-decoration: none;	list-style-type: none;}

/* タグ */
body {text-align: center;}
img,table,tr,th,td{border: 0px none;}
strong{ font-weight:bold;}

/* ID */
/*-----------------------*----*----*----*----*----*----*  ドキュメント */
div#document{width: 760px; height:auto; text-align: left; margin:0px auto;}

/*-----------------------*----*----*----*----*----*----* ヘッダー */
div#header{width: 760px; float:left; clear:both;}

/*-----------------------*----*----*----*----*----*----*  メイン */
div#main{width: 760px; float:left; clear:both;}

/*-----------------------*----*----*----*----*----*----*  フッター */
div#footer{width: 760px; float:left; clear:both;}
div#a_analysis{display: none;}

/* そのた(クラス) */
/*-----------------------* 文字揃え */
.center{ text-align:center;}
.right{ text-align:right;}
.left{ text-align:left;}

/*-----------------------* フロート */
.float_right{float:right;}
.float_left{float:left;}
.clear{clear:both;}

/*-----------------------* カラー */
.black{ color:#000000;}
.white{ color:#ffffff;}
.gray{ color:#666666;}
.red{ color:#FF0000;}
.green{ color:#00FF00;}
.blue{ color:#0000FF;}
.cyan{ color:#00AEEF;}
.magenta{ color:#EC008C;}
.yellow{ color:#FFD400;}
.purple{ color:#A757A8;}