@charset "utf-8";

/* WORD
---------------------------------------------------*/
#wordNavi{
width:820px;
border-bottom:4px solid #FF3366;
}

#word{
width:820px;
margin:10px auto;
}
#word ul{
width:820px;
clear:both;
padding-bottom:3px;
}
#word ul:after{
content:"";
display:block;
clear:both;
height:1px;
overflow: hidden;
}
/*\*/
*html #word ul{
height:1px;
overflow:visible;
}
/**/

#word ul li{
float:left;
list-style:none;
width:78px;
background:#FF3366;
color:#FFFFFF;
text-align:center;
}
#word ul li a:focus{outline:none;}

#word ul li a{
position:relative;
text-decoration:none;
display:block;
width:78px;
background:#999999;
color:#FFFFFF;
}

#word ul li a:hover{ background:#FF3366;}


#word h2{
display:inline;
width:710px;
float:left;
background:#FFCCCC;
text-align:left; padding:0 5px;
}


#word h3{
display:inline;
width:90px;
float:right;
background:#FF9D9D;
text-align:right; padding:0 5px;

}

#word p{
padding:0 20px 10px 20px;

}


