/*=========================背景グラデーション=========================*/
body{background-repeat:  repeat-x; }
/*=========================各種設定=========================*/
ul      { margin-top: 5px; margin-left: 25px }
li    { color: #191919; font-size: 84%; line-height: 115%; font-family: "ＭＳ ゴシック"; }
/*=========================文字=========================*/
p { color: #2d2d2d; font-size: 84%; line-height: 120%; font-family: "ＭＳ ゴシック"; margin-left: 5px; margin-right: 5px }
.subtit { color: #191919; font-size: 94%; line-height: 120%; font-family: "ＭＳ ゴシック" }
.text { color: #191919; font-size: 84%; line-height: 120%; font-family: "ＭＳ ゴシック" }
.kanren { color: #191919; font-size: 84%; line-height: 100%; font-family: "ＭＳ ゴシック" }
h1 {margin:0px}
h2 {margin:0px}
h3 {margin:0px}
/*=========================ライン=========================*/
.under_dot { border-top: 2px dotted #808080; border-bottom: 2px dotted #808080 }
/*=========================四角=========================*/
.waku-gray { border: solid 1pt #a9a9a9 }
.waku-b      { border: solid 1pt #00f }
.waku-red       { border: solid 1pt #c00 }
.wakublue    { border: solid 1pt #1e90ff }
.waku-dot  { border: dotted 1pt #a9a9a9 }
/*=========================リンク=========================*/
a:active { color: #00f; font-family: "ＭＳ ゴシック"; text-decoration: underline }
a:link { color: #00f; font-family: "ＭＳ ゴシック"; text-decoration: underline }
a:visited { color: #00f; font-family: "ＭＳ ゴシック"; text-decoration: underline }
a:hover { color: #f00; font-family: "ＭＳ ゴシック"; text-decoration: underline }

