/* --------------------------- 全体の外枠 --------------------------- */ .container { line-height: 140%; text-align: left; width: 800px; background-color: #FFFFFF; border: 2px #E64583 solid; ; margin: 10px 10px } /* --------------------------- 題名 --------------------------- */ .title { font-family: "MS PGothic", "MS Gothic", "Gothic"; color: #7FC31C; font-size: 18px; font-weight: bold; line-height: 20px; padding: 1px 1px 1px 1px; } /* --------------------------- リンク --------------------------- */ body { margin: 0px 0px 20px 0px; background-color: #FFFFFF; text-align: left; } a { text-decoration: underline; } a:link { color: #009966; } a:visited { color: #33CC33; } a:active { color: #009966; } a:hover { color: #FF9900; } h1, h3 , h2 { margin: 0px; padding: 0px; font-weight: normal; } .profile { font-family: "MS Pゴシック", "Osaka"; font-size: 12px; font-weight: bold; color: #7FC31C; line-height: 20px} .editor { font-family: "MS Pゴシック", "Osaka"; font-size: 9px; font-weight: normal; color: #7FC31C; line-height: 12px} .content { font-family: "MS Pゴシック", "Osaka"; font-size: 12px; font-weight: normal; line-height: 18px; color: #333333} .subject { font-family: "MS Pゴシック", "Osaka"; font-size: 14px; color: #7FC31C; font-weight: bold} .sidebar { font-family: "MS Pゴシック", "Osaka"; font-size: 10px; line-height: 14px; font-weight: normal; color: #996666} .headtext { font-family: "MS Pゴシック", "Osaka"; font-size: 12px; line-height: 19px; font-weight: normal; color: #996666} .sidebarbold { font-family: "MS Pゴシック", "Osaka"; font-size: 10px; line-height: 10px; font-weight: bold; color: #996666 } .red { font-family: "MS Pゴシック", "Osaka"; font-size: 14px; font-weight: bold; color: #FF0000} .px12orange2 { font-family: "MS Pゴシック", "Osaka"; font-size: 12px; font-weight: bold; color: #FF6600}