@charset "Shift_JIS";

*	{margin: 0;
	 padding: 0;
	 background-color: transparent;	
}

/* デフォルト */
html      {font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, Arial,sans-serif;;
           color:#444444;
           font-size:small;
           line-height:1.8;
           background-color:#333333;
           scrollbar-3dlight-color:    #ffffff;
           scrollbar-arrow-color:      #339999;
           scrollbar-base-color:       #ffffff;
           scrollbar-darkshadow-color: #ffffff;
           scrollbar-face-color:       #ffffff;
           scrollbar-highlight-color:  #339999;
           scrollbar-shadow-color:     #339999;
           scrollbar-track-color:      #ffffff;
}

body{
    margin:0px;
    padding:0px;
    text-align:center;
    background:#fff url(bg1.gif) repeat;
}

/* 見出しの設定*/
h1       {padding:190px 50px 0 300px;
          font-size:18px; 
          color:#339999; 
          font-weight:bold;
          text-align:right;
          line-height:25px;
          font-family:Osaka,Century Gothic,Arial,Verdana;
}
   
h2       {text-align:left; 
          font-size:11px;
          margin:0px;
          padding:2px 0 0 30px;
          font-weight:bold;
          color:#2c7d6b;
          height:30px;
          background:#fff url(bg.gif) no-repeat;

}

/*画像　*/
img     {border:0; 
}

/* ページの設定*/
#wrap{
    position:relative;
    width:730px;
    background:#fff url(bg.jpg) no-repeat;
    margin:0px auto;
    text-align:left;
}

/* ヘッダーの設定*/
#head{
    width:730px;
    height:400px;
}

/* 左側の設定*/
#left{margin-top:-120px;
    width:120px;
    height:550px;
    float:left;
    background:url(bg1.jpg) no-repeat 0px 100px;
}

/* メニューの設定*/
.menu{padding:0 0 10px 30px;   
}

.menu li{list-style:none;
}

.menu a{text-decoration:none;
           color:#2c7d6b;
}


/* 右側の設定*/
#right{
    width:560px;
    float:right;
    margin:-80px 0 0 50px;
}

/* 文章部分 */
.kizi   {text-align:left;
          margin:30px 30px 0 0;
}

/*テキストエリア*/
div.text  {overflow:auto;
	   height:120px;
           width:430px;
	   text-align:left;
           padding-left:15px;
	   margin:0 20px 0 50px;

}

#text   {padding:0px;
         margin:10px 0;
         text-align:right;
}

dl	{padding: 0;
         margin: 0;
}
dd      {padding: 0 0 10px 100px; 
}
	    dd.date{margin-top:-2.4em;}

dt      {padding:0 0 10px 0;
}

/* 段落 */
p       {text-align:left;
         color:#444444;
         padding:20px 30px 0 0;
}

.top {list-style:none;
      padding-right:20px;
      text-align:right;

}

.top a   {color:#339999;
         font-size:12px;
         text-decoration:none;
}

/* フッターの設定*/
#foot{
    position:relative;
    width:730px;
    height:110px;
    background:#fff url(foot.jpg) no-repeat;
    clear:both;
}

#foot ul{margin:50px 0 0 80px;
         list-style:none;
}

#foot li a{line-height:18px; 
         height:18px;
         color:#cccccc;
         font-size:11px;
         text-decoration:none;
}

/* コピーライト */
.copy   {line-height:18px; 
         height:18px;
         color:#339999;
         margin:0px;
         font-size:11px;
         padding-right:20px;
}


/* ////////////////////////////////////// */
/* end*/