@charset "UTF-8";

/* ---------------------------------------------------- 基本設定 */

body  {		
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    margin:0px;          /* ページ全体のmargin */
    padding:0px;         /* ページ全体のpadding */
    text-align:center;   /* 下記のautoに未対応用のセンタリング */
}

#main
    {		
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:804px;         /* 幅を決定する */
    
}

/* ---------------------------------------------------- 文字色設定 */
.red {
	color: #ff0000;
}
.blue {
	color: #0000e5;
}
.green {
	color: #00aa00;
}

/* ---------------------------------------------------- その他設定 */
.dream {
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
}


