﻿@charset "utf-8";

/*-------------------------------------*/


/*-------------------------------------*/
/* 見出し装飾 */
/*-------------------------------------*/


.chapter7{
	padding: 6px 8px;
	background: #666;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.chapter8{
	padding: 1px 5px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
       width:790px;/*chapterの長さ*/
       
}


.chapter9{
	padding: 6px 8px;
	background: #c00;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

/* オリジナル *//* リンク集 */

.kage {/* headの下の<body>を<body style>にして背景画像を全体に挿入 */

    background-image: url(index/img/kage6.jpg);

    background-position: center top:

    background-repeart: repeart-y;

}

body { background-image: url(index/img/sirokawalogo.jpg);}/* htmlで指定して背景画像を対象に設定 */

.top{
     z-index: 999;}

*:first-child+html .top{
	margin: 0 auto;
       margin: 0px 0px 0px 0px;
}
	

.site{
     z-index : 998;}
.sitepage{
    z-index : 997;}
       
}
.mozi{
      z-index : 993}
/* 文字のみ表示のrssもdivで囲ってz-inde
xで順序付けしないとlinktopmoziが機能しな
い。(表示範囲の被りで) */

       



.style{
	margin: 0 auto;
	text-align: left;
	width: 800px;
	min-height:400px;
	height: auto !important;
	height: 400px;
	position: relative;
       z-index : 996;
}

.center{/* style以下の要素を中央表示 */
       margin: 0 auto;
	text-align: left;
	width: 800px;
	min-height:400px;
	height: auto !important;
	height: 400px;
	position: relative;
       z-index : 996;
}

*:first-child+html .center{
        margin: 0 auto;
	text-align: left;
	width: 800px;
	min-height:400px;
	height: auto !important;
	height: 400px;
	position: relative;
        top : 20px;/* IE7用の位置調整 */
        z-index : 996;
}


.posi{/* サイト内検索 */
      margin: -78px 0px 0px 570px;/* float-rightを用いるとIEと他ブラウザで位置が異なるのでmarginを用いる */
      z-index : 995;
}

*:first-child+html .posi{/* サイト内検索IE7用 */
      margin: -100px 0px 0px 570px;
      z-index : 995;
}

.posi2{/* ページリンク */
       margin: -78px 0px 0px 400px;
       z-index : 994;/* 頭の.が抜けていたので、classが機能しなかった */
}


*:first-child+html .posi2{/* ページリンクIE7用 */
       margin: -120px 0px 0px 400px;/* IE7では-の値が多いほど、画面の上に位置が移行 */
       z-index : 994;
}


.linkboxmozi{
      position : relative;/* デフォルト位置からの移動 */
      top : -1050px;
      left : 820px;
      background-color : #ced;
      width : 218px;
      height : 1035px;
      padding : 5px;
      border:1px solid #000000;
　　　z-index : 991;
}
       
}

.sukima{
       margin: 0px 10px 0px px;
       /* 上下、左右の隙間*/
}

a.button {
    background-color:#ddeeff;;/* a. を付けることにより、classをリンクに対応 */
    border:2px solid #ccc;
    padding:8px;
    cursor:pointer;
}
a.button:hover {
    color:white;
    background-color:#999;
}
