/*  
Theme Name: Koikikukan
Theme URI: http://www.koikikukan.com/
Description: koikikukan template 3 column
Author: Yujiro Araki
Author URI: http://www.koikikukan.com/
Version: 0.1
*/

/*
 * 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.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: 0;
}

/* unordered list / ordered list */
ul, ol {
/*    padding-left: 16px;*/
}
ul li {
/*    list-style-type: circle;*/
}

/* definition list */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* forms */
form {
    margin: 0;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

#navigation {
height:2.2em;
line-height:2.2em;
background:#578bb8;
color:#ffffff;
font-size:14px;
}

#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;}



#navigation li a {
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}



* html #navigation a {width:1%;}



#navigation .selected,#navigation a:hover {background:#80b0da;

color:#ffffff;

text-decoration:none;}


#navigation_top {
height:35px;
background:url(images/bg01.jpg);
}

#navigation_top li {
float:left;
list-style-type:none;
}

#navigation_top li a {
display:block;
padding:5px;
}

#navigation_top table {
font-size:12px;
}


/* banner title */
#banner {
    padding: 15px;
    border-bottom: 1px solid #666699;
    color: #999999;
/*    background-position: right top;
    background: #8fabbe;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* description of blog */
#banner-description {
    color: #999999;
    font-size: 12px;
}

/* article */
.blog {
    padding: 10px;
    font-size: small;
    color: #36414d;
}

/* article date */
.date {
    margin-top: 6px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
}

/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #8fabbe;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 14px;
    line-height:180%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

.entry_arch {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:180%;
    word-break: break-all;
}

.entry_arch p {
    border-bottom: 1px dotted #36414d;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

/* textarea */
.entry textarea {
    width: 97%;
}

/* title of entry */
.entry-header {
    margin: 15px 0 10px;
    padding-left: 5px;
    border-left: 3px solid #999999;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
}

.entry-body{
    margin:15px;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 10px;
    _font-size: 9px;
}

.entry p {
    margin: 18px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 6px 0 10px;
    text-align: center;
    font-size: 12px;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 12px;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 12px;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
}

#links-left li,
#links-right li {
/* ADD */
    background: #f6f6f6;
    padding:0 0 5px 0;
    list-style: none;
    line-height: 1.6em;
    margin: 0px 0 15px 0;
}

#links-left li li,
#links-right li li {

    background: url(images/lmark.gif) no-repeat 0 0.4em;
    padding-left: 12px;
    margin: 0px;	
}

#links-left ul ul,
#links-right ul ul {
    margin: 10px;
}

/* title of menu list */
#links-left ul li h2,
#links-right ul li h2 {
/*    margin: 3px 0; */
    padding: 4px 0 3px;
    _padding: 3px 0 4px;
/*    border: 1px solid  #666666;*/
    text-align: center;
    color: #444444;
    background: #f6f6f6 url(images/mi01.jpg);
    font-size: 10px;
    line-height: 140%;
}

.mi_bd{
	border: 1px solid  #cccccc;
}
/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment {
    width: 400px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    padding: 2px 0 2px 5px;
    margin: 15px 0;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
    font-weight: bold;
}

form input,
form textarea {
    border: 1px solid #999999;
}
#searchtext {
    margin: 3px 0;
}

/* layout */

/* for 3 columns */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom:20px;
    text-align:center;
    background:#ffffff;
/*
    background: #36414d;
*/
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
    background:#ffffff;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
}

/* for 1 column or 2 columns */
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
/*
    background: #ffffff;
*/
	background:url(images/bg_st.gif);

}
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
    background: #ffffff;
}

/* for 2 columns */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: left;
    background:#ffffff;
	overflow:hidden;
}

/* for 2 columns */
.layout-one-column #container {
    margin-bottom: 0;
}

/* for 1 column */
.layout-one-column #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* for 1 column */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
body.layout-one-column-liquid {
    background: #36414d;
}

/* footer */
#footer {
	margin-left:auto;
	margin-right:auto;
    padding: 1px 0;
	width:1000px;
	background:#FFFFFF;
	border:#CCCCCC 1px solid;

}
#footer p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #444444;
}
.layout-two-column-liquid-left #footer,
.layout-two-column-liquid-right #footer,
.layout-one-column-liquid #footer {
    display: none;
}

.layout-one-column #footer {
    text-align: center;
}

/* for 3 columns liquid layout */
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;

}
.layout-three-column-liquid #links-left {
    position: absolute;
    width: 155px;
    top: 103px;
    _top: 102px;
    left: 15px;
    color: #ffffff;
}
.layout-three-column-liquid #links-right {
    position: absolute;
    width: 155px;
    top: 104px;
    _top: 100px;
    right: 15px;
    color: #ffffff;
}

/* for 2 columns liquid layout (with right sidebar) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 104px;
    _top: 100px;
    right: 15px;
    color: #ffffff;
}

/* for 2 columns liquid layout (with left sidebar) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 103px;
    _top: 102px;
    left: 15px;
    color: #ffffff;
}

/* for IE7 */
*:first-child+html .layout-three-column-liquid #links-left,
*:first-child+html .layout-three-column-liquid #links-right,
*:first-child+html .layout-two-column-liquid-right #links-right,
*:first-child+html .layout-two-column-liquid-left #links-left {
    top: 100px;
}

/* for 1 column liquid layout */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    background: #ffffff;
}

/* for 3 columns fixed layout */
.layout-three-column #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: #ffffff;
}

/* for 2 columns fixed layout (with right sidebar) */
.layout-two-column-right #content {
    float: left;
    width: 680px;
    margin: 0 0 10px 0;
/*
    border-bottom: 1px solid #666699;
*/
    border-right: 1px solid #666699;
    background: #ffffff;
}
.layout-two-column-right #links-right-box {
    float:right;
    width:315px;
    background:#ffffff;
}
.layout-two-column-right #links-right {
    padding: 5px 5px 0;
    color: #ffffff;
	background-color:#FFFFFF;
}


/* for 2 columns fixed layout (with left sidebar) */
.layout-two-column-left #content {
    float: right;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: #ffffff;
}

input,textarea {
    font-family: "Osaka", arial, sans-serif;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	本文エリア／テキスト広告
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#ad_topics, #ad_google {
	clear:both;
	margin:20px auto;
}

/*
	Ads by Google
*/
div#abg {
	margin:20px 0; padding:0;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

div.abg_l {
	width:100%; overflow:hidden;
	background:url(../images/ad_google_left.gif) no-repeat top left;
}

div.abg_r {
	background:url(../images/ad_google_right.gif) no-repeat top right;
}


#abg ul {
	clear:both;
	margin:0; padding:25px 10px 0 10px;
	list-style:none;
}
#abg li {
	margin:0; padding:0;
	border-top:1px dotted #999;
}
#abg span.url {
	font-size:10px; margin-left:2em;
	color:#333;
}
#abg span.msg {
	font-size:12px;
	color:#333;
}

#abg a {
	font-size:12px;
	display:block;
	text-decoration:none;
	margin:0; padding:2px 0 4px 23px;
	color:#369; background: url(../images/sqarrow_gray11g.gif) no-repeat 6px 5px;
	min-height:3em; line-height: 1.5em;
}

* html #abg a {
	height:3em;
}

#abg a:hover, #abg a:hover span { color:#fff; background-color:#369; }


/* RSS 表示枠 */

.rss_waku{
font-size:12px;
width:1000px;
text-align:center;
padding-top:10px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
background:#FFFFFF;
border-left:#CCCCCC 1px solid;
border-right:#CCCCCC 1px solid;
}

.rss_waku p{
font-size:14px;
padding-bottom:5px;
}

.rss_waku span {
text-align:center;
}

.rss_waku div div{
text-align:left;
}

/* 枠 補足事項（緑） */
.aten_01{
background: url(../images/member_entry_aten_waku01.gif) no-repeat top;
/*
width:780px;
*/
width:490px;
padding-top: 10px;
}
.aten_02{
background: url(../images/member_entry_aten_waku02.gif) no-repeat bottom;
padding-bottom: 10px;
margin-bottom:10px;
}
.aten_02-2{
background: url(../images/member_entry_aten_waku02.gif) no-repeat bottom;
padding-bottom: 10px;
margin-bottom:15px;
}
.aten_03{
border-right: 5px solid #7ab42c;
border-left: 5px solid #7ab42c;
background-color:#efffd9;
padding:5px 15px;
font-size: 85%;
line-height:160%;
}

.aten_03 ul{
list-style-position:outside;
list-style-type:disc;
}
.aten_03 .atenmark_01{
list-style-position:outside;
list-style-image: url(../images/list_item01.gif) ;
}
.aten_03 li{
margin-left:20px;
margin-top:3px;
}

.aten_03 p{
color:#7ab42c;
font-weight:bold;
}

/* 枠 補足事項（ピンク） */
.aten_01_pink{
background: url(../images/member_entry_aten_waku01_2.gif) no-repeat top;
/*
width:780px;
*/
width:490px;
padding-top: 10px;
}
.aten_02_pink{
background: url(../images/member_entry_aten_waku02_2.gif) no-repeat bottom;
padding-bottom: 10px;
margin-bottom:10px;
}
.aten_02-2_pink{
background: url(../images/member_entry_aten_waku02_2.gif) no-repeat bottom;
padding-bottom: 10px;
margin-bottom:15px;
}
.aten_03_pink{
border-right: 5px solid #DA93DA;
border-left: 5px solid #DA93DA;
background-color:#F9F0F9;
padding:5px 15px;
font-size: 85%;
line-height:160%;
}

.aten_03_pink ul{
list-style-position:outside;
list-style-type:disc;
}
.aten_03_pink .atenmark_01{
list-style-position:outside;
list-style-image: url(../images/list_item01.gif) ;
}
.aten_03_pink li{
margin-left:20px;
margin-top:3px;
}

.aten_03_pink p{
color:#DA93DA;
font-weight:bold;
}

/* 枠 補足事項（青） */
.aten_01_blue{
background: url(../images/member_entry_aten_waku01_3.gif) no-repeat top;
/*
width:780px;
*/
width:490px;
padding-top: 10px;
}
.aten_02_blue{
background: url(../images/member_entry_aten_waku02_3.gif) no-repeat bottom;
padding-bottom: 10px;
margin-bottom:10px;
}
.aten_02-2_blue{
background: url(../images/member_entry_aten_waku02_3.gif) no-repeat bottom;
padding-bottom: 10px;
margin-bottom:15px;
}
.aten_03_blue{
border-right: 5px solid #9CB3DD;
border-left: 5px solid #9CB3DD;
background-color:#F0F3F9;
padding:5px 15px;
font-size: 85%;
line-height:160%;
}

.aten_03_blue ul{
list-style-position:outside;
list-style-type:disc;
}
.aten_03_blue .atenmark_01{
list-style-position:outside;
list-style-image: url(../images/list_item01.gif) ;
}
.aten_03_blue li{
margin-left:20px;
margin-top:3px;
}

.aten_03_blue p{
color:#9CB3DD;
font-weight:bold;
}

/* 枠 補足事項（オレンジ） */
.aten_01_ore{
background: url(../images/member_entry_aten_waku01_4.gif) no-repeat top;
/*
width:780px;
*/
width:490px;
padding-top: 10px;
}
.aten_02_ore{
background: url(../images/member_entry_aten_waku02_4.gif) no-repeat bottom;
padding-bottom: 10px;
margin-bottom:10px;
}
.aten_02-2_ore{
background: url(../images/member_entry_aten_waku02_4.gif) no-repeat bottom;
padding-bottom: 10px;
margin-bottom:15px;
}
.aten_03_ore{
border-right: 5px solid #F8BB7F;
border-left: 5px solid #F8BB7F;
background-color:#FDF3EA;
padding:5px 15px;
font-size: 85%;
line-height:160%;
}

.aten_03_ore ul{
list-style-position:outside;
list-style-type:disc;
}
.aten_03_ore .atenmark_01{
list-style-position:outside;
list-style-image: url(../images/list_item01.gif) ;
}
.aten_03_ore li{
margin-left:20px;
margin-top:3px;
}

.aten_03_ore p{
color:#F8BB7F;
font-weight:bold;
}

/* 枠 補足事項（グレー） */
.aten_01_gra{
background: url(../images/member_entry_aten_waku01_5.gif) no-repeat top;
/*
width:780px;
*/
width:490px;
padding-top: 10px;
}
.aten_02_gra{
background: url(../images/member_entry_aten_waku02_5.gif) no-repeat bottom;
padding-bottom: 10px;
margin-bottom:10px;
}
.aten_02-2_gra{
background: url(../images/member_entry_aten_waku02_5.gif) no-repeat bottom;
padding-bottom: 10px;
margin-bottom:15px;
}
.aten_03_gra{
border-right: 5px solid #bbbbbb;
border-left: 5px solid #bbbbbb;
background-color:#f3f3f3;
padding:5px 15px;
font-size: 85%;
line-height:160%;
}

.aten_03_gra ul{
list-style-position:outside;
list-style-type:disc;
}
.aten_03_gra .atenmark_01{
list-style-position:outside;
list-style-image: url(../images/list_item01.gif) ;
}
.aten_03_gra li{
margin-left:20px;
margin-top:3px;
}

.aten_03_gra p{
color:#bbbbbb;
font-weight:bold;
}

/* ===== takahashi list ===== */
.takahashi-list {
	margin-top: 10px;
	padding: 10px 2px 0px 2px;
/*
	border-top: solid 1px #E3E8EE;
*/
}
.takahashi-list h3 {
	padding: 2px 0px 4px 0px;
	color: #666666;
	font-size: 120%;
	border-bottom:1px solid #E3E8EE;
}
.takahashi-list h3 span {
	font-size: 90%;
	font-weight: normal;
}
.takahashi-list h3 a {
	color: #666666;
	text-decoration: none;
}
.takahashi-list ul {
	padding:0px;
	margin:0px;
	display: inline;
}
.takahashi-list ul li {
	padding:0px;
	margin:0px;
	display: inline;
	color: #d0d0d0;
	font-size: 90%;
	line-height: 1.4;
}
.takahashi-list ul li a {
	color:#666666;
	text-decoration: none;
}