@charset "utf-8";

/************************ 基本データ ************************/
body {
 font-family: "ＭＳ Ｐゴシック", "Osaka";
}

/*リセット*/
h2,h3,h4,h5,h6,p,dl,ul,ol,table {
 margin: 0;
 padding: 0;
}

/*リンク*/
a:hover {
 text-decoration: none;
}

/*リスト*/
li,dt,dd {
 padding: 3px 0;
}

/*文字揃え*/
p,li,dt,dd {
 line-height: 1.3em;
 text-align: justify;
}

/*色*/
.text_red { color: #FF0000; }
.bgcolor_yellow { background: #FFFFCC!important; }
.bgcolor_red { background: #FFCCCC; }

/*強制データ*/
ul li,dt {
 list-style: none;
 padding-left: 19px!important;
 background: url(../images/square.gif) no-repeat left 5px!important;
}
.no_img {
 background: none!important;
}

/*table*/
#pageall #documentpage2007 .width600_center table {
 width: 100%;
 font-size: small;
 border-collapse: collapse;
 border: 3px solid #666666;
}
#pageall #documentpage2007 .width600_center td,th {
 text-align: center;
 border: 2px solid #999999;
 border-left: 1px dotted #999999;
 border-right: 1px dotted #999999;
}
#pageall #documentpage2007 .width600_center th {
 color: #333333;
 background: #AADDFF;
}

/************************ 問い合わせ ************************/
#pageall #documentpage2007 .width600_center address {
 width: 15em;
 font-style: normal;
 text-align: center;
 line-height: 1.3em;
 margin: 3em auto 0 auto;
 padding-bottom: 7px;
 border: 2px solid #003388;
}

#pageall #documentpage2007 .width600_center address span {
 display: block;
 font-weight: bold;
 margin-bottom: 7px;
 padding: 3px 0;
 color: #FFFFFF;
 background-color: #003377;
}

/************************ その他 ************************/
.float_right {
 float: right;
 margin: 0 0 10px 10px;
}
.line_height18em { line-height: 1.8em!important; }
.text_left { text-align: left!important; }

.margintop5 { margin-top: 5px!important; }
.margintop10 { margin-top: 10px!important; }
.margintop20 { margin-top: 20px!important; }
.margintop30 { margin-top: 30px!important; }
.marginleft1em { margin-left: 1em!important; }
.marginright10 { margin-right: 10px!important; }

















