/*  
Theme Name: gukko3_koi
Theme URI: http://www.koikikukan.com/
Description: koikikukan template 3 column
Author: Yujiro Araki
Author URI: http://www.koikikukan.com/
Version: 0.2
*/

/*
 * File      : style.css
 * Version   : 1.00
 * Update    : 1.01 2007.01.24 fix textarea size for Mozilla.
 *           : 1.02 2007.02.11 add color property at ul element of sidebar.
 *           : 1.03 2007.02.24 fix top property for liquid layout.
 *           : 2.00 2007.07.22 for XHTML 1.0 Strict.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

body {
	background:#F7F5ED url(images_nan/back.gif) repeat-y;
}


/* anchor */
a,
a:link,
a:visited {
 color: #B5A252;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
    text-decoration: underline;
}
a:active {}


/* banner title */
#header
 {
    border-bottom: 5px solid #B58800;
    background: #B5A252 url("images_nan/head_left.gif") right top no-repeat;
}

#header a,
#header a:link,
#header a:visited {
    color: #B5A252;
    background: transparent;
    text-decoration: none;
}

/* article */
.blog {
    background: transparent url("images_nan/left_pict.gif") left top no-repeat;
    padding: 10px 15px;
    margin-left:25px;
}

/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: #B58800
}


/* blockquote */
.entry blockquote {
	background:#F7F5ED;
	border:none;
    width: auto;
    margin: 0mm 18.48mm 0mm 27.72mm; 
   text-indent: -13.86mm;;
    font-size:4.59mm;
    line-height: 1.5;
}

.entry-body {
    font-size:4.59mm;
    line-height: 1.5;
}

#links-left li li,
#links-right li li {
    background: url(images_nan/lmark.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}


.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}
.layout-two-column-liquid-left #links-left {
	 background-color: #EBE6D1;
    position: absolute;
    width: 200px;
    top: 103px;
    _top: 102px;
    left: 2px;
    color: #fff;
}

/* 可変領域 \*/


/* メニューのタイトル */
#links-left ul li h2{
	background: url(images_nan/left_title.gif) no-repeat;
	color:#B5A252;
}

#links-right ul li h2 {
	background: url(images_nan/right_title.gif) no-repeat;
}

/* メニューのスタイル */
ul#mainmenu li {
	margin: 0; padding: 5px 2px 4px 32px; 
	color: #EBE6D1; background: url(images_nan/menu.gif) no-repeat; 
	font-weight: bold;
}


/*-- ボディ --*/
body {
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}


hr {color: #BCBCBC; height:1px;}

/*-- 見出し --*/
h1 {}
h2 {}
h3 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 36px;
	line-height: 40px;
	font-weight: bolder;
	color: #666666;
	text-align: center;
}



td#notes{
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 160%;
}


.notes{
	font-size: 12px;
	line-height: 120%;
}

.att{
	font-size: 8px;
}

div#comments,p.date {
	display:none;
}



