a{text-decoration:none; color:#333; }
a:hover{color:red;}
/* レイアウトの設定*/
body {
 }

/* ヘッダーの設定*/
.head{
    width:788px;
    height:160px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;

}
/* 左側の設定*/
.left{
width:193px; 
    float:left;
   margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

}
/* 右側の設定*/
.right{
    
margin: 0px 0px 0px 0px;
padding : 0px 0px 0px 25px;
/*--左から順に上・右・下・左--*/
width:570px;
}
/* フッターの設定*/
.foot{
   width:788px;
    height:45px;
   margin: 25px 0px 0px 0px;
padding: 10px 170px 0px 0px;
background-image : url(2-css-htm/img/under-line0.gif);
text-align: right;
font-size: 75%;
color: #cccccc;
    clear:both;
}
 /* 内ヘッダーの設定*/
.head1{
    width:595px;
    height:38px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/*--左から順に上・右・下・左--*/
   
}
/* 内右側の設定*/
.right1{
vertical-align : top;   
text-align: left;
line-height : 130%;
font-size: 90%;
font-family:"MS UI Gothic", Arial, sans-serif, impact, Courier, Osaka; color: #666666;
color: #666666;
margin: -20px 0px 0px 0px;
padding: 10px 10px 0px 25px;
/*--左から順に上・右・下・左--*/
border-left-width: 8px;
border-left-style: solid;
border-left-color: "#66cc99";
width:550px;
   
}
/* 内フッターの設定*/
.foot1{
    width:595px;
    height:31px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
/*--左から順に上・右・下・左--*/

 }

p:first-letter {
   font-size: 110%;
   float: left;
   line-height: 1;
   background-color: #999;
   color: white;
   padding: 3px;
   margin-right: 3px;
}


