/*  
Theme Name: blog.adultnavigate.net
Theme URI: http://www.koikikukan.com/
Description: koikikukan template 3 column edited by adultnavigate
Author: Yujiro Araki edited by adultnavigate
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.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

body {
    font-size: 100%;
background-color : #ffccff ;
}
html>body {
    font-size: 12pt;
}

/* additional */

u, em {
color: #ff0000;
text-decoration: none;
font-style: normal;
}

.breadcrumb {
text-align: center;
font-size: 10px;
}


dl {
margin: 5px 0;
}

dt {
font-weight: bold;
margin-top: 10px;
}

dd {
margin-left: 5px;
}

.netabare {
color: #ffffff ;
}

#seoparts {
margin:0;
padding:0;
list-style:none;
font-size:14px;
width:100%;
height:15px;
overflow:hidden;
line-height:100%;
}

#seoparts li {
float:left;
padding:0;
}

#trackword_bar {
margin:0;
padding:0;
list-style:none;
font-size:12px;
width:100%;
height:14px;
overflow:hidden;
line-height:1
}

#trackword_bar li {
float:left;
padding:0;
margin:0;
}

#trackword_loadingli {
float:left;
padding:1px;
margin: 0 0 0 8px;
line-height:1;
}

#ads {
font-size: 12px;
}

#guide {
font-size : 12px ;
}

#guide a {
font-size : 125% ;
font-weight : bold ;
text-decoration : underline ;
}

#ranking {
border-collapse: collapse;
width : 450px ;
font-size : 12px ;
}

#ranking table, #ranking thead, #ranking tr, #ranking td {
border: 1px #000000 solid;
}

#ranking thead {
background-color: #ffccff ;
}

#ranking td {
padding: 2px;
}


/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #0000ff;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: none;
}

/* form */
form {
    margin: 0px;
}
#searchform fieldset {
    border: none;
}

#search-options,
input {
    padding: 1px;
}

#searchtext {
    width: 150px;
}

/* banner title */
#header {
	position : absolute;
	top : 0px ;
	border : 1px solid #ff66cc ;
	color : #000000 ;
	background-color : #ff66cc ;
	text-align : left ;
	width : 850px ;
	hwight : 100px ;
}

#header a,
#header a:link,
#header a:visited {
	color: #ffffff ;
	background: transparent ;
	font-size: 18px ;
	font-weight: bold ;
	text-decoration: none ;
}

#header a:hover {}
#header a:active {}

#blog-name {
float : left ;

}

#blog-description {
background: transparent;
font-size: 12px;
float : right ;
width : 550px ;
}

#blog-description a,
#blog-description a:link,
#blog-description a:visited {
color: #000000 ;
font-size : 12px ;
}

#banner {
height : 100px ;
padding : 10px ;
}

#main {
position: absolute;
top: 122px;
width: 850px;
clear:both;
border:#ff66cc solid 1px;
background-color: #ffffff;
}

#center {
width : 663px ;
float : left ;
}


/* article */
.blog {
    padding: 10px 15px;
}

/* article date */
.date {
    margin: 8px 0;
    padding-left: 8px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 10px;
    font-weight: normal;
text-align: right;
}

.entry p {
    margin: 10px 0;
}

.entry blockquote p {
    margin: 0;
}

.entry ul {
    margin: 10px 0 10px 25px;
}

.entry ol {
    margin: 10px 0 10px 30px;
}

.entry li {
	margin: 5px 0;
}

.entry textarea {
    width: 97%;
}

.entry img {
float: left;
padding: 5px;
border : 1px #ffffff solid;
}

.entry h1 {
background-color: #e3cfc8;
padding: 2px 5px;
font-size: 18px;
}

.entry h2 {
border-bottom: #000000 1px dotted;
font-size: 12px;
font-weight: bold;
clear:both;
}

.entry h3 {
border-left: solid 5px #ffccff;
border-bottom: solid 1px #ffccff;
background-color: #ffccff;
clear:both;
}

.entry embed {
float: left;
padding: 5px;
}

.entry table {
border-collapse: collapse;
}

.entry table, .entry thead, .entry tr, .entry td {
border: 1px #000000 solid;
}

.entry thead {
background-color: yellow ;
}

.entry td {
padding: 2px;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle {
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* title of entry */
.entry-header {
    margin: 15px 0 0;
    padding-left: 10px;
    border-left: 3px solid #999;
    color: #444444;
    font-size: 125%;
    font-weight: bold;
}

.entry-body {
font-size: 12px;
color: #444444;
}

.entry-body a {
text-decoration : underline ;
font-weight : bold ;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
clear: both;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 10px;
    text-align: center;
font-size: 10px;
}

.navigation {
    margin: 10px;
    text-align: center;
font-size: 10px;
}

.page {
    margin: 6px 0 10px;
    font-size: 83.3%;
}

/* breadcrumbs list */
.crumbs {
text-align: center;
font-size: 10px;
}

/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #444;
}

#links-left ul li,
#links-right ul li {
    list-style: none;
    margin: 0 0 15px 0;
}

#links-left li li,
#links-right li li {
    background: url(images/lmark.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}

/* title of menu list */
#links-left ul li p,
#links-right ul li p {
    margin-top: 3px;
    padding-bottom: 2px;
    border: 1px solid  #666;
    color: #444;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
    height: 100%; /* for IE6 */
}

#links-left ul li h2,
#links-right ul li h2 {
    margin-top: 3px;
    padding-bottom: 2px;
    border: 1px solid  #666;
    color: #444;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
    height: 100%; /* for IE6 */
}

html > body #links-left ul li h2,
#links-right ul li h2 {
    padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
    margin: 3px 0 20px;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    font-size: 75%;
    line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 100%;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

form input,
form textarea {
    border: 1px solid #999;
}
#searchtext {
    margin: 3px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-three-column-right,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    /* background: #ffccff url("./images/bg.jpg") repeat-y center center; */
}

.layout-three-column #container,
.layout-three-column-right #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-three-column-right #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
background-color: #ffffff;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column-right #box,
.layout-three-column #box {
    width: 850px;
}





/* 3カラム固定レイアウト */
.layout-three-column #content {
float: right;
    width: 478px;
    border-bottom: 1px solid #ff66cc;
    border-left: 1px solid #ff66cc;
    border-right: 1px solid #ff66cc;
margin-bottom: 10px;
}

.layout-three-column #links-left-box {
float : left ;
    width: 180px;
}

.layout-three-column #links-right-box {
    float: right;
    width: 185px;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
}

/* 3カラム固定レイアウト（右サイドバー） */
.layout-three-column-right #content {
    float: left;
    width: 483px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-three-column-right #links-left-box {
    float: left;
    width: 180px;
}
.layout-three-column-right #links-right-box {
    float: right;
    width: 185px;
}
.layout-three-column-right #links-left {
    padding: 15px 5px 0 15px;
}
.layout-three-column-right #links-right {
    padding: 15px 15px 0 15px;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-two-column-right #links-right-box {
    float: right;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}


/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column-right .blog,
.layout-three-column .blog {
    padding: 10px 15px;
}


/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-three-column-right #footer {
margin-top: 10px;
    padding: 5px 0;
    height: auto;
    color: #ffffff;
    background: #ff66cc;
    font-size: 10px;
    text-align: center;
}

.layout-three-column #footer,
.layout-three-column-right #footer {
    width: 850px;
clear: both;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 665px;
}
.layout-one-column #footer {
    width: 478px;
}

#footer a {
color: #ffffff;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
