/* 背景の色は白 */
body {
     background-color: #FFFFFF;
}

/* 文字は12pxで */
div { color: dimgray; font-size: 13px; font-style: nomal }
.jp {  font-family: "ＭＳ Ｐゴシック",sans-serif; font-weight: lighter }
.en { font-family: "Trebuchet MS",sans-serif }

/* ロールオーバー */
#home a{
display:block;
width:93px;
color:#F0027F;
background:url(img/home.gif) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
text-align:center;}

#home a:hover{
background:url(img/home_c.gif) no-repeat;
}

#Profile a{
display:block;
width:113px;
color:#F0027F;
background:url(img/Profile.gif) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
text-align:center;}

#Profile a:hover{
background:url(img/Profile_c.gif) no-repeat;
}

#Photo a{
display:block;
width:83px;
color:#F0027F;
background:url(img/Photo.gif) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
text-align:center;}

#Photo a:hover{
background:url(img/Photo_c.gif) no-repeat;
}

#Link a{
display:block;
width:73px;
color:#F0027F;
background:url(img/Link.gif) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
text-align:center;}

#Link a:hover{
background:url(img/Link_c.gif) no-repeat;
}

#Contact a{
display:block;
width:91px;
color:#F0027F;
background:url(img/Contact.gif) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
text-align:center;}

#Contact a:hover{
background:url(img/Contact_c.gif) no-repeat;
}

#blog a{
display:block;
width:79px;
color:#F0027F;
background:url(img/blog.gif) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
text-align:center;}

#blog a:hover{
background:url(img/blog_c.gif) no-repeat;
}
