@charset "utf-8";

/* ------------------------------------------------------
Copyright tsugaru syber media
------------------------------------------------------- */
@import "common.css";
@import "common-area.css";
/*
@import "http://f.fontdeck.com/s/css/uH5+KWQnibDTJRYggGJ9XZLTAgw/ads-dev2.nipr.ac.jp/20823.css"
*/

#data_download p {
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #24408F;
    line-height: 130%;
    margin-bottom: 2em;
    padding-left: 10px;
    font-size: 1em;
    margin-top: 2em;
}
#data_sansho {
    width: 540px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
}

/* ------------------------------------------------------
新規追加
------------------------------------------------------- */
.errorMessage {
    color:#ff0000;
    font-size:9pt;
    font-weight:bold;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック";
}

/* テーブル行の表示、非表示を切り替えるためのクラス */
.trNoDisp {
    display: none;
}

.trDisp {
    display: block;
}
.sankaku_center {
    background-image: url(../images/sankaku_aoback.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 8px;
    text-align: left;
    margin-left: 1.5em;
}
#data_sansho2 {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 2.5;
    font-size: 1.0em;
}
.border {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333333;
}
#data_sansho3 {
    width: 700px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 2.5;
    font-size: 1.0em;
}
#pankuzu #bt_left a {
    width: 22px;
    height: 22px;
    background-image: url(../images/btn_left_down.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#pankuzu #bt_right a {
    width: 22px;
    height: 22px;
    background-image: url(../images/btn_right_down.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    visibility: visible;
}

.indent {
	position:relative;
	left:20px;
}

.contents_text {
	font-family: Arial,Helvetica,sans-serif, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック";
}

/* pdfアイコン
----------------------------------------------------------- */
/*a[href$=".pdf"] {
    background: url(images/pdf_middle.gif) no-repeat center left 100% 50%;
}
* html a.pdf{
    background: url(images/pdf_middle.gif) no-repeat center left 100% 50%;
}*/
a.pdf {
    padding: 0 0 0 20px;
    background: url(../images/kiwa/icon_pdf.gif) no-repeat center left;
}

