@charset "UTF-8";
/* ----------------------------------------------------------------------
   ユーザー作成記事に適用するスタイル
   ---------------------------------------------------------------------- */


.contents_user p{
    margin:0 0 1em;
}

.contents_user dl{
    margin:0 0 1em;
}

.contents_user dd{
    margin-left:2.5em;
}

.contents_user ol{
    margin:0 0 1em;
}

.contents_user ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 2.5em;
}

.contents_user ul{
    margin:0 0 1em;
}

.contents_user ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2.5em;
}

.contents_user ul li ul li {
    list-style-type: circle;
}

.contents_user ol li ul li {
    list-style-type: circle;
}

.contents_user ul li ul li ul li {
    list-style-type: square;
}

.contents_user ol li ul li ul li {
    list-style-type: square;
}

.contents_user ul li ol li ul li {
    list-style-type: square;
}

.contents_user ol li ol li ul li {
    list-style-type: square;
}

.contents_user ol li ol li {
    list-style-type: decimal;
}

.contents_user ul li ol li {
    list-style-type: decimal;
}


.contents_user table {
    margin:0 0 1em;
}

.contents_user th {
    font-weight: bold;
    padding: 0.2em;
}

.contents_user td {
    padding: 0.2em;
}

.contents_user table.ruled {
    border-collapse: collapse
}

.contents_user table.ruled th, .contents_user table.ruled td {
    border: solid 1px #004969;
}


.contents_user .u {
    text-decoration:underline;
}
.contents_user .red {
    color:#ff0000;
}
.contents_user .blue {
    color: #0000ff;
}
.contents_user .right {
    text-align: right;
}

.contents_user .center { /* 主にtable で使う */
    margin-left: auto;
    margin-right: auto;
}



/* 従来システムで使われている定義を流用したもの */
.contents_user .bur {
    font-weight:bold;
    color:#ff0000;
    text-decoration:underline;
}
.contents_user .lrg1 {
    font-size:150%;
    font-weight:bold;
    color:#ff0000;
    text-decoration:underline;
}
.contents_user .sml1 {
    font-size:90%;
}
.contents_user .sml2 {
    font-size:70%;
}
.contents_user .bq {
    margin-left:15px;
    margin-right:15px;
}
.contents_user .tables {
    /* font-size:medium; */
    border-style:dotted;
    border-width:2px;
    border-color:#f0bff0;
    text-align:center;
    line-height:150%;
}

