﻿/*  
	Theme Name: Corporate Theme for dreambed
	Theme URI: http://www.kongtechnology.com
	Description: Customized by Oki M based on Corporate Theme
	Version: 1.0. If you need copy, send E-mail to <info@centree.net>
	Author: Oki M , based on Kitkat
	Author URI: http://www.centree.net

        last modified: 2010/01/22

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
　　　some codes are besed on wordpress official site.
        http://ja.wordpress.org/  or http://wordpress.org/

*/

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:100%;
	}
	
body {
	background: #ecf6d9;
	color: #2a305a;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: darkblue; /*font title*/
	text-decoration:none;
	}

a:hover, a:active {
	color:#D50000; /*hover title*/
	text-decoration:none;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 94%;
	font-style:italic;
	background:#fffff;
	padding:0 0 0 4px;
	}
	
.smalllatest {
	font-size: 88%;
	font-style:italic;
	background:#fffff;
	padding:4px 0 0 4px;
	}	
	
.postlink{
	font-size: 94%;
	background:#fffff;
	padding-top:15px;
	}	

img, a:link img, a:visited img {
	border:0
	}

/*Main Navbar */

#nav {
	background:#3a4c83; /*background colour*/
	font-size:94%;
	z-index: 2;
	width:750px;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #a9a9a9; /*border colour*/
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background:none; /*mover over*/
	text-decoration:none;
	}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #003366;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:88%;
	color:#FFF;
	}

#nav li li a:hover, #nav li li a:active {
	background:#000;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover
{	background:none;
	}
		
/* Structure */

#page {
	width:750px;
	margin-left: auto; 
    	margin-right: auto;
	font-size:87%;
	background:#FFF;
	padding: 10px 25px 25px 25px;
	text-align: left;
	}

#branding {
	width:500px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 200px;
	float:left;
	font-size:82%;
	}
	
#browse-select {
	font-size:82%;
}

/*Css for the index page*/
	
#welcomebar{
	background:#ffffff;
	padding-right:8px;
	margin:20px 0 0 10px;
	height:160px;
	width:332px;
	float:left;
	}
		
#latestbar{
	background:#ffffff;
	padding:5px 5px 0 10px;
	margin:10px 0 0 10px;	
	width:330px;
	text-align:justify;
	float:right;
	font-size:82%;
	}

#photobar2{
	/*	background:#000;*/
	/*	background:url(images/pic.jpg) no-repeat left ;*/
		width:750px;
		height:445px;
		margin:0px 0px 0px 0px;
		padding:15px 0 0px 0px;
		float:right;
		}
		
/*end of Css for index page*/

#sidebar ul li 
{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 4px 20px;
	background:url(images/gobutton2.gif) no-repeat;
	background-position:left;
}

#contenttitle {
	float:right
	width:530px;
	margin: 0px;
	padding: 10px 0px 0px 8px;
	
	}	
		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#F8F8FA; /*background*/
	display:block;
	padding:4px 4px 4px 8px;
/*	border-left:4px solid #DEDFE1;*/
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#EEF1FE;
	text-decoration:none;
	color: #E13333;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
			
/*	Headers */
	
#header {
	background: #FFFFFF;
	width: 750px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	}
	
#header a {
	font-family: Helvetica, Verdana, Arial, Sans-Serif, Times New Roman;
	font-size: 300%;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}

#header a:hover{
	color: #333333;
	}	
	

h1 {
	color: #333333;
	font-size: 180%;
	font-family: Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	}

.mainheader{
	color: #333333;
	font-family: Sans-Serif;
	font-weight: normal;
	height:50px;
	width:350px;
}		
		
		
h2 {
/*	overflow: hidden; */
	font-family: Sans-Serif;
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px 10px 0px;
  	padding: 4px 0px 0px 8px; 
	color: #336699;
	border-style: solid;
	border-left-color: #336699;
	border-width: 0px 0px 0px 10px;
	}

h3 {
/*	overflow: hidden; */
	font-family: Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 3px #336699;
	color: #336699;
	font-weight: bold;
	font-size: 140%;
	}

/*sidebar colour*/

#sidebar h3, #sidebar h2 {
	padding:6px 0 4px 0px;
	margin:5px 0 5px 0;
	font-size:120%;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:160%;
	margin-bottom:6px;
	}
	

.singlepage {
	font-family: Sans-Serif;
	font-weight: bold;
	font-size: 140%;
  	color: #336699;
  	padding-left: 10px;
  	border-width: 0px 0px 2px 10px;
 	border-style: solid;
  	border-color: #336699;
  	line-height: 120%; 
}

.singlecomment {
	font-size: 94%;
	font-style:italic;
	background:#fffff;
	padding:4px 0px;
}	
	
	
/* Content */

#content {
	width:520px;
	float:right;
	}

#content2 {
	width:100%;
	float:left;
	}
	
.description {
	font-size: 88%;
	color:#545454;
	padding-left:10px;
	}
	
.linebreak{
	margin-top:13px;
	border-top:5px solid #66bf7f;;
}
	

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature p, {
	margin:0;
	}

.feature img {
	padding:1px;
	border:1px solid #000;
	}

.feature:hover {
	background:#e9e9e9;
	}
	

			
#adsense_placeholder {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}	
	
#headerimage {
	margin-top:22px;
	}

.title {
	font-family: Arial, Verdana;
	font-size:140%;
	}
	
.feature#lead .title {
	font:175% "Times New Roman", Georgia, Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-top:5px;
	text-align:justify;
	font-size:87%;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

/*Calendar*/
.contentdate {
	background: #FFFFFF url(images/calendar.gif);
	float: left;
	width: 45px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	}
	
.contentdate h3 {
	color: #FFFFFF;
	font-size: 87%;
	font-weight: normal;
	padding: 1px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
	
.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 180%;
	font-weight: bold;
	padding: 5px 4px 0px 0px;
	margin: 0px;
	text-align: center;
	}

#contentmiddle {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 10px 0px;
	display: inline;
	}
	
#contentmiddle ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentmiddle ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

.postspace {
	background: #EFEFEF url(images/spacer.gif);
	width: 530px;
	height: 10px;
	margin-top: 15px;
	padding: 0px;
	}

/*Post*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
/*Search*/

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%;
	}

#searchform {
	font-size: 82%;
	float:right;
	}

#searchform #s{
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	color: #999999;
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
}

#searchform #searchsubmit { 
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	
.mycomments 
{
	background:url(images/comments.gif) no-repeat left center;
	padding-left:20px;
}
	
/*posting icon*/	
.myposts 
{
	background:url(images/posting.gif) no-repeat left center;
	padding-left:16px;
}

.myedits
{
/*	background:url(images/edit.gif) no-repeat left center;*/
	padding-left:10px;
}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}
	
/* Footer*/

#footer {
/*background: #F3F3F4;*/
background: #dddddd;
text-align:right;
height:auto;
width:auto;
padding: 5px;
color:#000000;
font-size:80%;
font-color:gray;
border-width:1px 0 0 0;
border-style:solid;
border-color: silver;
}

#recentpost {
	padding:10px 5px 0px 5px;
	margin:10px 0 0px 20px;
	float:right;
	font-size:88%;
	width:230px;
/*	overflow:hidden; */
}
	
#recentpost li {
	padding-left: 0px;
	margin-left: 20px;
	list-style-image:url(images/mini-comments.gif);
}

#recentpost a:hover {
	text-decoration: underline; 
}

#recentposttitle {
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:#cccccc;
	width:220px;
}

#bottombar {
	margin: 0px 0px 0px 0px;
	float:left;
	padding: -25px -0px -25px 0px;
	width: 200px;
	height: auto;
	color: #666666;
	background-color:#eeeeee;	
	border-width: 2px 0 0 0;
	border-color: silver;
	font-size:82%;
	z-index: 1;
}

#bottombar li {
	list-style-type:square;
	border-width:0px 0px 1px 0px;
	border-style:dotted;
	border-color:#dddddd;
	padding-left: 0px;
	margin-left: 20px;
}

#bottombar li a:link {
	display:block;
	padding:5px;
	color: gray;
}

#bottombar li a:visited {
	display:block;
	padding:5px;
	color:gray;
}

#bottombar li a:hover {
	background: lightsteelblue;
	color:white;
}


#bottombar h3 h2 {
	padding:6px 0 4px 0px;
	margin:5px 0 5px 0;
	font-size:92%;
	}

#categoryx {
	margin:0 5px 0 5px;
	padding:0 0 0 0;
}

#archivex {
	padding: 0px 5px 10px 5px;
	width:150px;
	float:left;
	font-size:80%;
}

#commentx {
	padding: 0px 5px 10px 5px;
	width:200px;
	float:left;
	font-size:80%;
}


#blogroll {
	padding: 0px 5px 10px 5px;
	width:150px;
	float:left;
	font-size:80%;
}

#write_by {
	padding-top: 2px;
}

.bottombartitle {
	font: normal 140% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #CFE1AC;
}

.sideblock
{
	padding: 0px 10px;
	margin-bottom: 20px;
	background-color: #F6FAFF;
	border: 1px solid #DFEAF7;
}

#singlecat li {
	float:left;
	list-style-type:none;
}

#singlepostin {
	float:left;
}

#singlepostwrapper {
	padding: 0px 0px 10px 0px;
	font-size:80%;
}

.bannar {
	padding: 0px 5px 10px 0px;
	float:right;
	font-size:80%;
	width:240px;
/*	overflow:hidden; */
}

.breadcrumb {
	color: #666666;
	font-size:82%;
}

#wrap {
    text-align: center;
}

#content2{
		width:750px;
/*		height:auto; */
/*		margin:0px 0px 0px 0px; */
/*		padding:0px 0 0px 0px; */
		float:right;
		}

#header3{
		width:750px;
		height:auto;
		float:right;
		margin:0px 0px 0px 0px;
		padding:0px 0 0px 0px;
		}


h5 {
/*	overflow: hidden; */
	font-family: Sans-Serif;
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px 10px 0px;
  	padding: 4px 0px 0px 8px; 
	color: #ff9900;
	border-style: solid;
	border-left-color: #ff9900;
	border-width: 0px 0px 0px 10px;
	}

h6 {
/*	overflow: hidden; */
	font-family: Sans-Serif;
	font-weight: bold;
	font-size: 150%;
	margin: 0px 0px 5px 0px;
  	padding: 4px 0px 0px 8px; 
	color: #696969;
	line-height: 120%;
	}

.pedic {
	float:left;
	width: 100%;
	border: 0;
	padding: 2px;
	line-height: 120%; 
	font-size:100%;
	}

.utext {
	font-size:120%;
	float:left;
	line-height: 120%; 
        width: 100%;
	}

.orange1 {
	color: #ff9900;
	font-weight: bold;
	font-size: 215%;
	line-height: 120%;
}

.orange2 {
	color: #ff9900;
	font-weight: bold;
	font-size: 160%;
	line-height: 120%;
}

.orange3 {
	color: #ff9900;
	font-weight: bold;
	font-size: 140%;
	line-height: 120%;
}
.orange4 {
	color: #696969;
	font-weight: normal;
	font-size: 120%;
	line-height: 120%; 
}

.eme1 {
	color: #007e97;
	font-weight: bold;
	font-size: 215%;
	line-height: 120%; 
}

.eme2 {
	color: #007e97;
	font-weight: bold;
	font-size: 160%;
	line-height: 120%; 
}

.eme3 {
	color: #007e97;
	font-weight: bold;
	font-size: 140%;
	line-height: 120%; 
}

.serta_info {
	color: #ffffff;
	font-size:100%;
	line-height: 130%;
}

.serta_info2 {
	color: #ffffff;
	font-size:84%;
	line-height: 150%;
}

.pedictop {
	font-size:100%;
	line-height: 130%;
}

.bg_all	{
         color: #ff9900;
	 font-weight: bold;
	 font-size: 120%;
	 margin: 0px 0px 0px 0px;
  	 padding: 5px 5px 5px 5px;
      }

.bg_all2{
         color: #007e97;
	 font-weight: bold;
	 font-size: 120%;
	 margin: 0px 0px 0px 0px;
  	 padding: 5px 5px 5px 5px;
      }

.p_r	{
         color: #ff0000;
	 font-weight: bold;
      }

.p_1	{
	 text-align: center;
      }

#utext2 {
	font-size:120%;
	float:left;
	line-height: 120%; 
        width: 100%;
	}

#utext2 h5 {
/*	overflow: hidden; */
	font-family: Sans-Serif;
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px 10px 0px;
  	padding: 4px 0px 0px 8px; 
	color: #007e97;
	border-style: solid;
	border-left-color: #007e97;
	border-width: 0px 0px 0px 10px;
	}

/* wp-table text centering */
.wp-tablecenter {
margin-left: auto; 
margin-right: auto;
font-size: 100%;
width:auto;
}

/* wp-table text for shopinfo*/
.wp-tableshop {
margin-left: auto; 
margin-right: auto;
font-size: 85%;
padding-bottom: 10px;
}

/* roset menu*/

#navmenu ul {	margin: 0;
		padding: 0 7px 0 9px;
		list-style-type: none;
		list-style-image: none;
		display: inline;
}
#navmenu li {	border-left: 1.5px #666666 solid;
		margin: 0px 0px 0px 0px;
		padding: 0 7px 0 9px;
		line-height:23px;
		list-style-type: none;
		list-style-image: none;
		display: inline;
}

#navmenu a:link { color: #666666;
}

#navmenu a:visited { color: #808080;
}
#navmenu a:hover { color: #ff6666; 
}
#navmenu a:active { background-color: #ffe4c4; }


/* dreambed kodawari*/

#koda {		width: 680px;
		font-size: 10pt;
		margin-left: auto;
		margin-right: auto;
		line-height: 150%;
}

#koda li {	line-height:22px;
		list-style-image: none;
}

/* dreambed kodawari footer*/

#koda_f ul {	font-size: 10pt;
}

#koda_f ul {	float: left;
		margin: 0;
		padding: 0 7px 0 9px;
		list-style-type: none;
		list-style-image: none;
		display: inline;
}
#koda_f li {	border-left: 1.5px #666666 solid;
		margin: 0px 0px 0px 0px;
		padding: 0 7px 0 9px;
		line-height:23px;
		list-style-type: none;
		list-style-image: none;
		display: inline;
}
#koda_f a:link { color: #ffffff;
}

#koda_f a:visited { color: #ffffff;
}
#koda_f a:hover { color: #ffff00; 
}
#koda_f a:active { background-color: #ffff80; }

#koda_fo 	 { 	color: #ffffff;
			float:left;
			font-weight: bold;
			padding: 0 10px 0 0;
			font-size: 12pt;
}

/* dreambed kodawari footer*/

#ws_bl {	padding:8px;background-color: #21a9d7;
		color:white;
		width:auto;
		font-size:12pt;
		font-weight:bold;
}

#ws_or {	padding:8px;background-color: #ff7f00;
		color:white;
		width:auto;
		font-size:12pt;
		font-weight:bold;
}

/* center */

.c_ring {
               margin-left: 15px;
               margin-right: 0px;
}

/* postbigfont*/
.bigfont {
               font-size:115%;
               line-height: 160%;
}

/* postbigfont*/
.centering {
               margin-left:20px;
               text-align:left;
}
