﻿/*  
Theme Name: Simple3
Theme URI: http://blog.h-h.jp/investnews
Description: Simple Three column fluid theme
Author: itom
Author URI: http://blog.h-h.jp/investnews
Version: 1.00
*/

/*
 * File      : style.css
 * Version   : 1.00
 * Update    : 
 *
 * Copyright (C) 2007-2007 www.h-h.jp All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
   font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@charset "utf-8";

body {
	color: #333; 
	font-size: 120%;
	line-height: 1.5; 
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	background-color: #dde8ee; 

}
html>body {
font-size: 14px;
}
/* heading */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height:1.6;
}
/* anchor */
a,a:link,a:visited {
	color: #069;
}
a:hover {
	color:#ff0000;
}
/* image with anchor */
a img {
	border: none;
	margin-right: 10px;
}
h2 a:link,
h2 a:visited {
	text-decoration: none;
	color: #040404;
}
form {
	margin: 0;
}
input,textarea {
	font-family: Verdana, Arial, sans-serif;
}
strong {
	color: red;
	font-size:110%;
}
#box {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: left;
	background-color: #ffffff;
	width: 900px;
	overflow: hidden;
	background-image: url(./images/line.png);
	background-repeat: repeat-y;
}
/* banner title */
#header {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	width: 900px;
/*	background-color: #edffed; */
	background-color: #ddefdd;; 
	height: 90px;
	overflow: hidden;
}
/* description of blog */
#blog-name {
	margin: 0;
	padding: 15px 0 0 15px;
	font-size: 20px;
}
#blog-name a,
#blog-name a:link,
#blog-name a:visited {
	color: #287fe0;
	text-decoration: none;
} 

.blog-description {
	margin: 0 0 0 20px;
	padding: 0;
	color: #186fd0;
	font-size: 12px;
}
#upper {
	background-color: #5c89c8;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #2c5998f;
	vertical-align: middle;
	float: left;
}
#upper ul,
#upper ul li {
	list-style-type: none;
}
#upper ul li  a{
	text-decoration: none;
	color: #ddddec;
}
#upper ul li a:hover {
	color:#0f71f5;
}
#upper .page_item {
	text-align: center;
	height: 30px;
	width: 93px;
	border-right: 1px solid #ddddec;
	border-left: 2px solid #2c5998f;
	line-height: 30px;
	font-size: 14px;
	float: left;
}
.nav_right {
	height: 30px; 
	width: 30px;
	margin: 0;
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	float: right;
}
.nav_right img#feedicon {
	margin-top: 4px;
	width: 22px;
	height: 22px;
	display: block;
}
/* layout structure */
#header_sub {
	margin: 0;
	padding:0;
	color: #aabbcb;
	background: url(./images/header_sub.png);
	background-repeat: repeat-y;
	width: 100%;
	height: 20px; 
}
#links-left-box {
	margin: 0;
	padding: 0;
	width: 185px;
	float: left;
}
#content {
	margin: 0;
	padding: 0;
	width: 520px;
	float: left;
}
#links-right-box {
	margin: 0;
	padding: 0;
	width: 185px;
	float: right;
}
#footer {
	margin: 0;
	padding: 0;
	background-color: #aabbcb;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
/* article */
.blog {
	padding: 10px 15px ;
}
/* article date */
.date {
	margin: 8px 0;
	padding-left: 8px;
	font-size: 92%;
	font-weight: bold;
	line-height: 2.0;
}
/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
	color: #fff;
	background: #8fabbe;
}
/* an article or comment */
#comments,
.entry {
	width: auto;
	margin: 0 5px 15px;
	color: #36414d;
	background: #fff;
	font-size: 105%;
	line-height:1.5;
}
.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 textarea {
	width: 95%;
}
/* blockquote */
.entry blockquote {
	width: auto;
	margin: 15px 20px 0;
	padding: 10px;
	border: 1px solid #666;
	background: #f6f6f6;
	font-size: 83%;
	line-height: 1.5;
}
.quotetitle {
	font-size: 83%;
	border-bottom: 1px solid #666;
	padding: 3px;
}
pre {
	margin: 15px 20px 0px;
	padding: 10px;
	background: #f6f6f6;
	border: 1px solid #999;
	font-size: 83%;
	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: 5px solid #999;
	color: #000;
	font-size: 150%;
	font-weight: bold;
}
/* contributor */
.entry-footer {
	margin: 10px 0 0;
	padding-top: 3px;
	border-top: 1px dotted #36414d;
	text-align: right;
	font-size: 83%;
}
/* archive-list */
.archive-list {
	margin: 10px 0;
}
/* navigation */
.content-nav {
	margin: 10px;
	text-align: center;
	font-size: 70%;
}
/* navigation */
.page {
	margin: 6px 0 10px;
	font-size: 83%;
}
/* breadcrumbs list */
.crumbs {
	margin: 6px 0 10px;
	padding-left: 5px;
	font-size: 83%;
}
/* menu list of sidebar */
#links-left {
	margin: 0;
	padding: 15px 12px 0 13px;
}

#links-right {
	margin: 0;
	padding: 15px 12px 0 13px;
}

#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 {
	padding-left: 12px;
	margin: 0; 
}
#links-right li li {
	padding-left: 12px;
	margin: 0;
}
#links-left ul ul,
#links-right ul ul {
	margin: 0;
}

#links-right ul li .headline {
	margin-top: 3px;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-bottom: 0;
	color: #ab9856;
	text-align: left;
	font-size: 80%;
	line-height: 1.1;
	border-bottom-style: groove;
	border-bottom-width: 2px;
	border-bottom-color: #ffffff;
	font-weight: bold;
}

#links-left ul li .headline {
	margin-top: 3px;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-bottom: 0;
	color: #717174;
	text-align: left;
	font-size: 80%;
	line-height: 1.1;
	border-bottom-style: groove;
	border-bottom-width: 2px;
	border-bottom-color: #ffffff;
	font-weight: bold;
}


html > body #links-left ul li h2,
html > body #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 a,
#links-left a:link,
#links-left a:visited,
#links-right a,
#links-right a:link,
#links-right a:visited {
	text-decoration: none;
}
/* 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: #999999;
	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%;
}
#wp-calendar a,
#wp-calendar a:link,
#wp-calendar a:visited{
	color: #222222;
	text-decoration:underline;
}
.trackbacks,
.comments {
	margin: 10px 5px;
	color: #36414d;
}
.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
	margin: 15px 0;
	padding-left: 8px;
	color: #fff;
	background: #8fabbe;
	font-size: 92%;
	font-weight: bold;
	line-height: 2;
}
#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
	margin: 0 2px;
	padding: 0;
	font-size: 83%;
	line-height: 1.5;
}
.trackback-content p,
.comment-content p {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.trackback-footer,
.comment-footer {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2em;
	padding-top: 0px;
	padding-bottom: 2em;
	border-bottom: 1px dotted #888888;
	font-size: 67%;
	text-align: right;
}
/* 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;
}
.comments-open label {
	display: block;
}
form input,
form textarea {
	border: 1px solid #999;
}
/* search */
#searchform fieldset {
	margin: 1px 0 0 5px;
	border: none;
}

#container {
	margin-bottom: 0px;
}
/* footer */
#footer p {
	padding: 2px 0 2px 0;
	font-size: 12px;
	text-align: center;
}
/* add Style (by I.Tom) */
.quote {
	border: 1px dotted #aaaaaa;
	margin: 0 15px 0 15px;
	padding: 0 5px 0 5px;
	background-color:#fafafa;
	font-size: 90%;
}
.minitbl table {
	border-collapse: collapse;
	margin: 0 15px 0 15px;
}
.minitbl tr td {
	padding: 2px;
	font-size: 85%;
	border: 1px solid #aaaaaa;
}
.entry-body h3 {
	background-position: 0px 80%;
	color: #186fd0;
	font-size:120%;
	font-weight: bold;
	background-image: url(./images/line_subhead.png);
	background-repeat: repeat-x;
	padding-left: 3px;
	margin:15px 20px 2px 1px;
}
.entry-body h4 {
	font-weight: bold;
	font-size:115%;
	padding-left: 5px;
	margin:5px 0px 2px 1px;
}
.entry-body h5 {
	font-weight: bold;
        color:#555555;
	font-size:100%;
	padding-left: 6px;
	margin:5px 0px 0px 1px;
}
.entry-body ul {
	margin-top: 0;
	margin-bottom: 15px;
}
.entry-body li {
	list-style-type: none;
}
.entry-body a img {
	margin-bottom: 0;
	padding-bottom:0;
}
.small{
	font-size:80%;
}
.small_b{
	font-size:80%;
	margin-top: 0;
	padding-top:0;
	text-align:center;
}
.box_keyword{
	font-size:80%;
	width:150px;
	margin: 0;
	padding: 0;
}

.hidden {display: none; visibility: hidden;}
.set_r {float: right;}
.set_l {margin: 0 2px 0 0; padding:0; float: left;}
.set_ll {margin: 0 20px 0 0; float: left;}
.usr_ref ul {margin:5px 5px 2em 0; list-style-type:none; text-indent:-4em; padding-left:4em;}
.usr_ref ul li {margin:0 0 1em 0;}
.usr_ref ul li a {text-decoration:none;}
.clear {clear: both;}
.set_b { margin-top:3px; color:#111111; font-weight:bold; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
