@charset "utf-8";
/*
Theme Name: Kobayashi
Theme URI: http://www.dosanite.co.jp
Description: Coded by Konishi , Produced by dosanite.
*/

/*
 * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.5.2
 * */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
 * px%
 * 10   77
 * 11   85
 * 12   93 (was 93)
 * 13   100
 * 14   108 (was 107)
 * 15   116 (was 114)
 * 16   123.1 (was 122)
 * 17   131 (was 129)
 * 18   138.5 (was 136)
 * 19   146.5 (was 144)
 * 20   153.9 (was 152)
 * 21   161.6 (was 159)
 * 22   167
 * 23   174
 * 24   182
 * 25   189
 * 26   197 
 * */


/*
 *  * YUI reset.css
 *   * arranged by Akn in sohosai.
 *    */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
        margin:0;
        padding:0;
}
table {
        border-collapse:collapse;
        border-spacing:0;
}
fieldset,img { 
        border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
        font-style:normal;
        font-weight:normal;
}
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;
}

/*
*
* ここから！
*
*/
* html ,
* html body ,
* html #wrapper {
    _height: 100%;
}

body {
    background-color:#E1E1F2;
}

div#wrapper {
    margin-left: 50px;
    width:820px;
    background: url(./img/widget-bg.png) repeat-y left top;
}

div#contents {
    width:685px;
}

div#header {
    height:65px;
}

div#header h1 {
  width: 500px;
}
div#header #kobayashi ,
div#header #address {
  text-align: right;
  width: 425px;
}

div#header #kobayashi {
  padding-left: 250px;
  margin-top: -50px;
  font-size: 123.1%;
  color:#0E2C69;
}

div#header #address {
	padding-top:5px;
	padding-left:250px;
}

div#menu {
    height:32px;
}

div#menu li {
    list-style:none;
    float:left;
}

div#menu a {
    font-size:93%;
    text-align:center;
    color:#FFFFFF;
    text-decoration:none;
    width:100px;
    line-height:32px;
    display:block;
    background:url(./img/direct-link.png) no-repeat;
}

div#menu a:hover {
    background:url(./img/direct-link-hover.png) no-repeat;
}

div#main {
    width:500px;
    float:right;
}

div#widgetWrapper {
    width:180px;
    float:left;
}

#contents .clear {
	clear:both;
}

.widget {
  padding-bottom: 10px;
	font-weight: normal;
}

.widget .header {
	height:25px;
	color: #18308C;
	text-align: center;
	background:url(./img/widget-header.png) no-repeat;
	padding-top:5px;
	font-size: 123.1%;
	font-weight: bold;
}

.widget ul {
	padding:5px 10px;
}

.widget li{
    list-style:none;
    padding-bottom: .6em;
}

.widget a {
    text-decoration:none;
    color:#0E2C69;
}

.widget li a {
    font-size:116%;
    line-height: 1.2em;
}

.widget .cat-item {
	padding-bottom: 3px;
}

.widget .cat-item a {
    padding-left:15px;
    line-height:25px;
    height:25px;
    width:143px;
	display:block;
 	background:url(./img/widget-item.png) no-repeat;
}

.widget .cat-item a:hover {
	background:url(./img/widget-item-hover.png) no-repeat;
	color:#FFFFFF;
}

.widget .cat-item ul {
	padding:0;
}

.widget .cat-item ul li {
	padding-bottom:0;
}

.widget .cat-item ul a {
	height: 23px;
	line-height:23px;
	width:138px;
	padding-left:20px;
	background:url(./img/widget-item-child.png) no-repeat;
	border-bottom:dashed 1px #0E2C69;
}

.widget .cat-item ul a:hover {
	background:url(./img/widget-item-child-hover.png) no-repeat;
	color:#FF9900;
	border-bottom:dashed 1px #FF9900;
}

#searchform {
    margin-left: 1em;
    line-height: 1.6em;
}


div#articles a {
    text-decoration: underline;
	color: #0E2C69;
}

div#sidebar {
    left:750px;
    width:121px;
    top:200px;
    position:absolute;
    /* for IE 6 */
    /*_height: 100%;
    _padding: 0;	*/
}

div#sidebar li {
    list-style:none;
    background:url(./img/miniNavi.png) no-repeat;
    padding-left: 10px;
}

div#sidebar a {
    display:block;
    font-size:116%;
    text-decoration:none;
    height:30px;
    line-height:30px;
    color:#0E2C69;
}

div#sidebar a:hover {
	color:#8689C3;
}

div#news {
	color: #0E2C69;
    background: url(./img/eyecatch.png) no-repeat;
    padding-top:25px;
    padding-left:260px;
    height: 215px;
}

div#news h2 {
    font-size:116%;
    padding-bottom:5px;
}
#news dl {
	margin-left: 5.4em;
	line-height: 1.4em;
	_margin-left: 0;
}
#news dl dt {
	margin-left: -5.4em;
	width: 5.4em;
	float: left;
	_margin-left: 0;
}
#news dl dd {
	width: 12em;
}

#news a{
	color: #0E2C69;
	text-decoration:none;
}

.footer {
	clear: both;
	padding-bottom:15px;
}

.footer #interactive {
	padding: 5px 20px;
}

.footer #interactive .comment-post {
	border-bottom: 1px solid;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
}

.footer #comments {
	border-bottom: 1px solid;
	font-size: 123.1%;
	margin: 1em 0 0.5em;
}

.footer #comment {
	width: 450px;
}

/*
*
* 本文関係なCSS
*
*/

.entry {
	background-color:#EEEEEE;
	padding-top: 10px;
	margin-bottom: 20px;
}

.entry .title {
	padding-left:10px;
    font-size: 131%;
	background:url(./img/entry-title.png) no-repeat;
	height:30px;
	line-height:30px;
}

.entry .date {
	margin-top:-30px;
	font-size: 131%;
	height:30px;
	line-height:30px;
	text-align:right;
	padding-right:5px;
	color:#0E2C69;
}

.entry .title a {
	text-decoration: none !important;
}

.entry .article {
	background-color:#fff;
	border: solid 1px #B8B8B8;
    margin:10px 20px;
    padding: 10px;
}

.entry strong, .entry em {
    font-weight:bold;
}

.article .float_l {
    float: left;
    margin: 5px 10px;
}


.article dt{
    margin-top:20px;
}

.article .clear {
    clear:both;
}

.article dd{
    margin-left:20px;
}

/* @group calendar */
.widget #wp-calendar {
	margin-left: 10px;
	color: #fff;
}
.widget #wp-calendar caption {
	margin-bottom: 4px;
	text-align: center;
	color: #fff;
    font-size:116%;
}
.widget table {
	border-collapse: collapse;
}
.widget #wp-calendar thead th ,
.widget #wp-calendar tbody td {
	border: 1px solid #fff;
	padding: 2px 4px;
	text-align: right;
}
.widget #wp-calendar a ,
.widget #wp-calendar a:link {
	color: #0E2C69 !important;
}
.widget #wp-calendar a:hover {
	text-decoration: underline;
}

/* @end */

.pageprev ,
.pagenext {
    margin: 10px 0;
    padding: 0 10px;
}
.pagesprev ,
.pagesnext {
    margin-bottom: 1em;
    padding: 0 10px;
}
.pageprev ,
.pagesprev {
    float: left;
}
.pagenext ,
.pagesnext {
    float: right;
}
.pageprev a ,
.pagenext a ,
.pagesprev a ,
.pagesnext a {
	color: #fff;
}
/* images */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-bottom: auto;
}
.alignleft ,
.alignright {
    margin: .2em 1em;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    text-align: center;
}
.wp-caption-text {
    padding: 1em 0;
}
