body{
 height: 100%; font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    overflow:scroll;
	margin:0 auto;
	padding:0;
	font-size:14px;/*全体のフォントサイズ*/
	line-height:1.9;
	background-color: #000000;/*全体の背景色*/
    color: #ffffff;/*文字色*/
}
#header-top {
    position: relative;/*最上部バナー*/
    width:945px;
    height: 100%;
    margin:0 auto;
    }
    
    
#header{
	width:945px;/*メニューバーサイズ*/
	height: 100%;
	margin:0 auto;
	
}

#header {
    font-size:19px;/*メニューバー文字指定*/
    position: relative;
    height: 40px;
    top: 3px; 
    background-color: #FF0000;
}

#p.aftermenu {
   clear: left;
}
ul#menubar {
   margin: 0px; /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
}
ul#menubar li {
   list-style-type: none; /* 先頭記号を消す */
   float: left; /* リスト項目を横方向に並べる */
   margin: 0.1em 1.7em; /* 各項目周囲の余白 */
   }
 ul#menubar li a {
   text-decoration: none; /* 下線を消す */
}
ul#menubar li a:hover {
   
   color: white; /* 文字色 */
   }

#main{
    position: relative; 
	width:945px;/* メインのサイズ */
	height: 100%;
	margin:0 auto;
	top: 5px; 
   }

 #main-text{
    position: relative;  
	width:945px;/* メインのサイズ */
	height: 100%;
	margin:0 auto;
	top: 0px; 
	
	 }
	 
 #p-box {
	width: 945px;
	height: relative;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border: 0px solid #000000;
	background: #000000;
}
 
#p-box img {
	float: right;
	margin: 0px 10px 0px 0px;
}
 
#p-box p {
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	line-height: 1.5;
	
}

 #s-box { 
	width: 795px;

	padding: 5px 0px 5px 30px;
	border: 0px solid #000000;
	background: #000000;
}
 
#s-box img {
	float: right;
	margin: 0px 10px 0px 0px;
}
 
#s-box p {
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	line-height: 1.5;
	padding: 0px 5px 5px 100px;
}


#title{
    position: relative;
	width:915px;/* メインのサイズ */
	height: 100%;
	margin:0 auto;
	top: 10px;
    font-weight:bold;
	text-align: center;
  }
#adress{
    position: relative;
	width:915px;/* メインのサイズ */
	height: 100%;
	margin:0 auto;
	text-align: center;
	 }
#border{
	width:915px;/* copy rightの領域 */
	height: 100%;
	margin:0 auto;
    border-bottom-style:ridge;/* copy right上部のラインの指定 */
}
#footer{
	width:915px;/* copy rightの領域 */
	position: relative;
	height: 100%;
	margin:0 auto;
	top: 5px;
    text-align:center;
    
    }
.clear{
	clear:both;
}