@charset "UTF-8";

@import url(../../shared/css/import.css);
@import url(../../shared/css/section/thickbox.css);


#main {
    margin-top: 10px;
    margin-bottom: 50px;
}

#main .TopLink {
    margin-bottom: 25px;
}

#main h2 {
    margin-bottom: 25px;
}

#main .Section {
    clear: both;
    margin: 30px 0 40px;
    background: url(../../shared/img/bg_cnr_btm950.png) no-repeat left bottom;
}

#main .Section h3 {
    padding: 12px 20px 7px;
    border-bottom: 1px solid #E0DFE3;
    font-size: 123.1%;
    color: #060;
    background: #F1F4E1 url(../../shared/img/bg_cnr_gray_top950_2.png) no-repeat left top;
}

#main .Section .Inner {
    overflow: hidden;
    padding: 12px 20px 20px;
}

#main .Section .Inner div {
    clear: both;
}

#main .Section .Inner blockquote {
    padding: 10px 20px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

#main .Section .Inner ul {
    margin-bottom: 1em;
}

#main .Section .Inner ul li {
    list-style-type: disc;
    margin-left: 2em;
}

#main .Section .Inner table {
    margin-bottom: 1em;
}

#main .Section .Inner table th,
#main .Section .Inner table td {
    padding: 5px 10px;
    border: 1px solid #ccc;
}

#main .Section .Inner table th {
    font-weight: bold;
    background-color: #F1F4E1;
}

#main .Section .Inner .EntryMeta {
    float: right;
    margin-bottom: 1em;
}

#main .Section .Inner .EntryMeta dl {
    float: left;
    padding-right: 1em;
}

#main .Section .Inner .EntryMeta dl dt {
    float: left;
    width: 6em;
}

#main .Section .Inner .EntryMeta dl dd {
    margin-left: 6em;
}

#main .TopLink {
    padding-top: 10px;
}


#categoryNavi {
    width: 950px;
    position: relative;
    padding: 10px 0;
    border: 1px solid #C2DD72;
    background-color: #EBF0DF;
    overflow: hidden;
}

#categoryNavi ul {
    position: relative;
    left: 50%;
    float: left;
}

#categoryNavi ul li {
    position: relative;
    left: -50%;
    float: left;
}

#categoryNavi ul li.First {
    background: url(../img/line_dot.png) no-repeat left top;
}

#categoryNavi ul li a {
    padding: 3px 10px;
    color: #333;
    text-decoration: none;
    background: url(../img/line_dot.png) no-repeat right top;
}

#categoryNavi ul li a:hover,
#categoryNavi ul li.Current a {
    background-color: #C2DD72;
}


ul#nextPrevNav,
ul#categoryBackNav {
    clear: both;
    text-align: center;
    margin: 20px auto 0;
}

ul#nextPrevNav li,
ul#categoryBackNav li {
    display: inline;
    padding: 2px 3em;
}

/* if (li.Next) ul addClass 'NextPrev'  */

ul#nextPrevNav.NextPrev li.Next {
    background: url(../img/line_dot.png) no-repeat left top;
}

ul#nextPrevNav li a,
ul#categoryBackNav li a {
    padding-left: 15px;
}

ul#nextPrevNav li.Prev a,
ul#categoryBackNav li.Prev a{
    background: url(../../shared/img/icon_arrow02.png) no-repeat left center;
}

ul#nextPrevNav li.Next a {
    background: url(../../shared/img/icon_arrow01.png) no-repeat left center;
}

/* @group #main.Index */



#main h3.CategoryTtl {
    margin-top: 30px;
}

#main.Index .View table {
    margin-top: 15px;
    width: 950px;
}

#main.Index .View table caption {
    text-indent: -9999em;
}

#main.Index .View table th,
#main.Index .View table td {
    padding: 10px;
    border-bottom: 1px dashed #E9E9E9;
}

#main.Index .View table th {
    text-align: justify;
    font-size: 123.1%;
}

#main.Index .View table th a {
    color: #006600;
    text-decoration: none;
    background: url(../../shared/img/icon_arrow13.png) no-repeat left center;
    padding-left: 22px;
}

#main.Index .View table th a:hover {
    text-decoration: underline;
}

#main.Index .View table td.Date {
    white-space: nowrap;
    width: 9em;
    text-align: right;
}

#main.Index .View table td.Category {
    white-space: nowrap;
    width: 9em;
    text-align: right;
}


/* @end */


