@charset "shift_jis";
/*
Theme Name: ohayo thanks
Theme URI: http://08.hanatoweb.jp/
Description: ohayothanks
Version: 0.5
Author: chomeo

*/


/*-----------------------------------------------------
 CSS all tags style setting  style.css ver1.6


 copyright(c) 2008,Tenderfeel.All Rights Reserved.
 

 CSS all tags style setting is licensed under a Creative Commons 2.1 License.
 http://creativecommons.org/licenses/by/2.1/jp/
 
--------------------------------------------------------
YUI Font-size Adjustment
10px = 77%     11px = 85%	  12px = 93%     13px = 100%
14px = 108%	   15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/

/**
 * YUI Fonts CSS
 * Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.7.0
 * 
 * browser default CSS style Reset
 */

/* YUI Reset*/
html {color: #333;background: #FFF;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,
img {border: 0;
vertical-align: top;}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {font-style: inherit;font-weight: inherit;}
del,
ins {text-decoration: none;}
li {list-style: none;}
caption,
th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
q:before,
q:after {content: '';}
abbr,
acronym {border: 0;font-variant: normal;}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
legend {color: #000;}
input, button, textarea, select, optgroup, option{font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
input, button, textarea, select 
{*font-size: 100%;}
/* YUI Fonts */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* End YUI 
 *--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*
 * Styling START                                 */

html {
	overflow-y:scroll;
}

body {
	background-color:#fff;
	color:#000;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,arial,clean;
        
}


/*---------------------------------------------------
  Anchor
----------------------------------------------------*/
a {text-decoration:none;}
a:link {color:#000;}
a:visited {color:#000;}
a:active,a:hover {color:#000;
text-decoration:underline;}

/** base 
----------------------------------**/
#wrap {
	background: url(images/bg_wrap.gif) bottom repeat-x;}
#wrapinner {
	width: 900px;
	background: url(images/bg_side02.gif) repeat-y;
	background-position: 220px 20px;
	margin: 0px auto;}
#sidebar {
	float:left;
	width: 245px;
	position:relative;
}

#content {
	float:right;
	width: 645px;
}

#footer {
	clear: both;
}

/** m-btn11.05.06
----------------------------------**/
.m-btn5{
margin-bottom:5px;
}

/** header 
----------------------------------**/
#header{
	height: 260px;
	position: relative;
	background:url(images/bg_logo.gif) no-repeat;
	background-color:#FFF;
}
#header #headerlogo{
	
	height:330px;
	position:relative;
	float:left;
	}
#header #headerlogo h1{
	position:absolute;
	top:41px;
	left:50px;
	}
#header #headerlogo h2{
	position:absolute;
	top:168px;
	left:54px;
	}
#header #flash{
	float:right;
	}


/** content 
----------------------------------**/
#content .entry {
line-height:140%;
}

#content .entry img{
 margin:7px 0;
}

#content .entry strong{
font-weight:bold;}

#content .entry a{
color:#501117;
text-decoration:underline;}

#content .entry p{
margin-bottom:1em;}

#content .entry ul{
margin:0 0 1em 2em;}

#content .entry ul li{
list-style-type:disc;}

#content .entry ol li{
list-style-type:decimal;}

.post-title {
	height:215px;
	width:645px;
	background:url(images/h2.gif) top left no-repeat;
	color:#FFF;
}
.post-title h2{
	margin-left:65px;
	padding:120px 0 0 0 ;
	text-align:center;
	font-size:150%;
	width:500px;
	font-weight:bold;	
	}
	
.post-title h2 a {
	color: #FFF;
	text-decoration: none;
}
.post-title h2 a:hover {
	color:#FFF;
	text-decoration:underline;
}

.post-title p.date{
	color:#FFF;
	list-style:none;
	text-align:center;
	padding-top:4px;}
	
.entry {
	clear: both;
	padding-top: 45px;
}

.entry h3 {
	font-weight:bold;
	padding:20px 0 10px 0;
	font-size:110%;
}
	
ul.info{
	list-style:none;
	color:#999;
	padding:30px 0 30px 0;
	margin-bottom:60px;
	border-bottom:1px solid #999;}
	
ul.info li{
	float:left;
	padding-right:5px;}
	
ul.info span{
	padding-left:7px;}
	
.navigation {
	padding:0;
}
	
.previous-entries {
	float: left;
	margin-left: 247px;
	}
	
	
.previous-entries a{
	position: static;
	display: block;
	overflow: hidden;
	width: 53px;
	padding-top:21px;
	height: 0;
	background-image: url(images/back.gif);
	}
	
.next-entries {
	float: right;
	margin-right: 247px;
	}
	
	
.next-entries a{
	position: static;
	display: block;
	overflow: hidden;
	width: 53px;
	padding-top:21px;
	height: 0;
	background-image: url(images/next.gif);
	}


/** comments **/

#comments,
#respond {
	border-bottom: 1px dotted #999;
	padding:20px 0 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .alt {
	background: #F0F0F0;
}
.commentlist cite,
.commentlist cite a,
.commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #555;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666;
	padding-left:7px;
}
#commentform input{
	width: 300px;
	background:#fff;
	border: 1px solid #999;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#fff;
	border: 1px solid #999;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	border: none;
	width: 117px;
	height: 21px;
}



/** searchform **/
#searchform {
	width: 225px;
	padding: 0 0 20px 0;
	float:left;
}
#searchform #searchbox {
	border:1px solid #000;
	width: 100px;
	height: 17px;
	padding: 2px 5px 0px 0px;
	background: #fff;
	vertical-align: middle;
}
#searchform #searchsubmit {
	border: none;
	width: 55px;
	height: 21px;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}



/** sidebar
----------------------------------**/

#sidebar p#side-head{
	position:absolute;
	left:145px;}

#sidebar h3 {
	margin: 15px 0px 5px;
}
#sidebar .ul-side {
	list-style :none;
	margin:0px 0px 15px;
	padding:0px;
}
#sidebar .ul-side li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(images/bg_list.gif) no-repeat left 4px;
	width:180px;
}

#sidebar .ul-side li ul li{
	background:none;
	margin-left:10px;
	list-style:disc;
	padding: 2px 0px 2px 0px;}


/** footer
----------------------------------**/

#footer #img-col{
	background:url(images/bg_img_col.gif) repeat-x;
	height:148px;}
	
#footer #img-col #left{
	padding:81px 0 0 204px;
	float:left;}

#footer #img-col #right{
	float:right;}
	
#footer #footerinner{
	clear:both;
	height:63px;
	position:relative;
	background:#000;}
	
#footer #footerinner h4#logo{
	padding:9px;
	float:left;}
	
#footer #footerinner .login{
	position:absolute;
	left:673px;
	top:10px;}
#footer #footerinner .powered{
	position:absolute;
	left:728px;
	top:8px;}
#footer #footerinner .copyright{
	position:absolute;
	left:539px;
	top:28px;}

/** table 10.05.17
----------------------------------**/
td{
padding:5px;
}

/*--------------------------------------
	syntaxhighlighter 10.12.9
---------------------------------------*/

div.syntaxhighlighter
{
    margin:0.5em 30px 1em !important;
    width: auto !important;
}
