/* dtiブログの公式テンプレートgeneral_simpleに基づくが、原型を留めていない*/ body { font-family:"Century","Times New Roman","Georgia", "メイリオ","MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka",serif; line-height: 1.6; padding: 0 2%; color: #555555; } h1 { font-size: 135%; font-family:"Georgia","Verdana", "Century","Times New Roman","HG正楷書体-PRO","DFKai-SB","HGP明朝E","メイリオ","Microsoft JhengHei","MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka",serif; color: #9999CC; margin-left: 5%; } h2 { font-size: 115%; margin-left: 8%; } /* 記事の見出し(タイトル) */ h3 { font-size: 115%; font-family:"Georgia", "Century","Times New Roman","MS Pゴシック", "メイリオ","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka",serif; border-left: 7px solid #D8BFD8; /* colorname=thistle */ border-bottom: 1px dashed #999; padding: 0.1em 0.7em; margin: 0 0 1.2em 0; /* border-left: 7px solid #999; */ } h4 { color:#666; font-family:"Georgia", "Century","Times New Roman","MS Pゴシック", "メイリオ","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka",serif; font-size: 105%; letter-spacing: 0.1em; margin: 1.7em 0 0 0; text-decoration: underline; } a:link { color:#5f9b9f; text-decoration: underline; } a:active { color: #999; text-decoration: none } a:visited { color: #5f9bff; text-decoration: underline; } a:hover { color: #d00; text-decoration: underline; } .setsumei { padding-left: 5%; font-family:"Century","Times New Roman","MS Pゴシック", "メイリオ","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka",serif; font-size: 100%; font-style: italic; line-height: 1.4; } /* 記事表示部分を囲うブロック要素の属性 */ .body { border-bottom: 1px dashed #999; margin: 0 0 3.7em 0; padding: 0 2% 0.7em 0; line-height: 1.4; } ul { margin-left: 20px; padding-left: 20px; } li { padding-bottom: 0.4em; } /* 記事内に画像があった場合、左に滑り込ませる */ /* .body img { border: 1px solid #999; float: left; margin: 0 0.7em 0 0; } */