/*
Title: Ashiya
Author: Tatsuji'Ashitani 
*/
@import url("../common/common.css");

body {
    line-height: 120%;
    background-color: white;
    color: black;
}

a:link {
    color: #ff4000;
    text-decoration: none;
}

a:hover {
    color: black;
    background-color: #ffdd00;
}


a:visited {
    color: #ff6000;
    text-decoration: none;
}

a:visited:hover {
    color: black;
    background-color: #ffdd00;
}

a:link:hover {
    color: black;
    background-color: #ffdd00;
}

pre {
       font-size:small;
        border-style: solid none solid none;
        border-color: #ffa500;
        background-color: #fffee0;
        border-width: 1px;
        margin: 1em 3em 0.5em 2em;
        padding: 1em 1em 1em 2em;
}         


h1 {
    font-size: large;
    background-color: #ffa500;
    color: white;
    margin-bottom: 10px;
    padding: 8px;
    line-height: 100%;
}

/* ---------テーブル */

table {
margin-left: 4em;
margin-right: 2em;
margin-bottom: 1em;
    color: black;
    border-style: solid;
    border: 1px;
    cellspacing: 0px;
    cellpadding: 5px;
}

tr {
border-style: solid;
    border-color: black;
}

th {
    color: black;
    padding: 0.2em;
    text-align: left;
}

img.right {

}
img.left {
}

img {
margin-left: 2em;
}

a img{
    color:white;
}

div.section {
margin-left: 1em;
margin-right: 1em;
}

div.section p {
    color: black;
    margin-top:0.5em;
    margin-bottom: 0.5em;
    margin-left: 2em;
    margin-right: 2em;  
    padding: 2px;
}

div.comment {
    border-style: dashed;
    border-color: #ffa500;
    border-width: 1px;
   padding: 10px;
    font-size: 12px;
}

h2 {
    font-size: medium;
    padding: 2px 0px 2px 10px;
border-style: solid;
    border-color: #ffa500;
    border-width: 0px 0px 1px 8px;
}
h3 {
    font-size: medium;
    background-color: #fff5d5;
    border-style: dashed;
    border-color: #ffa500;
    border-width: 1px;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    padding: 4px;
}
/* ---------テーブルおわり。*/

span.righttitle {
    font-size: medium;
    background-color: #fff5d5;
}



h1 img {
    vertical-align: middle;
    border-width: 0px;
}


div.day {
margin-left: 2em;
maegin-right: 1em;
}

div.day h2 {
    font-size: medium;
    border-style: solid;
    border-color: #ffa500;
    border-width: 0px 0px 1px 8px;
    padding-left: 8px;
    padding-bottom: 4px;
}


div.body {
    margin-left: 1em;
}

div.section pre {
    color: black;
    background-color: #fff0e0;
    border-style: solid;
    border-width: 1px;
    border-color: #ffa500;
    padding: 1em;
    margin-left: 5em;
}

div.comment {
    border-style: dashed;
    border-color: #ffa500;
    border-width: 1px;
    margin-top: 0px;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 4px;
    font-size: 10px;
}

div.comment p {
    margin-top: 0px;
    margin-bottom: 0.5em;
}

div.comment p.commenttitle {
    border-style: dashed;
    border-color: #ffa500;
    border-width: 0px 0px 1px 0px;
}


div.form {
    border-style: dashed;
    border-color: #ffa500;
    border-width: 1px;
    margin-top: 0px;
    margin-bottom: 0.5em;
    margin-left: 1em;
}

div.form form {
    margin: 0;
    padding: 4px 4px 4px 4px;
    width: 100%;
}

div.form p {
    margin-top: 0px;
    margin-bottom: 0.5em;
}

div.form textarea {
    width: 100%;
}

div.referer {
    text-align: right; 
    font-size: 12px;
    margin-top: 0px;
}

div.refererlist {
    border-style: dashed;
    border-color: #ffa500;
    border-width: 1px;
    margin-top: 0px;
    margin-left: 1em;
    margin-bottom: 0.5em;
    font-size: 12px;
}

div.refererlist p, div.refererlist ul {
    margin-top: 0px;
    margin-bottom: 0em;
    padding: 4px 4px 4px 4px;
}

ul {
margin-bottom: 10px;
}
li {
   margin: 4px;
   margin-left: 2em;
}

hr {
    color: #ffa500;
    background-color: transparent;
    margin-top: 0.5em;
}

hr.sep {
    display: none;
}

div.body dt {
    border-style: solid;
    border-color: #ffa500;
    border-width: 0px 0px 1px 0px;
    margin-top: 0.7em;
    font-weight: bold;
    text-indent: 10px;
}

div.section dl {
    margin-left: 2em;
}

div.body dd {
    margin-top: 0.3em;
    margin-bottom: 0.5em;
}

dd.sample {
    border-style: solid;
    border-color: #ffa500;
    border-width: 1px 1px 1px 4px;
    padding: 0px 8px 0px 8px;
}

div.section dd {
    margin-left: 2em;
}

span.underline {
    border-style: solid;
    border-color: #ffa500;
    border-width: 0px 0px 1px 0px;
}

span.small {
    font-size: small;
}

div.article h2 {
    font-size: small;
    font-weight: normal;
    margin-top: 0px;
}

span.subject {
    font-weight: bold;
}

p.contents {
    margin-left: 1em;
}

p.navi a:link, p.navi a:visited {
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #ffa500;
}

address, div.footer {
    font-style: normal;
    text-align: right;
    font-size: 12px;
}

p.sample {
    line-height: 1.3em;
    color: black;
    background-color: white;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-color: #ffa500;
    margin-left: 2em;
    padding: 4px;
}

div.sample {
    line-height: 1.3em;
    color: black;
    background-color: white;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-color: #ffa500;
    margin-left: 2em;
    padding: 4px;
}

div.sample pre {
    line-height: 1.3em;
    color: black;
    background-color: white;
    padding: 4px;
}

p.sample em {
    color: #ffa500;
    background-color: white;
}



td {
    border-style: solid;
    background-color: #fffee0;
    border-width: 1px;
    color: black;
    padding: 0.2em;
}


p.recentitem {
    font-size: small;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.recentsubtitles {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 1em;
    margin-left: 1em;
}

/*
ツッコミ省略版本文
*/
div.commentshort {
        margin-left: 0.5em;
}

div.commentshort p{
    font-size: x-small;
}

span.commentator {
    font-size: small;
}

div.commentshort p {
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        line-height: 1.2em;
    font-size: small;
}

/*
ツッコミ本体
*/
div.commentbody {
        margin: 0.5em;
        line-height: 1.0em;
    font-size: small;
}

/*
ツッコミした人の情報
*/
div.commentator {
        line-height: 1.5em;
    display: inline;
    border-style: solid;
    border-color: #ffa500;
    border-width: 0px 0px 1px 0px;
}

/*
ツッコミ本文
*/
div.commentbody p {
        margin-top: 0.5em;
        margin-left: 2em;
}

div.caption {
    margin-left: 1em;
    border-style: dashed;
    border-color: #ffa500;
    border-width: 0px 0px 1px 0px;
    font-size: 12px;
}

/*
フォームの設定
*/
div.form form {
        margin: 0em;
}

div.form div.caption {
        margin: 0.5em;
}

div.form form.comment {
}

div.field {
        display: inline;
        margin-right: 2em;
}

form.comment input {
        margin-left: 0em;
}

div.textarea {
        display: block;
        vertical-align: top;
}

form.comment textarea {
        display: block;
        margin-left: 0em;
        width: 30em;
        height: 5em;
}

div.button {
        display: block;
        margin-left: 0em;
}

/*
更新フォーム
*/
div.day.update {
    border-style: dashed;
    border-color: #ffa500;
    border-width: 1px;
}

div.day.update div.form {
        border-style: none;
}

form.update {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
}

form.update input, form.update textarea, form.commentstat input {
}

form.update span.field {
        display: inline;
        margin-left: 0em;
        margin-right: 0.5em;
}

form.update div.field.title {
        display: block;
        margin-top: 1em;
}

form.update div.field.title input {
        margin-left: 0.5em;
}

form.update div.textarea {
        display: block;
        margin-top: 1em;
}

form.update textarea {
        display: block;
        margin-left: 0em;
        margin-bottom: 1em;
        width: 35em;
        height: 15em;
}

form.update span.checkbox.hidediary {
        margin-left: 0em;
}

/*
ツッコミ状態変更フォーム
*/
div.comment form {
        margin-top: 0em;
}


div.rightcol {
    border-style: solid;
    border-width: 1px;
    border-color: #fb3;
    color: black;
    margin-top:  0px;
    text-align: left;
    vertical-align: top;
    width: 20%;
	font-size: 12px;
}


div.leftcol {
	width:80%;
}

div.footer {
    right:0px;
    bottom:0px;
}

div.leftbody {
	text-align:left;
	margin-left: 20px;
}


blockquote {
    color: black;
    background-color: #fffee0;
    border-style: solid;
    border-width: 1px;
    border-color: #ffa500;
    padding: 8px; 
    margin-left: 4em;
}

blockquote p{
    font-size: small;
}

div.adminmenu {
	font-size: 12px;
	text-align: right
}



div.topmenu {
	text-align: right;	
}


p.caution {
margin: 2em 5em 2em 5em;
padding: 1em;
		color: black;
    background-color: #fff0e0;
    border-style: solid;
    border-width: 1px;
    border-color: #ffa500;

}
