@charset "Shift_JIS";

/*****全体の設定*****/
*{
	line-height : 18px; /**行間**/
	/* [disabled]letter-spacing : 1px; */ /**文字の間隔**/
}

body,td{
	font-size : 10px;  /**文字の大きさ**/
	/* [disabled]font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif; *//**文字種類**/
	color : #000000;  /**文字色**/
	/*****スクロールバーの色（ＩＥのみ）*****/
　scrollbar-face-color:#ffffff;
	　scrollbar-track-color:#ffffff;
	　scrollbar-arrow-color:#0066ff;
	　scrollbar-3dlight-color:#ffffff;
	　scrollbar-highlight-color:#ffffff;
	　scrollbar-shadow-color:#99CCCC;
	　scrollbar-darkshadow-color:#ffffff;
}

/*****リンクの設定*****/
a:link,a:active,a:visited{
  color : #3333CC; /**リンク文字色**/
  text-decoration : none;
}
a:hover {
   background-color:#d2e9ff;
  color: #0066ff;　/**マウスを乗せたときのリンク文字色**/
}


/****コピーライト表示設定****/
.copyright,copyright a{
   font-size : 9px;  /**文字の大きさ**/
   margin: 2px;　/**余白**/
}

/*****タイトル（サイト名）*****/
h1,h1 a{
   font-size : 12px; /**サイト名の大きさ**/
   color:#000000;  /**文字色**/
   font-weight : bold; /**太字に設定**/
   margin: 10px 2px 20px 2px;
   padding:2px;
}

/*****見出し*****/
h2{
　　height:37px;
   font-size : 10px; 
   margin:15px 0px 10px 10px;
   padding:2px 0px 2px 10px;
   color:#000000; /**文字色**/
   font-weight : bold;/**太字に設定**/
   background-image : url(image/h2.jpg);
   background-repeat : no-repeat;
   background-position : left center;
}


/****テキスト（本文）設定****/
.text1{
   margin:10px 0px 30px 30px;
   padding:2px;
   background-image : url(image/text.jpg);
   background-repeat : no-repeat;
   background-position : top center;
}


/*****フォーム*****/
form{
   margin:0px;
   padding:0px;
}
textarea,input,select {
   padding:2px;
   font-family: Osaka,"ＭＳ Ｐゴシック";
   font-size : 10px; /**文字の大きさ**/
   border: solid 1px #d2e9ff; /**線の設定**/
   color : #000000;              /**文字色**/
   background-color:#ffffff; /**背景色**/
   filter:alpha(opacity=60); /**フィルター**/
}

/*****リンク(menu)タイトル部分*****/
.linktitle{
   width:195px;
　　height:15px;
   margin: 5px 3px;
   padding: 2px 0px 2px 5px;
   color : #000000; /**文字色**/
   font-weight: bold;
   font-size:10px;
   border-bottom: solid 1px #0066ff; /**線の設定**/
}

/*****メニュー部分*****/
#menu{
   width:200px;
}

#menu ul { 
   margin: 0; 
   padding :0; 
   list-style-type : none; 
}

#menu li { 
   display : inline;    
}
/*メニューにマウスを乗せたとき*/
#menu a:hover {
   display:block; 
   color : #0066ff;   /**文字色**/
   background-color:#ffffff;/**背景色**/
   filter:alpha(opacity=60);
   padding-left :3px; 
   text-decoration:none;
}
/*メニューリンク*/
#menu a {
   display:block; 
   height:15px; 
   margin-left: 5px; 
   color:#000000; /**文字色**/
   padding-left :3px; 
   text-decoration:none;
}




/*-css by Pleasure-*/
