@charset "UTF-8";
/* あいうえお眉幅 */

* {
    font-size:1.0em;
    line-height:1.4em;
}

/* タグのデフォルトスタイル */
h1,h2,h3,h4,h5,h6 {
    margin: 0px 0px 10px 0px;
}
h1 {
    font-size:1.5em;
}
h2 {
    font-size:1.4em;
}
h3 {
    font-size:1.3em;
}
h4 {
    font-size:1.2em;
}
h5 {
    font-size:1.1em;
}
h6 {
    font-size:1.0em;
}
li {
    margin-left:1em;
}

a{
color:#537274;
text-decoration:underline;
}
a:hover{
color:#537274;
text-decoration:none;
}

a img{
border:none;
}

a.anchor_super {
    display:none;
}
.contents a.anchor_super {
    display:inline;
    font-size:xx-small;
    vertical-align:super;
}

h1 a{
    text-decoration:none;
}

p {
    margin:0px;
    padding:0px;
}

pre {
    background-color: #eee;
    margin:10px 5px;
    border:1px solid #CBB8F9;
    padding: 10px;
    font-size: 0.8em;
    width:90%;
    overflow: auto;
}

.contents table {
    border-collapse: collapse;
    margin:10px;
}
.contents table tr td,
.contents table tr th {
    border: 1px solid #888;
    padding: 5px;
    background: #eee;
}

dt {
    font-weight:bold;
}
dd {
    margin-left:30px;
}

hr {
    height:1px;
    padding:5px 0px;
    border:0px;
    border-top:1px solid #888;
    margin:10px 0px;
}

/* /タグのデフォルトスタイル */

/* header */
.header {
    padding:1em
}
.header h1,
.header h1 a {
    color:#fff;
}
.header span.description {
    display:block;
    font-size:0.6em;
    color:#eee;
}
#layout_top {
    background-image: url(../images/parts/header_bg.jpg);
    background-position: 60%;
}

/* footer */
.footer {
    font-size:0.8em;
    padding-bottom:25px;
}
.footer a.link {
    display:block;
}

/* menu */
.menu {
    padding:1em 1em 2em 1em;
}

.menu * {
    font-size:0.99em;
}
.menu h1 {
    margin:0px;
    padding:3px;
    background-color:#C9D5B1;
}
.menu ul li {
    margin:5px 0px;
    border:1px solid #C9D5B1;
    list-style:none;
}
.menu ul li a {
    display:block;
    padding:3px;
}
.menu ul li a:hover {
    background-color:#C9D5B1;
}

/* contents */
.contents h1.content_title {
    margin: 0px 5px 5px;
    padding: 0px 5px;
    border-top:2px solid #C9D5B1;
    border-left:10px solid #C9D5B1;
    border-right:10px solid #C9D5B1;
    border-bottom:2px solid #C9D5B1;
    background-color:#E9F5D1;
}
.contents {
    padding:1em 0;
}
.contents p {
    margin: 10px 5px;
}
.contents ul,
.contents ol,
.contents dl {
    margin: 0px 15px;
}

.contents h1 {
    /* border-left:10px solid #537174; */
    /* border-bottom:2px solid #537174; */
    border-left:10px solid #C9D5B1;
    border-bottom:2px solid #C9D5B1;
    padding:0px 0px 0px 5px;
}

/* summaryプラグイン用スタイル */
.contents div.summary {
    font-size:1.0em;
    /* background-color: #eee; */
    border:1px solid #888;
    /* padding:5px; */
    margin-bottom:10px;
}
.contents div.summary_body {
    padding:10px;
}
.contents div.summary_body h1,
.contents div.summary_body h2,
.contents div.summary_body h3 {
    font-size:1.0em;
}
.contents div.summary_header {
    border-top:5px solid #CBB8F9;
    background-color: #eee;
}
.contents div.summary_date {
    font-size:0.7em;
    padding:5px 5px 0px; 0px;
    float:right;
}
.contents div.summary_title {
    font-size:1.0em;
    font-weight:bold;
    padding:0px 10px;
}
.contents div.summary_next {
    margin-top:10px;
    font-size:0.9em;
    padding:0px 5px;
}
/* /summaryプラグイン用スタイル */

.contents h2 {
    /* background-color: #537174; */
    background-color: #C9D5B1;
    padding:0px 0px 0px 5px;
    /* color:#fff; */
}
.contents h3 {
    /* border-left:10px solid #537174; */
    border-left:10px solid #C9D5B1;
    padding:0px 0px 0px 5px;
}
.contents textarea {
    width:90%;
}

/* controll_panel */
#controll_panel {
    border:1px solid #537274;
    padding:3px 10px;
}
#unsaved {
    color:#f00;
    font-weight: bold;
}

#controll_panel input.edit_btn {
    height:25px;
    border:1px solid #fff;
    background-color:#C9D5B1;
    margin:0px 5px;
}

/* block */
#blocks .block {
/*    margin: 0px 0px 10px 0px;*/
    padding: 0 10px;
}
.rendererd_html {
}

.edit_panel {
/*    margin: 0px 0px 10px 0px;*/
}
.edit_panel input.btn {
    height: 20px;
    font-size: 12px;
}
.edit_panel textarea {
    width:95%;
    height:150px;
    background-color:#f8f8f8;
}

.edit_panel input.edit_btn {
    width:35px;
    border:1px solid #fff;
    background-color:#C9D5B1;
}

.sort_hover {
    border: 3px dashed #666;
    width: auto !important;
}

.sort_handler {
    width:8px;
    position:absolute;
    border:1px solid #fff;
    /* border:1px solid #C9D5B1; */
    background-color: #C9D5B1;
    font-size:8px;
    text-align:center;
    overflow:hidden;
    cursor:move;
}
.sort_handler div {
    color:#fff;
}

.selected {
    background-color:#ffb;
}

/* tagnames */
#tagnames {
    padding: 0px 20px 10px 20px;

}
#tagnames div.box {
    font-size:0.9em;
    border-bottom:1px solid #888;
}

/* misc */
#waiting {
    z-index: 30000;
}
#waiting .blackout {
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:100%;
    background:#000;
    z-index: 30000;
    overflow:hidden;
    opacity:0.5;
}
#waiting .waiting_text {
    position:absolute;
    padding: 20px;
    left:0px;
    top:0px;
    background-color: #fff;
    border:20px solid #888;
    font-size:0.9em;
}

div.to_top {
    text-align:right;
    font-size:0.8em;
    margin-bottom:10px;
    padding-bottom:5px;
    border-bottom:2px dotted #888;
}
a.in_page {
    display:none;
}

/* edit form */
.edit_form {
    padding:0 20px;
}
