/*
Title: Custom
Author: Nana
Access: http://moo.boo.jp

	custom.css: Custom Style Sheet of tDiary $Revision: 1.16 $
	Copyright by (C) Nana http://moo.boo.jp
        Only a few changed Theme Double.
        Theme Double Copyright (C) by zoe http://www.kasumi.sakura.ne.jp/~zoe/
        Validated by W3C
*/

* { box-sizing : border-box }
* { -moz-box-sizing : border-box }

a:link, a:visited, a:active {
    text-decoration: none;
    color: #0000aa;
}

/*
a:link {
	text-decoration: none;
	color: #4455cc;
}
a:visited {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: none;
        color: #ff0;
}
*/

a:hover, a:focus {
	color: #000;
        text-decoration: underline;
}

body {
    font-family: Verdana; /* experimental */
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    background-color: white;
    color: black;
    word-wrap:break-word;
}

div.page {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /*
    border-style: solid;
    border-width: 1px;
    border-color: #555555;
    */
}
div.header {
    position: relative;
    background-color: #444488;
    padding: 5px;
}
div.header a:link { color: white; }
div.header a:visited { color: white; }
div.header a:active { color: white; }
div.description {
    color: white;
    font-size: 80%;
    padding: 5px;
}

div.adminmenu {
	text-align: right;
	font-size: small;
       /*float: right;*/
        margin-top: 0;
       /*margin-left: 20px;*/
}

p.message {
	text-align: center;
	font-size: medium;
	background-color: #000099;
	width: 66%;
	color: #999;
	padding: 8px;
}

span.adminmenu {
	background-color: transparent;
	border-style: none;
	border-color: #eee #aaa #aaa #eee;
	border-width: 1px;
	padding: 3px;
}

h1, h2, h3, h4 {
    color: #555555;
}
h1 {
    font-size: 150%;
    margin-top: 0px;
    margin-bottom: 0;
    color: white;
}
h2, h3 {
    font-size: 100%;
    font-weight: bold;
    color: black;
    border-bottom: #cccccc 1px solid;
}
h3 {
    color: black;
    border-bottom: #cccccc 1px dashed;
}
h5 {
    font-weight: bold;
    font-size: 100%;
}

span.calendar {
	border-style: solid;
	border-color: #000;
        text-align: right;
	border-width: 2px;
        background-color: transparent;
        margin-left: 20px;
        float: left;
}

div.day {
    /*
	text-align: right;
    */
	padding: 0.5em;
	padding-bottom: 0em;
	padding-top: 0em;
	margin: 0em;
	margin-bottom: 2em;
	border-style: none;
	border-color: #003399;
	border-width: 3px;
        background-color: transparent;
        color: #000;
}

div.day span.sanchor {
        background-image: url(custom_panchor.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        padding: 13px 13px 0px 0px;
        color: #fff;
        font-size: 0px;         
}

div.day span.canchor {
        background-image: url(custom_canchor.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        padding: 10px 10px 0px 0px;
        color: #fff;
        font-size: 0px;
}

div.body {
	background-color: transparent;
	text-align: left;
	padding: 0.1em;
	margin-left: 20px;
}
/* This ">" selector does not affects IE */
div.day div.section > * {
	margin-left: 20px;
}

div.section p {
	line-height: 1.3em;
	margin-left: 20px;
}

pre {
	margin-left: 2em;
	margin-right: 1em;
	padding: 5px;
	/* border: 2px dashed #fff; */
	border-style: solid;
	border-color: #aaa #eee #eee #aaa;
	border-width: 1px;
	color: #333;
	background-color: #e6e6e6;
	font-family: courier new, monospace;
	font-size: 90%;
	overflow: auto;
}

div.comment {
	font-size: small;
	text-align: left;
	padding: 2px;
	padding-bottom: 1px;
}

div.comment p{
	margin-left: 20px;
}

div.comment div.caption {
	text-align: left;
	margin-left: 0em ! important;
	margin-bottom: 0.5em;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 0px 1px 0px;
}


div.refererlist div.caption {
        border-style: solid;
	border-color: #cccccc;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 0.5em;
}

div.referer {
	text-align: right;
	font-size: small;
	color: #000;
        border-width: 1px 0px 1px 0px;
	border-style: solid none solid none;
	border-color: #cccccc;
	background-color: transparent;
	padding: 2px;
	padding-bottom: 1px;
	margin-right: 12px;
}

div.refererlist {
	font-size: small;
	text-align: left;
	background-color: transparent;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
}

/*
ul,ol {
	margin-top: 0em;
	margin-left: 0px;
}
*/

hr {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #ddd;
}

hr.sep {
	display: none;
}

div.footer {
	font-size: small;
	text-align: right;
	clear: both;
}

div.form {
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 0.5em;
	margin-left: 20px;
        border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #cccccc;
}

div.form form {
	width: 90%;
}

input.field {
        background-color: #fff;
        color: #000;
}

input, select {
        background-color: transparent;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}

form.sarch{
        background-color: transparent;
        color: #000;
        border-style: none;
	border-color: #cccccc;
	border-width: 1px;
}

input.sarch{
        border-style: solid;
        margin-right: 0px;
        padding: 2px;
        background-color: transparent;
}

textarea {
	margin-left: 1em;
	width: 90%;
	border-style: solid solid solid solid;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px;
}

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

div.body dt {
	margin-bottom: 0.2em;
	font-weight: bold;
}

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

li {
	list-style-type: square;
}

p.strong{
	font-size: 200%;
	color: #000;
}
.memo{
	background-color: #6495ed;
	color: #fff;
}

.hide{
	background-color: #000;
}

div.footnote {
	margin-left: 20px;
        border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #cccccc;
	background-color: transparent;
        padding: 3px;
	color: #000; 
}
p.footnote {
	margin-left: 20px;
	background-color: transparent;
        padding: 3px;
	color: #000; 
}
/*
div.footnote p.footnote{
	margin-left: 20px;
        border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #cccccc;
	background-color: transparent;
        padding: 3px;
	color: #000; 
}
*/

div.body blockquote {
	border-top: 5px solid #8899ff;
	border-bottom: 5px solid #8899ff;
	background-color: #6677ff;
	color: #fff;
	margin-left: 2em;
	padding: 8px;
}

div.body blockquote p {
	margin: 0.5em 0em 0.5em 0em;
}

/*
div.body blockquote {
        border-width: 3px 0px 1px 0px;
	border-style: solid solid solid solid;
	border-color: #191970;
	background-color: transparent;
        color: #191970;
        font-style:italic;
	padding: 8px;
}
*/

/* calendar2 */
table.calendar {
        font-size: 90%;
        line-height: 100%;
        border-width: 1px;
        border-color: #ccc #999999 #999999 #ccc;
        border-style: solid;
        background-color: transparent;
        color: #000;
        padding: 1px;
}

table.calendar td {
        margin: 0px;
        text-align: right;
        padding: 0px;
        margin: 0px;
}

table.calendar td.calendar-prev-month, table.calendar
td.calendar-current-month, table.calendar td.calendar-next-month {
        text-align: center;
}

/* calendar3 */
div.calendar {
        font-size: small;
}

/* title-list */
div.main {
        position: relative;
	margin-left: 25%;
}

div.sidebar {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 25%;
	font-size: 80%;
	padding: 2px 2px 100% 2px;
	border-style: none;
	border-color: #ccc;
	border-width: 0px;
	color: #000;
	background-color: transparent;
}

div.sidebar h2 {
    font-family: sans-serif; 
    font-size: 90%;
    border-style: solid;
    border-color: #ccc;
    border-width: 0px 0px 1px 0px;
}

div.sidebar h5 ul {
    list-style-type: square;
    margin-left: 1px;
    padding-left: 0px;
}
div.sidebar h5 li {
    padding-left: 1em;
}

div.ads {
    margin: 1em;
}

/*
div.main {
	margin-left: 25%;
}

div.sidebar {
	position: absolute;
	top: 0%;
	left: 0px;
	width: 20%;
	font-size: 90%;
	padding: 7em 2px 100% 2px;
	border-style: none;
	border-color: #ccc;
	border-width: 0px 1px 0px 0px;
	color: #000;
	background-color: transparent;
}
*/

div.sidebar p {
	line-height: 130%;
	text-align: left;
	margin: 2px 3px 2px 4px;
}

p.recentitem{
        color: #003399;
        background-color: transparent;
}

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

span.commentator {
}

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

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

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

/*
ツッコミ本文
*/
div.commentbody p {
        margin: 0px 0px 0px 20px;
}

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

div.form div.caption {
        font-size: 90%;
        border-style: solid;
        border-color: #cccccc;
        border-width: 0px 0px 1px 0px;
        margin: 0.5em;
}

div.form form.comment {
        font-size: 90%;
}

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

form.comment input {
        background-color: #fff;
        color: #000;
        margin-left: 1em;
}

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

form.comment textarea {
        display: block;
        width: 30em;
        height: 5em;
}

div.button {
        display: block;
}

/*
更新フォーム
*/
div.day.update {
	margin-bottom: 0.5em;
	margin-left: 20px;
        border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #cccccc;
}

div.day.update div.form {
        border-style: none;
	margin-left: 0px;
}

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-bottom: 1em;
        width: 35em;
        height: 15em;
}

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

form.commentstat div.button input {
        margin-left: 20px !important;
}

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

div.bulkfeedsSimilarity {
	background-color: #ddf;
	border-style: solid;
	border-color: #bbd;
	border-width: 1px;
	padding: 4px;
}

img {
    border-style: none;
    border-width: 0px;
}
