/*ページ構成*/


div#menue-right {
	width: 250px;
	margin:0px;
	text-align: left;
	position: absolute;
　　top:0px;left:749px;
	background-color:#ffffff;
	}


div#contents-all {
	width: 1000px;
	margin:0px;
	text-align: left;
	position: relative;
　　top:0px;left:0px;
	background-color:#ffffff;
	}
	
div#contents {
	width: 750px;
	margin:0px;
	text-align: left;
	position: relative;
　　top:0px;left:0px;
	background-color:#ffffff;
	}

	

	
div#main {
	width: 750px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 126px;
	left: 0px;
	background-image:url("../../sin/img/background.gif");
	background-repeat:repeat-y;
	
	}


/*神のパンくず*/
div#pankuzu-bun{
	position:absolute;
	top:210px;
	right:265px;
	font-size: 11px;
	z-index:5;	
	}

/*リンクの設定*/
A:link{color:black;}
A:visited{color:black;}
A:hover{color:darkgreen;}
A{text-decoration:none;}

/*フッタ−*/
#hutter-menue {
	clear: both;
	width: 750px;
	height: 20px;
	font-size: 10px;
	margin-left:170px;
	}
	
#bottom {
	clear: both;
	width: 1000px;
	height: 20px;
	background-color:#D9E6CC;
	text-align: center;
	padding-top: 10px;
	}
	
address {
	font-famity: "MS Pゴシック",Osaka,Sans-Serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	letter-spacing: -1px;
	padding-bottom: 5px;
	color: #000000;
	height:20px;
	}
	
/*ヘッダーメニュー*/
div.sub-menue {
	font-size: 12px;
}	
	
/*本文*/	
#write{
	padding-left:20px;
	padding-top:20px;
	width:690px;
	z-index:5;
	float:none;
	}

#write-contents{
	padding-left:20px;
	padding-top:10px;
	width:685px;
	z-index:5;
	}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}

/*文書設定*/
h1 {
	padding-left: 30px;
	color: #333333;
	font-size: 10pt;
	font-family: Verdana;
    font-weight: normal;
	line-height: 0%;
	letter-spacing: 0.4em;
	text-align: right;/*右寄せ*/
	}
	
/*メニューバー*/
#left-bar {
	position: absolute;
	left: 0px;
	top: 89px;
	width: 133px;
	height: 38px;
	}
 
#kannagara {
	position: absolute;
	left: 133px;
	top: 89px;
	width: 91px;
	height: 38px;
	}

#space-1 {
	position: absolute;
	left: 224px;
	top: 89px;
	width: 24px;
	height: 38px;
	}

#yamato {
	position: absolute;
	left: 248px;
	top: 89px;
	width: 105px;
	height: 38px;
	}

#space-2 {
	position: absolute;
	left: 353px;
	top: 89px;
	width: 22px;
	height: 38px;
	}

#kami {
	position: absolute;
	left: 375px;
	top: 89px;
	width: 43px;
	height: 38px;
	}

#space-3 {
	position: absolute;
	left: 418px;
	top: 89px;
	width: 21px;
	height: 38px;
	}

#syo {
	position: absolute;
	left: 439px;
	top: 89px;
	width: 43px;
	height: 38px;
	} 

#space-4 {
	position: absolute;
	left: 482px;
	top: 89px;
	width: 22px;
	height: 38px;
	} 

#bun {
	position: absolute;
	left: 504px;
	top: 89px;
	width: 43px;
	height: 38px;
	} 

#space-5 {
	position: absolute;
	left: 547px;
	top: 89px;
	width: 22px;
	height: 38px;
	} 

#yuu {
	position: absolute;
	left: 569px;
	top: 89px;
	width: 43px;
	height: 38px;
	} 

#right-bar {
	position: absolute;
	left: 612px;
	top: 89px;
	width: 138px;
	height: 38px;
	} 

/*メニューここまで*/ 

/*大きなメニューテーブル*/
BODY,TD{
	font-size: 13px;
	line-height: 185%;
	color: #333333;
	}
.links{
	padding: 3px 3px 10px 10px;
	color: #333333;
	margin-left: 10px;
	}

.shoukai{
	padding: 3px;
	color: #333333;
	margin-left: 20px;
	}

.linktitle{
	text-align : center;
	border : 1px solid #77624D;
	}

#table-background{
	position: absolute;
	left: 47px;
	top: 315px;
	z-index: -5;
	border-color: #cccccc;
	width: 500px;
	height: 186px;
	}

.p-04 {
	text-align: center;
	font-size: 10px;
	line-height: 1.5em;
	width: 750px;
	}

#menue-s{
	background-image:url("../../bun/img/seikatu/table-back.jpg");
	}


.lay ul,.lay dl{/*リンク表の設定*/
  border-bottom: solid 1px #BB5566;/*リンク下部の境界線*/
  margin: 0.5em 6px 3em 1em;
  padding-bottom: 0.5em;
  }
li{
  list-style: square inside;
  color: #ABABAC;/*リンクの左の■のカラー*/
  margin: 0.1em;
  }
dd{
  margin: 2px 0px 8px 1.5em;
  }
.lay{
  height: 100%;
  width: 25em;/*全体の幅*/
  background-color: #FCFCFC;/*背景色*/
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  border-left: solid 1px #CACACA;
  border-right: solid 1px #CACACA;
  text-align: left;
  }
.linktitle{/*リンク項目タイトルの設定*/
  padding: 2px 1.5em 1px 1.5em;
  border: solid 1px #BABABA;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 9pt;
  letter-spacing: 0.2em;
  }
.mark{/*リンク項目タイトルの左のマーク部分*/
  width: 8px;
  height: 8px;
  font-size: 8px;
  background-color: #8AB800;
  }
.mark2{/*リンク項目タイトルの設定の右のライン*/
  width: 150px;
  height: 1px;
  font-size: 1px;
  background-color: #8AB800;
  }
.mark3{/*リンク項目タイトルの設定の右のライン（変形型）*/
  width: 140px;
  height: 1px;
  font-size: 1px;
  background-color: #8AB800;
  }
.mark4{/*リンク項目タイトルの設定の右のライン（変形型）*/
  width: 80px;
  height: 1px;
  font-size: 1px;
  background-color: #8AB800;
  }