/* フォント指定  */

.text1e, .text1ew, .text2e, .text2ew, .text3e, .text3eh, .text4e, .text4eh, .text5e {  
font-family: "Verdana", "Arial", "sans-serif"
}

.text1j, .text1jw, .text2j, .text2jw, .text3j, .text3jh, .text4j, .text4jh, .text5j {  
font-family: "ＭＳ Ｐゴシック", MS UI Gothic, "Osaka", "sans-serif"
}




/*  トップページ  */




.photo { border: 1px ridge #FFBFD1 }

.border { border-top: 2px outset #FFBFD1;}






/*    */


body {  background-color: #E4DDDD; color: #342F2F }

.waku { border: 2px solid #FFBFD1; background-color: #ffffff }

.headcolor { background-color: #FFBFD1 }

.midasi { color: #FF4A7E; font-weight: bold; }

.tdwaku { border-left: 1px solid #F6EEEE; border-top: 1px solid #F6EEEE; border-bottom: 1px solid #C9C3C3; border-right: 1px solid #C9C3C3; padding-left: 8px; padding-right: 8px; }











/* リンク指定  */

a:link { color: #990000; text-decoration: none; font-weight: bold }
a:visited { color: #990000; text-decoration: none; font-weight: bold }
a:hover { color: #990000; text-decoration: underline overline; font-weight: bold; }
