@charset "Shift_JIS";

A{color : #000000;text-decoration: underline;}
A:VISITED{color : #000000;text-decoration: underline;}
A:hover {color:#ff0000;text-decoration:underline; }
A:ACTIVE{color : #ff0000; text-decoration:underline; }


BODY{
font: 12px Inpact arial,sans-serif;
color:#999999;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-darkshadow-color:ffffff;
scrollbar-face-color:#efefef;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-track-color:#ffffff;
background : #cccccc url(images/kabe_white.gif);
}


.base{
width: 700px;		/*全体のテーブル幅の調整はここで。幅を広くしたい場合は数値を大きく。*/
border-top: 3px solid #ff0000;	/*HPのフチ設定。上。*/
border-bottom: 3px solid #ff0000;	/*HPのフチ設定。下。*/
border-left: 100px solid #ff0000;	/*HPnoフチ設定。左側の太い部分。*/
border-right: 3px solid #ff0000;	/*HPのフチ設定。右。*/
background: #ffffff;			
font: 12px/150% Osaka,"ＭＳ ゴシック",sans-serif;
color:#000000;
}


/*右に入っている植物の画像設定*/
.img{
width: 290px;
height: 500px;
background: #ffffff url(images/img1.gif) right bottom no-repeat;
}


/*タイトルロゴ部分*/
.title{
padding-left: 20px;
font: bold 36px Inpact arial,sans-serif;	/*文字設定*/
color:#ff0000;	/*タイトルロゴの文字色*/
border-bottom: dashed 1px #ff0000;	
}


/*上部メニュー設定*/
.menu{
padding-left: 20px;
font: 12px Inpact arial,sans-serif;	/*文字設定*/
color:#ff0000;			/*文字色*/
border-bottom: dashed 1px #ff0000;	
background: #f5f5f5;		
}


/*上部メニューの部分リンク設定*/
.menu A{color : #ff0000;text-decoration: none;}
.menu A:VISITED{color : #ff0000;text-decoration: none;}
.menu A:hover {color:#000000;text-decoration:none; position:relative; top:1; left:1;}
.menu A:ACTIVE{color : #000000; text-decoration:none;}


/*文章部分設定*/
.bun{
padding-top: 20px;
padding-left: 20px;
font: 12px/200% Osaka,"ＭＳ ゴシック",sans-serif;	/*文字の大きさ、行間、フォント種類指定*/
color:#000000;	/*文字色*/
}
