/*@charset "Shift_Jis";*/

/***** ページの設定 ******/
body{                                                                /* 全体の設定 */
color:#222222;                                                       /* 文字色*/
font-family:Verdana,Chicago,osaka,"ＭＳ Ｐゴシック",sans-serif;   /* 文字の種類 */
line-height:100%;                                                 /* 行間 */
font-size:80%;                                                    /* 文字サイズ */
text-align:center;                                                /* 文字を中央に */
}

p {
   margin:3px 0px 10px;
}   /* p要素の設定 */

td,tr{
	font-size: 16px; 
}


/***** リンクの設定 ******/
a:link   {color:#0000FF;}                  /* リンク色 */
a:visited{color:#770055;}                  /* 既読リンク色 */
a:hover  {color:#222222;                   /* カーソルがリンクの上に来た時の色 */
          text-decoration:underline;}   /* カーソルがリンクの上に来たとき下線を出す */
a{text-decoration: none;}               /* リンクの下線を消す */



/***** h要素の設定 ******/
h1{                                       /* h1要素・写真部分 */
   height:15px;                          /* 高さ */
   width:750px;
   margin:0px 0px 0px;                   /* マージン */
   padding:0px 0px;                        /* パディング */
   color:#ffffff;                            /* 文字色 */
   background-image: url(img/gif/footer.gif);   /* 背景画像 */
   text-align:right;                      /* 右寄せ */
   line-height:50%;                      /* 行間 */
   }

h2{                                /* h2要素 */
   margin:10px 0px 6px;              /* マージン */
   padding:0px 0px 6px;                /* パディング */
   font-size:100%;                 /* 文字サイズ */
   border-bottom:solid 1px #cc0;   /* 下罫線 */
   }
   
h3{                                /* h3要素 */
   margin:5px 0px 5px;              /* マージン */
   padding:10px;                /* パディング */
   font-size:12pt;                 /* 文字サイズ */
   border-top:solid 1px #000000;   /* 下罫線 */
   border-bottom:solid 1px #000000;   /* 下罫線 */
   }
   
h4{                                /* h2要素 */
   margin:10px 0px 6px;              /* マージン */
   padding:0px 0px 6px;                /* パディング */
   font-size:100%;                 /* 文字サイズ */
   border-bottom:solid 1px #666666;   /* 下罫線 */
   }



/***** 全体の設定 *****/
#content{             /* 記事部分 */
   width:640px;       /* 横幅 */
   margin:0px 10px;   /* マージン */
   text-align:left;   /* 文字を左寄せ */
   }



/***** メニューの設定 *****/
#submenu-top   { 
	color: #f8f8ff;
	font-weight:bold;   /* 文字を太くする */
	font-size: 14px; 
	background-color: #222222;
	text-align: left;
	margin-top: 10px; 
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px; 
	}

#submenu{               /* メニュー01 */
	background-color: #CCCCCC; 
	margin:0;           /* マージン */
	padding:4;          /* パディング */
	font-size: 12px; 
   }
  

#sub-memo  { 
	font-size: 12px;
	background-color: #f5f5f5; 
	text-align: center; 
	margin-top: 0px; 
	padding-top: 2px; 
	padding-right: 0px; 
	padding-bottom: 2px; 
	border-right: medium none #000080; 
	border-bottom: medium none #000080; 
	border-left: medium none #000080 
}
