@charset "UTF-8";

/*
=================================

File Name   : single.css
Description : 記事個別ページ
Author      : 彩子
Release     : 2009.06.01
Web Site    : LOVING CAT
              http://lovingcat.net/

=================================
*/



/* ----------------------------------------
header section
---------------------------------------- */


/* ----------------------------------------
content elements
---------------------------------------- */
#content {
	background : none !important;
}

#page_title {
	display : none;
}


/* ----------------------------------------
comments area
---------------------------------------- */
/* h3 */
#commentarea h3,
#trackback h3 {
	margin : 1em 0px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}

/* コメントリスト */
.commentlist {
	margin: 10px;
	line-height: 130%;
}

.commentlist li {
	padding : 10px;
}

.commentlist .odd {
	background: #f1fedb;
}

.commentlist .name {
	font-weight: bold;
	font-size: 120%;
	color: #CC6600;
}

.commentlist .date {
	font-size: 87%;
}

/* コメントフォーム */
#commentarea form {
	width : 100%;
	margin : 0px;
}

#commentarea fieldset dl,
#trackback dl {
	width : 100%;
	margin : 0px;
}

#commentarea fieldset dt,
#trackback dt {
	padding: 3px;
	margin: 0px;
	color: #787878;
	font-size: 87%;
}

#commentarea fieldset dd,
#trackback dd {
	margin : 0px 0px 10px 10px;
	padding : 0px;
}

#commentarea input {
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}

#commentarea input.radio {
	width : 1em !important;
}

dd#form_textarea {
}

#commentarea textarea {
	width : 98%;
	height: 10em;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top : 3px;
}

#commentarea textarea:focus, #commentarea input[type="text"]:focus {
	background: #ffffff;
}

#commentarea #comment-post {
	font: bold 12px Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-align : center;
	background : #bdd77f;
}

#quicktags input {
	width : auto;
	margin : 0px 4px 0px 0px !important;
	padding : 2px 2px 2px 18px !important;
	font-size : x-small;
}

#ed_toolbar {
}

#ed_strong {
	background : #ffffff url(../images/text_bold.png) no-repeat 2px center !important;
}

#ed_block {
	background : #ffffff url(../images/user_comment.png) no-repeat 2px center !important;
}

#ed_code {
	background : #ffffff url(../images/page_code.png) no-repeat 2px center !important;
}

#trans {
	background : #ffffff url(../images/tag.png) no-repeat 2px center !important;
}

#retrans {
	background : #ffffff url(../images/arrow_undo.png) no-repeat 2px center !important;
}

#ed_close {
	background : #ffffff url(../images/cross.png) no-repeat 2px center !important;
}

#help {
	background : #ffffff url(../images/help.png) no-repeat 2px center !important;
}

.qt_notice {
	display : none;
}

.help_open {
	display : block;
}

.help_open table {
	border: 1px solid #bdd77f;
	margin:1em auto;
	border-collapse:collapse;
}

.help_open td {
	border: 1px solid #bdd77f;
	padding:.3em 1em;
}

.help_open th {
	border: 1px solid #bdd77f;
	text-align:left;
	padding:.3em 1em;
}
