<STYLE type="text/css">
<!--
body { background-color : #FFF ;			/* 背景色 */

background-image : url(img/top_back.jpg) ;
background-repeat : no-repeat ; 		/* 背景画像(固定指定) */
background-attachment : fixed ; background-position : right bottom ; 		/* 背景画像(位置。) */

text-align : center;				 /* バグを利用してブロックレベル要素をセンタリング */
scrollbar-base-color : #FFF ; scrollbar-highlight-color : #FFF ; 
scrollbar-darkshadow-color : #FFF ; 
scrollbar-face-color : #FFF ; 
scrollbar-shadow-color : #d8d0c8 ; 
scrollbar-arrow-color : #d8d0c8 ; }		/* スクロールバーの色の設定 */

body,td { color : #999 ; font-family : 'ms gothic' ; 
font-size : 9.5pt ; line-height : 1.4em ; }	/* ページ全体の文字色，字体とか */

a { text-decoration : none ; } 					/* アンカーの設定 */
a:link    { color: #786058; }
a:active  { color: #786058; }
a:visited { color: #786058; }
a:hover   { color: #a89890; border-bottom: 1pt dashed #a89890; }

/* レイアウト---------------------------------------------------------------------- */

div#base {
  width : 650px;       /* コンテンツ幅を設定 */
  margin-left : auto;  /* 左側のマージンを自動算出 */
  margin-right : auto; /* 右側のマージンを自動算出 */
  text-align : left;   /* body要素で指定したセンタリングを戻す */
}

div#left { float : left;        /* プライマリーカラム（記事等）を左側に回り込ませる */
  width : 320px;                /* 幅を設定 */
}
div#right { float : right;       /* セカンダリーカラム（メニュー等）を右側に回り込ませる */
  width : 320px;                 /* 幅を設定 */
}
div#footer {  clear : both        /* 全ての回り込みの解除 */
}

/* ---レイアウトここまで--- */

/* 設定----------------------------------------------------------------------- */


.title { color: #402840;  /* タイトル用 */
    background-color: #d8d0c8;	font-size: 11pt; }

#base p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 0px;
	margin-left: 0px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.com { color : #666 ; font-family : 'ms gothic'; line-height : 1.4em ; }
.cc { color : #666 ; font-family : 'ms gothic'; line-height : 1.6em ; }
.tu { border-top: 1pt solid #500000;  /* 上下線 */
      border-bottom: 1pt solid #500000;
      color: #500000;}

.u { color:#500000;
 border-bottom: 1pt solid #500000;
 font-family : 'Comic sans MS' ;} /* ミニ見出し（下線付き） */

.ac { color:#500000; } /* ミニ見出し */
.info { color : #999; font-size: 8pt; }
.ud { color:#666; border-bottom: 1pt dashed #666; } /* 点々下線 */
.date{ color: #cc9900; font-size: 9pt; }
.up { color: #ff9999; font-size: 9pt; }
.po { color: #ff9999; }
.bg { background-color: #d8d0c8; color:#402840; }

/* ---設定ここまで--- */
-->
</STYLE>
