/* 基本 */

/* 全称 */
*{	margin:0;	padding:0;	font:normal 12px/1.25 "ＭＳ Ｐゴシック", "Osaka";	border:0px none;	text-decoration: none;	list-style-type: none;}

/* タグ */
body {text-align: center;}
img{border: 0px none;}
strong{ font-weight:bold;}

/* ID */
/*-----------------------*----*----*----*----*----*----*  ドキュメント */
div#document{width: 800px; height:auto; text-align: left; margin:0px auto;}

/*-----------------------*----*----*----*----*----*----* ヘッダー */
div#header{float:left; clear:both;}

/*-----------------------*----*----*----*----*----*----*  メイン */
div#main{float:left; clear:both;}

/*-----------------------*----*----*----*----*----*----*  フッター */
div#footer{float:left; clear:both;}
div#access{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;}
.pink{ color:#ff00ff;}