/*=========================背景グラデーション=========================*/
body{background-repeat:  repeat-x; }
/*=========================各種設定=========================*/
ul      { margin-top: 5px; margin-left: 25px }
li     { color: #191919; font-size: 10pt; line-height: 12pt; font-family: "ＭＳ ゴシック" }
/*=========================文字=========================*/
p   { color: #191919; font-size: 10pt; line-height: 12pt; font-family: "ＭＳ ゴシック"; margin-left: 5px }
.subtit  { color: #191919; font-size: 12pt; line-height: 14pt; line-height: 16pt; font-family: "ＭＳ ゴシック" }
.text  { color: #191919; font-size: 10pt; line-height: 12pt; 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-saiyou       { border: solid 1pt #aec2df }
.waku-red       { border: solid 1pt #c00 }
.waku-gb       { border: solid 1pt #345292 }
.wakublue    { border: solid 1pt #1e90ff }
.waku-dot  { border: dotted 1pt #a9a9a9 }
/*=========================リンク=========================*/
a:menu:active { color: #00f; font-family: "ＭＳ ゴシック"; text-decoration: underline }
a:menu:link { color: #00f; font-family: "ＭＳ ゴシック"; text-decoration: underline }
a:menu:visited { color: #00f; font-family: "ＭＳ ゴシック"; text-decoration: underline }
a:menu:hover { color: #f00; font-family: "ＭＳ ゴシック"; text-decoration: underline }
