/*----------------------------------------------------------*/
body{ 
           color: #000000; 
           background-color: #ffffff;
           margin: 10px 4% 30px 5%;
}
/*----------------------------------------------------------*/
p{ 
           color: #CCCCCC;
           font-size: 1.0em;
           text-align: center;
           margin: 10px 3% 20px 3%;
           line-height: 1.4em;
}
/*----------------------------------------------------------*/
p.link{
           text-align: left;
           text-indent :30%;
           line-height: 1.4em;
           margin: 0px 0% 0px 0%;

}
/*----------------------------------------------------------*/
pre{ 
           color: #666666;
           margin: 10px 1% 10px 1%;
           line-height: 1.4em; 
}
/*----------------------------------------------------------*/
blockquote{ 
           color: #666666;
           line-height: 1.4em;
}
/*----------------------------------------------------------*/
h1{ 
           color: #BBBBBB;
           text-align:left;
           font-style:normal;
           font-size: 1.4em;
           font-weight:bold; 
           /*border-color:#333333;*/ 
           /*border-style:solid;*/ 
           /*border-width:0.2em 1.0em 0.2em 1.0em;*/
           /*margin-left:20%;*/
           /*margin-right:20%;*/
           /*background-color: #000000;*/
}
/*----------------------------------------------------------*/
h2{        color: #999999;
           text-align:center;
           font-size: 1.4em;
           margin: 50px 30% 6px 30%;
}
/*----------------------------------------------------------*/
h3{
           color: #FFFFFF;
           text-align:left;
           background-color: #666666;
           font-size: 1.0em;
           margin: 12px 30% 6px 30%;
           border:none;
           line-height: 1.4em;
           text-indent : 1.5em;

} 
/*----------------------------------------------------------*/
h3.center{
           text-align:center;
           text-indent : 0em;
} 
/*----------------------------------------------------------*/
h4{ 
           color: #FFFFFF; 
           font-weight:bold; 
           border: none; 
           margin: 20px 0% 40px 0%;
           text-align:center;
           font-size: 1.2em;

}
/*----------------------------------------------------------*/
ul{ 
           line-height: 1.4em;
           list-style-type: square;  
}
/*----------------------------------------------------------*/
ol{        
           line-height: 1.4em; 
}
/*----------------------------------------------------------*/
strong{    
           color: #00008F; 
}
/*----------------------------------------------------------*/
A:link { 
           text-decoration: none;
           color:#aaaaaa;
}
A:visited { 
           text-decoration: none;
           color: #999999;
}
A:active  {
           text-decoration: none;
}
A:hover{  
           text-decoration: underline;
           color: #666666;
}
/*----------------------------------------------------------*/
TH{
           background-color: #66DDFF;
}
/*----------------------------------------------------------*/
IMG {
           border: 0em
}
/*----------------------------------------------------------*/
SCRIPT {
           text-align: center;
}
/*----------------------------------------------------------*/
TABLE {
           text-align: center;
           margin: 20px 10% 20px 10%;

}
/*----------------------------------------------------------*/
#anchor01{
           text-align: center;
           color: #FFFFFF;
           text-decoration: none;
           display:block;
           width:359px;
           height:600px;
           background:url(haduki_01.jpg) no-repeat;
           overflow:hidden;
           font-size:1px
}

#anchor01:hover{
           background-image:url(haduki_01nude.jpg)
} 