/* === アンカーリンクのスタイル === */



/* === ヘッダー部分のスタイル === */

.head	{
        background-color:#ffffff;
	    width:800px;
	    height:70px;
	    }

.header	{
        background-color:#ffffff;
	    width:800px;
	    text-align:left;
	    font-size:10px;
	    color:808080;
	    }

.sitetitle {
　　　　　 background-color:#F0F0E8;
           width:800px;
	       text-align:left;
	       font-size:30px;
	       color:black;
	       padding-top   :7px;      /* === 外枠と文字の間隔 上=== */
	       padding-right :0px;      /* === 外枠と文字の間隔 右=== */
	 	   padding-bottom:0px;      /* === 外枠と文字の間隔 下=== */
	 	   padding-left  :7px;      /* === 外枠と文字の間隔 左=== */
	       }

/* === 以下、menuに該当する全てが適用される === */

.menu {
      background-color:#BEE4FF;
	  width:800px;
	  padding-top   :3px;      /* === 外枠と文字の間隔 上=== */
	  padding-right :0px;      /* === 外枠と文字の間隔 右=== */
	  padding-bottom:0px;      /* === 外枠と文字の間隔 下=== */
	  padding-left  :10px;     /* === 外枠と文字の間隔 左=== */
	  font-size:12px;
	  color:black;
	  }

.menu a	{
　　　　color:black;
	    text-decoration:none;
	    }
	    
.menu a:hover	{
　　　　　　　　color:red;
　　　　　　　　}


/* === コンテンツ部分 見出し=== */

.contents_midashi {
	             color		   :#808080;
				 font-size	   :18px;
				 margin-top    :0px;　　　/* === マージン 上=== */
				 margin-right  :0px;　　　/* === マージン 右=== */
				 margin-bottom :15px;　　 /* === マージン 下=== */
				 margin-left   :30px;     /* === マージン 左=== */
				 padding-top   :7px;      /* === 外枠と文字の間隔 上=== */
	 		     padding-right :0px;      /* === 外枠と文字の間隔 右=== */
	 		     padding-bottom:0px;      /* === 外枠と文字の間隔 下=== */
	 		     padding-left  :60px;     /* === 外枠と文字の間隔 左=== */
				 text-align	   :left;
				 height        :30px;
				 clear		   :left;
				 background    :url("contents_midashi.gif") no-repeat;
				 background-position :center
				 }

/* === コンテンツ部分 === */

.contents	{
            font-size         :15px;    /* == 文字の大きさ == */
            line-height       :22px;    /* == 行間 == */
	 		padding-top       :10px;    /* === 外枠と文字の間隔 上=== */
	 		padding-right     :20px;    /* === 外枠と文字の間隔 右=== */
	 		padding-bottom    :20px;    /* === 外枠と文字の間隔 下=== */
	 		padding-left      :45px;    /* === 外枠と文字の間隔 左=== */
	 		vertical-align    :top;}


/* === フッダー表示 === */


/* === 著作表示 === */

.copy	{
	    width         :800px;
	    margin-top    :0px;　　　/* === マージン 上=== */
		margin-right  :10px;　　 /* === マージン 右=== */
		margin-bottom :0px;　　  /* === マージン 下=== */
		margin-left   :10px;     /* === マージン 左=== */
	    border-top    :solid 2px #BEE4FF; /* === 線を引く === */
        padding-top   :6px;
　　　　font-size     :14px;
	    }


/* === 文字の大きさ=== */

.ad {
    text-align: center;
    margin-top    :20px;　　 /* === マージン 上=== */
	margin-right  :25px;　　 /* === マージン 右=== */
	margin-bottom :0px;　　  /* === マージン 下=== */
	margin-left   :25px;     /* === マージン 左=== */
    padding-top   :20px;      /* === 外枠と文字の間隔 上=== */
	padding-right :0px;      /* === 外枠と文字の間隔 右=== */
    padding-bottom:7px;      /* === 外枠と文字の間隔 下=== */
	padding-left  :0px;      /* === 外枠と文字の間隔 左=== */
    }


/* ============= 以下、メモ ============= */
/* === 文字の大きさ=== */

.css_font1315 { font-size: 13px; line-height: 15px;}
.css_font1416 { font-size: 14px; line-height: 16px;}
.css_font1517 { font-size: 15px; line-height: 17px;}

/* === 書体 === */

.css_family {
            font-family: "ＭＳ ゴシック",sans-serif;
            }