body {text-align: center;
	FONT-FAMILY:ＭＳ ゴシック;
	background-image: url(../images/page_g.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position:bottom;
	}/* ページ全体の設定 */

img { border-width:0; }

a:link       { text-decoration: NONE; color: blue }/* 未訪問リンク */

a:visited    { text-decoration: NONE; color: #000080 }/* 訪問済みリンク */

a:active     { text-decoration: NONE; color: blue }/* クリックしたとき */

a:hover      { text-decoration: NONE; color: blue }/* マウスが乗ったとき */

#header { text-align:right; color:#009999; font-family: ＭＳゴシック; font-size: large;}/* ヘッダー */
header img { float:left; }

#wrap { width:920px; margin: 10px auto; }/* ページの設定 */

#main { color: #ffffff; width:680px; float:left; text-align: center; }/* 本文の設定 */

#main2 { color: black; width:680px; float:left; text-align: center; line-height: 120%;}/* 本文の設定 */

#footer { text-align: center; 
          color: floralwhite; 
          margin: 10px; 
          line-height: 120%; 
          font-size: 16px;}/* フッター */

.clear { clear:both; } /* 回り込みを解除 */
.clear hr { display:none; }/* 表示しない */

#side { width:220px; float:right; text-align: center;}/* サイドバー */

#side img { margin-bottom: 10px; }

h1 { color: floralwhite;
     align: left;
     font-size: 150%; 
     padding-left: 5px;
     margin: 10px 0px 10px 40px;}/* 見出しの設定 */

