@charset "Shift_JIS";

*	{margin: 0;
	 padding: 0;
	 background-color: transparent;	
}

/* デフォルト */
html      {scrollbar-3dlight-color:    #999999;
           scrollbar-arrow-color:      #999999;
           scrollbar-base-color:       #999999;
           scrollbar-darkshadow-color: #999999;
           scrollbar-face-color:       #000000;
           scrollbar-highlight-color:  #999999;
           scrollbar-shadow-color:     #999999;
           scrollbar-track-color:      #999999;
}

body {font-family: verdana, arial, sans-serif;
      font-size: 0.75em;
      background: #000000;
      color : #222222;
}

/* アンカー */ 
 a       {color:#000000; text-decoration: none;}
 a:hover {color:#660000; text-decoration: none; }


/*画像　*/
img { border: 0px;
}

/* 見出し */
h3 { width: 507px;
     font-size: 1.2em; 
     text-transform: lowercase; 
     height: 37px; 
     margin: 20px 0 10px 20px;
     color: #ffffff; 
     line-height: 37px; 
     color: #000000; 
     text-indent: 15px; 
     background: url(img2/line.gif) no-repeat;
}
 
/*ページの設定*/	  
#wrap      {width: 600px; 
            margin: 0 auto; 
            background: #999999 url(img2/bg1.gif) repeat-y;
}

/*ヘッダーの設定*/
#header   {width: 600px; 
           height: 171px; 
           background: #999999 url(img2/top.jpg) no-repeat; 
           margin: 0 auto;
}


#header h1{

           padding: 50px 30px 5px 350px;
           color: #ffffff; 
           font-weight: 300; 
           font-size: 1.6em;
}

#header h2{

           padding: 5px 30px 30px 380px;
           color: #ffffff; 
           font-weight: 300; 
           font-size: 1.0em;
}

/* メニュー */
#menu     {color:#000000;
	   text-align:right;
	   margin:5px 0 0 30px;
           font-size:1.0em;
}

/* リスト */
#menu	ul li	{color:#006600;
                 display:inline;
	         text-align:right;
	         margin : 0 10px 0 0;	
	         padding:0;	
	         height:20px;
}

#menu	ul li a	     {color:#006600;
                      font-weight: bold; 
}

#menu	ul li a:hover{color:#660000;
                      font-weight: bold; 
}

/*記事部分の設定*/ 
#container  {width:510px; 
             margin: 0px auto; padding: 0 8px 35px 8px ;
}

	#container p {font-size: 1.1em; 
                      color: #222222; 
                      margin-left: 10px; 
                      background: #999999; 
                      margin-top: 10px; 
                      line-height: 1.5em;
}

/* 段落 */
p       {text-align:left;
         padding-right:30px ;
         padding-left :30px ;
}

/*テキストエリア*/
div.text  {overflow:auto;
	   height:100px;
	   text-align:left;
           padding-left:15px;
	   margin:20px 20px 0 40px;
           line-height : 150% ;
}

dl	{padding: 0;
         margin: 0;
}

dt      {padding:0 0 10px 0;
}

/*フッターの設定*/	
#footer  {width: 600px; 
          height: 120px; 
          margin: 0 auto; 
          background: #000000 url(img2/bot.gif) top center no-repeat;
}


	#footer a       {color: #777777; text-decoration: none;}
	#footer a:hover {color: #dddddd; text-decoration: none;}
   
	  
/* コピーライト */
.copy   {line-height:18px; 
         height:18px;
         color:#000000;
         margin-right:30px;
         font-size:1.0em;
         text-align : center;     
}

.foot   {list-style:none;
}
 

/* ////////////////////////////////////// */
/* end*/    
