@charset "shift_jis";
body { margin:0px;background-color:#AD968A;}
table.site { background-color:#FFFFFF; border-right-width: 1px; border-right-style: solid; border-right-color: #6D2600;}

/* ドキュメントリンク */
a {color:#3366CC; font-size: 12px; text-decoration:none;}
a:link{color:#3366CC; font-size: 12px;}
a:visited{color:#666666; font-size: 12px;}
a:active{color:#FFFFFF; font-size: 12px;}
a:hover{color:#ff3333;text-decoration:underline; font-size: 12px;}

/* テキスト設定 */
.f10{font-size: 10px;}
.f12{font-size: 12px;; line-height: 18px}
.f14{font-size: 14px;}

/* マージン設定　*/
.mtl-10 { margin-left:10px; margin-top: 10px;}
.mtr-10 { margin-right:10px; margin-top: 10px;}
.mtbr-10 { margin-right:10px; margin-top: 10px; margin-bottom: 10px;}
.ml-10 { margin-left:10px;}
.mr-10 { margin-right:10px;}
.mlr-10 { margin-left:10px; margin-right:10px;}

/* テーブルセル区切り線 */
td.td-bottom-dot {border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #999999; }
td.td-bottom-solid {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999999;}
td.td-bottom-right-solid {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999999; border-right-width: 1px; border-right-style: solid; border-right-color: #999999;}
td.td-solid {border-width: 1px; border-style: solid; border-color: #999999;}
td.td-dotted {border-width: 1px; border-style: dotted; border-color: #999999;}


