/*
THEME NAME: mei-bl
THEME URI: http://meikyo-gumi.com
DESCRIPTION: blue tmp
VERSION: 1.0
AUTHOR: seiko
AUTHOR URI: http://meikyo-gumi.com
TEMPLATE: sandbox
*/

/* Three-column fluid layout with two sidebars on both sides of content from the /sandbox-layouts/ folder  */
/*
LAYOUT: Three-Column (Left)
DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
*/
body {
        background: #FFFFFF url(//www.yoshimoto-dc.jp/blog/body_back.gif) top center;
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
	background-color: #F4FDFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
a, a:link, a:visited {
	color: #444;
}
a:hover {
	color: #2B6A80;
}
/* arranging the whole thing */
div#container {
	margin: 0;
}
div#content {
	float: left;
	margin-left: 174px;       
	margin-right: 4px;     
	width: 430px;
	padding: 10px;
	background: #FFFFFF url(images/main-head.gif) repeat-x top center;
	height: 100%;
}
div.sidebar {
float:left;
overflow:hidden;
width:170px;
}

div#primary {
margin:0px 0 0 -630px;
}

* html div#primary {
margin:0 0 0 -100%;
}

div#secondary {
margin:0px 0 0 2px;
}

div#footer {
	background: #ddd url(images/title.gif) repeat-x top center;
	clear: both;
	padding: 2px 0px;
	text-align:center;
}
div#header {
	background: #308F8F url(//www.yoshimoto-dc.jp/blog/banner_back.gif) no-repeat top center;

	clear: both;
	margin: 0px 0px;
	text-align:center;
	height: 120px;
	width: 800px;
}
h4{
	background: url(images/h4.gif) repeat-y top left;
	color: #2B6A80;
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	padding-left:40px;
	vertical-align: middle;
}

h5{
	background: url(images/h5.gif) repeat-y top left;
	color: #2B6A80;
	height: 20px;
	font: 11pt Arial, Helvetica, sans-serif;
	padding-left:50px;
	margin-bottom: 3px;
	margin-top: 3px;
}
/*20090424追加*/
.credit {
	width: 100%;
	text-align: center;
}
div#wrapper {
	width: 800px;
	padding: 0px 0px;
	margin: 0px auto 0px;
	text-align: left;
	background-color: #DDF2FF;
	border: solid 1px #3333FF;
}
h1#blog-title {
	text-align: left;
	margin-top:50px;
	padding: 50px 0px 20px 30px;
	font: 23px blackjack, freestyle script, georgia;
	margin: 0;
}
h1#blog-title a, h1#blog-title a:link, h1#blog-title a:hover, h1#blog-title a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
div#blog-description {
	margin-top:-90px;
	text-align: right;
	font: 12px blackjack, freestyle script, georgia;
	color: #555555;
	padding: 0px 0px 0px 0px;
}


div#access div.skip-link{
	display: none;
}
/* the menu */
div#menu{
	background: url(images/navigate.gif) repeat-x center center;
	font-size:0.9em;
	height:20px;
	padding:0;
	width:100%;
	border-bottom: 1px solid;
	border-color: #3333FF;
}
div#menu ul a{
	font-weight:500;
	text-decoration:none;
}
div#menu ul,div#menu ul ul,div#menu ul li{
	list-style:none;
	margin:0;
	padding:0;
}
div#menu ul li{
	float: left;
}
div#menu ul li a{
	background: url(images/navigate.gif) center center;
	padding: 0px 10px 2px 10px;
	border-right: 1px solid #333;
	height:18px;
	float: left;
	color:#333;
}
div#menu ul li a:hover{
	border-top: 1px solid #666;
	padding: 0px 10px 2px 10px;
	border-right: 1px solid #333;
	height:18px;
	color: #0099FF;
}
div#menu ul ul {
	display:none;
}

/* Entry related */
.entry-title{
	clear:both;
	border-bottom: 1px dashed #6DA7A7;
	text-align: right;
	margin: 10px 0px 0px 3px;
}
#content a, #content a:link, #content a:visited {
	color: #6DA7A7;
}
#content a:hover {
	color: #2B6A80;
}
.entry-title a{
	color: #2B6A80 !important;
	text-decoration: none;
}
.entry-date {
	color: #666;
	font-size: smaller;
}
.entry-date abbr {
}
.entry-content{
	padding-left: 15px;
	padding-right: 15px;
}

/* etcetera */
div#nav-above,div#nav-below{
	width:100%;height:1em;
	padding-left: 15px;
}
div#nav-above{
	margin-bottom:1em;
}
div#nav-below{
	margin-top:1em;
}
.alignleft,div.nav-previous{
	float: left;
}
.alignright,div.nav-next{
	float: right;
}
/* forms */
form#commentform .form-label{
	margin:1em 0 0;
}
form#commentform span.req-field{
	background:#ddd;
	color:red;
}
form#commentform,form#commentform p{
	padding:0;
}
input#author,input#email,input#url
	{width:50%;
}
input#author,input#email,input#url,textarea#comment{
	padding:0.2em;
}
ol.commentlist li{
	margin:0 0 3.5em;
}
textarea#comment{
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

/* the sidebar */
div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{
	margin:0;
	padding:0;
}
div.sidebar h3{
	letter-spacing: 1px;
	margin: 15px 0 0 2px;
	text-align: right;
	color: #2B6A80;
border-bottom: solid 0.5pt #a5a5a5;
	background-color: #ffffff;
}
div.sidebar input#s{
	width:7em;
}
div.sidebar a:link, div.sidebar a:visited {
	color: #2B6A80;
}
div.sidebar a:hover {
	color: #6DA7A7;

}
div.sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div.sidebar li li li {
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
	text-align: left;
}
div.sidebar li li a, div.sidebar li li a:link, div.sidebar li li a:visited {
	padding: 5px 0px 3px 3px;
	text-decoration: none;
	margin-bottom: 3px;
	display: block;
	width: 100%;
	border-bottom: solid 0.5pt #a5a5a5;
}
div.sidebar li li a:hover {
	color: #2B6A80;
	background: #e8e8e8;
	text-decoration: none;
	font-weight: normal;
	padding-left: 4px;
	border-bottom: solid 0.5pt #a5a5a5;
}
div.sidebar li form{
	margin:0.2em 0 0;
	padding:0;
}
