/* 
    かめさん２ドキュメント用スタイルシート
    kamesan2help.css  
*/
HR { height: 1px; color: #ddf;}

BODY {
  background-image: url(pic/bg_grd_blue3.png);
  background-repeat: no-repeat;
  background-position:top right;
}


H1 {
  background-image: url(pic/KAMESAN2LOGOa.png);
  background-repeat: no-repeat;
  background-position:right;
  font-size : 35px;
}

H3{
  font-weight : bold;
  padding-bottom : 1px;
  border-bottom-style : dotted;
  border-bottom-color : navy;
  border-bottom-width : 1px;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-top-style : dotted;
  border-left-style : dotted;
  border-right-style : dotted;
  border-top-color : navy;
  border-left-color : navy;
  border-right-color : navy;
  background-color : #dce8fc;
}


H4{
  font-weight : bold;
  padding-bottom : 1px;
  border-bottom-style : dotted;
  border-bottom-color : navy;
  border-bottom-width : 1px;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
}


/* サイドメニュー */
div.sidemenu {
	 z-index: 1;
    position:absolute;
    left : 20px;
    width:    200px;
    margin-right:10px;
    border-bottom-style: dotted;
	border-bottom-color: silver;
	border-bottom-width: 2px;
    border-right-style : dotted;
	border-right-color : silver;
	border-right-width : 2px;


}

/*コンテンツ*/
div.contents {
	 z-index: 2;
    margin-left:230px;
    position: static;
    right:10px;
    margin-bottom:10px;
}

