@charset "utf-8";
/*
Theme Name: WordPress Defaultcustamaise
Theme URI: http://wordpress.org/
Description: カスタマイズ用のテーマ
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}


/* Begin Typography & Colors */
body {

font-family: "Lucida Grande",  'メイリオ', Meiryo,Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/bg.jpg) ;
	background-repeat: repeat-x;
	background-position: left top;
	}

strong {
	font-weight:bold;
}
.map {
	width:800px;
	text-align: center;
	margin:30px 0;
}
.entry-cat {
	clear: both;
	margin:10px 0 30px 15px;
	line-height:1.5;
}
.entry-page {
	clear: both;
	margin:30px;
}
.more-link {
	font-size:14px;
	margin-top:30px;
	clear:both;
}
blockquote {
	margin: 0;
	padding: 10px 0 10px 35px;
}


.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

ul, li {
	padding:0;
	margin:0;
}

.center {
/*	width: 100%;
	text-align: center;
*/
}
.center-set {
	
}

#contener {
	text-align: center;
	margin: 15px auto;
	padding: 0px;
	width: 945px;
	background-image: url(images/top_bg.gif);
	background-repeat: no-repeat;
	min-height: 100%;
	background-position: top center;
	background-color: #fff;
	overflow: hidden;
}

#contener:after {

  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

#rapper{

	margin: 0 auto;
	width:910px;

	} 


   A:link{color: #000066; text-decoration: none; }
   A:visited{color: #663399; text-decoration: none; }
   A:active{color: #006699; }
   A:hover{color:#0066CC;text-decoration: underline; }

html, body {
	height:100%;
	}
td img {display: block;}
.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 */

#banner {
	margin-top: 10px;
	text-align: left;
	clear:both;
	display: inline;
}
#top-banner{
	width:910px;
	margin:5px 0 0 0;
	float:left;
	display: inline;
}
#top-banner img{
	float:left;
	margin:0;
	padding-left:50px;
	clear:both;
}

#topnavi {
	float: right;
	margin:0;
	padding:0;
	display: inline;
	}
#topnavi ul {
	margin:0;
	padding:0;
}
#topnavi li {
	float:left;
	margin-left:4px;
	font-size:12px;
}

#banner h1{
	display: none;	
}
#top-banner img {
	margin-bottom:8px;
}

#top-banner-description{
	clear:both;
	padding:10px 0 0 40px;
	}
#top-banner-description h2{
	color:#666666;
}
#midlle-banner{
	height: 25px;
}

#bottom-banner{
	width: 823px;
	float: left;

	margin: 0;
	clear: both;
	display: inline;
	text-align: center;

}
#bottom-banner ul{
	margin-left:25px;
	list-style:none;
	}
#bottom-banner li{
	float:left;
	list-style:none;
	display: block;
	margin: 10px 0 0 0;
	}	
#bottom-banner-navi{
	padding: 0px;
	width: 540px;
	float: left;
	text-align: left;
	height: 8px;
	margin: 25px 0 10px 20px;
	clear: both;
	text-align:right;
	padding-top:20px;
	display: inline;

}
#main-container{
	margin: 0px;
	padding: 0;
	width: 910px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	clear: both;
	display:inline;
	}
#main-container:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
.breadcrumb {
	float:right;
	font-size:small;
}
#menu{
	margin: 10px 0 15px 0;
	padding: 0;
	float: right;
	display: inline;
	width:259px;
	overfllow:hidden;

}
#menu:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
	float:left;
}
#menu h2{
	font-size:21px;
	color:#000;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding: 8px 0 0 48px;
}
#menu img{
	border: 0;
	margin: 0;
	}

#menu2{
	margin: 10px 0 15px 0;
	padding: 0;
	float: right;
	display: inline;
	width:300px;

}
#menu2:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
	float:left;
}
#menu2 h2{
	font-size:21px;
	color:#000;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding: 8px 0 0 48px;
}
#menu2 img{
	border: 0;
	margin: 0;
	}

#owner {
	width:320px;
	margin:0 19px 20px 19px;;
	display:inline;
	float:left;
	font-size: 90%;
	line-height:1.5;
}
#owner img {
	margin-bottom:15px;
}
.menu-text{
	margin: 8px 4px 5px 4px;
}

.menu-ul {
	margin: 0 10px;
	padding: 1px 0;
	list-style: none;	
}
.menu-li {
	padding: 3px 0 5px 26px;
	margin: 0 0 5px 0;
	list-style: none;
	background-image: url();
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	background-position: 0px 5px;
}
.menu-li-new {
	padding: 3px 0 5px 26px;
	margin: 0 0 5px 0;
	list-style: none;
	background-image: url();
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	background-position: 0px 5px;
}
.menu-indent {
	padding: 3px 0 5px 15px;
	margin: 0 0 0 20px;
	list-style: none;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.menubox_top{
	background-image:url(images/menu_maru_top.gif);
	height: 60px;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-position: left bottom;

	}
.menubox{
	background-image:url(images/menu_box_bg.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	margin: 0;
	padding: 0;
	width:359px;
	display:inline;
	float:left;
	}
.menubox-text{
	margin:0 20px 0 40px;
	width:300px;
	display:inline;
	float:left;
  min-height: 100px;
  height: auto !important;
  height: 100px;
	background-image:url(images/menu_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;

}
.menubox_bottom{
	background-image:url(images/menu_maru_bottom.gif);
	height: 20px;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-position: left top;
clear:both;
	}
#blandbox_rapper{
	width:335px;
	margin:12px;
	display:inline;
	float: left;
	clear: both;
}
.blandbox_top{
	background-image:url(images/bland_maru_top.gif);
	height: 30px;
	padding:0;
	margin:0 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
clear:both;
	width:250px;
	}
.blandbox{
	background-image:url(images/bland_maru_middle.gif);
background-color:#cc0000;
	margin: 0 12px;
	padding: 0;
	width:250px;	
	}
.blandbox-text{
	margin:0 20px;
	color:#fff;
	}
.blandbox_bottom{
	background-image:url(images/bland_maru_bottom.gif);
	height: 30px;
	padding:0;
	margin: 0 12px;
	background-repeat: no-repeat;
	background-position: left top;
	width:250px;
	}	
.blandbox h3{
	color:#fff;
	font-size:16px;
	border-bottom: 1px solid #fff;
	}
.blandbox-entry{
	font-size:14px;
	padding:10px;
	clear:both;
}
.blandbox-date{
	font-size:12px;
	padding:10px;
	clear:both;
	color:#fff;
}
.blandbox a:link {
	color:#fff;
}
.blandbox a:hover{
	color:#fff;
}

.blandbox a:visited{
	color:#fff;
}
#listnavi{
	width:555px;
	padding:0;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	text-align: right;
	}
#main-contentsbox{
	margin: 10px 0 10px 0;
	padding: 0;
	width: 645px;
	float: left;
	display: inline;
}
#main-contentsbox h2{
	font-size:23px;
	color:#000;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border-bottom: 1px solid #000;
	padding: 6px 0 0 48px;
}

#main-contentsbox2{
	margin: 10px 0 10px 0;
	padding: 0;
	width: 600px;
	float: left;
	display: inline;

}
#main-contentsbox2 h2{
	font-size:23px;
	color:#000;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border-bottom: 1px solid #000;
	padding: 6px 0 0 48px;
}
.narrowcolumn {
	float: left;
	clear: both;
	width: 910px;
	display:inline;
	overflow:hidden;
	}
.narrowcolumn h2{
	margin: 30px 0 0 30px;
	font-size:170%;
	color:#000;
}
.contents {
	margin:15px 10px 15px 10px;;
	padding:0;
line-height:1.5;
	}
.inside {
	font-weight:bold;
	margin:0 8px 0 10px;
	}
#main-contentsbox ul {
	margin: 5px 0 10px 20px;
	padding: 0px;
}
#main-contentsbox li {
	padding: 3px 0 5px 26px;
	margin: 0 0 5px 0;
	list-style: none;
	background-image: url(http://www.jbsk.jp/images/listico.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.itembox-rapper{
	clear:both;
	margin:10px 0;
	display: inline;
}
.itembox{
	float:left;
	width:193px;
	margin: 8px 4px 0 10px;
	display: inline;
border:3px solid #ccc;
/*	min-height:300px;
	height:320px */
overfllow:hidden;
}
.itembox h3 {
	clear:both;
	font-size:14px;
	margin:0px;
height:65px;
	background-color:#E9DCC0;
}
.itembox-strong{
	color: #FF0000;
	font-weight: bold;
}
.itembox img {
	border:none;
	margin-bottom:8px;
vertical-align:bottom;

width:150px;
height:100px;

	}

.itembox-text{
	padding:5px;
	font-size:12px;
	width:183px;
	clear:both;
	height:215px;
}
		
.itembox-text-red{
	font-size: 13px;
	color: #CC3300;
	font-weight: bold;
}
.impact{
	font-size: 110%;
	color: #CC3300;
	font-weight: bold;
}
.top{
	width:555px;
	margin:10px 0 15px 0;
	padding-top:10px;
	text-align:right;
	float:left;
	border-top: 1px dotted #009966;
	}
.hyou {
	 padding: 10px 0px 10px 0px;
}

.hyou table {
	 border: 1px solid #993300;
	width:600px;
	font-size:100%;
}
.hyou td.col {
	border-bottom: 1px solid #993300;
	border-right: 1px solid #993300;
	padding: 5px;
	text-align:center;
	}
.hyou td.label {
	width: 70px;
	border-right: 1px solid #993300;
	border-bottom: 1px solid #993300;
	background-color: #FFCC99;
	padding: 5px;
	text-align:center;
	}
.hyou td.cont {
	border-bottom: 1px solid #993300;
	border-right: 1px solid #993300;
	padding: 5px;
}
.hyou td.cont_c {
	border-bottom: 1px solid #993300;
	border-right: 1px solid #993300;
	padding-left: 5px;
	text-align:center;
}
.hyou td.cont_cr {
	border-bottom: 1px solid #993300;
	padding-left: 5px;
	text-align:center;
}
.hyou td.cont_c2 {
	border-right: 1px solid #993300;
	padding-left: 5px;
	text-align:center;
}
.hyou td.cont_cr2 {
	padding-left: 5px;
	text-align:center;
}
.hyou td.cont2 {
	padding-left: 5px;
}

#futter{
	margin: 0px;
	padding:0;
	width: 910px;
	float: left;
	text-align: center;
	clear:both;
	bottom: 0;
	height:30px;
	display:inline;
	background-image: url(images/fotter.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#futter h2 {
	color:#fff;
	font-size:100%;
	padding-top:4px;
}
#futter-bottom{
	clear: both;
	width: 910px;
	font-size:90%;
	text-align: center;
	margin:20px 0;
	display:inline;
	float: left;
	line-height:1.2;
}
#counter-box {
	margin: 0 0 15px 0;	
	text-align:center;
	font-size: 11px;
}
#counter-box img {
	border:0px;
	position:relative;
	top:4px;
}
.banner{
	border: 0px;
	width: 251px;
	padding: 0px;
	margin: 5px 0 5px 5px;
	float:left;
}

#qr-code{
	width:525px;
	margin-top:10px;
	padding:0;
	height: 84px;
	background-image: url(http://www.jbsk.jp/images/top/qr-code.gif);
	}
.qr-code-text{
	float:right;
	margin: 20px 10px 8px 0;
	font-size: 11px;
}
.submit-url{
	clear:both;
	margin-left:100px;
	font-size: 11px;
	}	

.clear {
	clear:both;
	}
.text-hi{
	display:none;
}
.linkbn {
	border:0;
	margin:0 0 10px 0;
	}
	.indent {
	margin:15px 0 15px 15px;
	}
.imgleft {
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 0px;
}
.imgright {
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 0px;
}
#viewbox {
}
#viewbox table, th { 
	border: 1px #CCC solid;
	font-size:90%;
	} 
#viewbox td { 
	border: 1px #CCC dotted;
	padding:5px;
	} 
#viewbox th {
	font-weight:normal;
	background-color:#F0F0F0;
	}
.noborder {
	padding: 10px;
	border: none;
}

#submit{
}
#footnavi{
	height:40px;
	clear: both;
	text-align: right;
	padding-left: 25px;
	margin-bottom: 20px;
}
#footnavi ul {
	padding: 0;
	list-style: none;
}
#footnavi li {
	padding: 3px 10px 5px 25px;
	list-style: none;
	background-image: url(images/up.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	float:right;
	font-size: 12px;
}
#map {
	text-align:center;
	width:580;
	}
.cont {
	padding:10px;
	clear:both;
	}
.form {
	width:580px;
	}
.form table{
	border:1px solid #F9C6C3;
	border-collapse:separate;
	background-color:#FFFFFF;
	}
.form td{
	border-right:1px solid #FF33CC;
	border-bottom:1px solid #FF33CC;
	padding:7px;
	} 
.form-td-left {
	background-color:#F9C6C3;
	width:180px;
	}
.form-td-bg {
	background-color:#F9C6C3;
	}
.form-td-colspan {
	text-align:center;
	}
#content {
	width:645px;
	float: left;
	}
#content h3 {
	margin: 0 0 20px 0px;
	clear:both;
	border-bottom: 1px solid #777;
}

#content-item {
	width:640px;
	float: left;
	overflow: hidden;
	}
#content-item h3 {
	margin:  0px;
	clear:both;
	border-bottom: 1px solid #777;
}
#content-item img{
	float:left;
	margin:0 10px 10px 0;
}

#content2 {
	width:600px;
	float: left;
	}
#content2 h3 {
	margin: 0px 0 20px 5px;
	clear:both;
	border-bottom: 1px solid #777;
}

#wide {
	width:910px;
	float: left;
	}
#wide ul {
	margin:15px 40px;
}
#wide li {
	margin:10px;
	list-style:disc;
}
#wide h2 {
	font-size:21px;
	color:#000;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border-bottom: 1px solid #000;
	padding: 6px 0 0 48px;
}
.widecolumn .entry p {
	font-size: 100%;

	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5;
	}

.widecolumn {
	line-height: 1.5;
	float: left;
	}
.widecolumn h3{
	margin:10px 30px 0px 10px;
	border-bottom:1px dotted #FF6600;
	padding:10px 8px;
	font-size:120%;
	clear: both;
}

.guide {
	float:left;
	margin-bottom:30px;

}
.guide h4{
	font-size:110%;
	padding: 10px;
	background-color: #DEBE7D;
	clear:both;


}
.guide_wide {
	float:left;
	margin:15px 30px 0 30px;;
	display: inline;
width:809px;
}
.guide_wide_entry {
	float:left;
	padding: 20px 20px 80px 20px;
	display: inline;
	background-image:url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.guide_wide_entry2 {
	float:left;
	padding: 20px 20px 80px 20px;
	display: inline;
	background-image:url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.guide_entry {
	float:left;
	padding: 20px;
	display: inline;
	clear:both;

}
.guide_left {
	float:left;
	margin:15px 15px 0 30px;
	display: inline;
	width:370px;
}
.guide_right {
	float:right;
	margin:15px 30px 0 0;
	display: inline;
	width:370px;
}

.whats_entry_shiti {
	float:left;
	padding: 20px 20px 20px 120px;
	display: inline;
	background-image:url(images/shichi.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.whats_entry_kaitori {
	float:left;
	padding: 20px 20px 20px 120px;
	display: inline;
	background-image:url(images/kaitori.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.whats_entry_hanbai {
	float:left;
	padding: 20px 20px 20px 120px;
	display: inline;
	background-image:url(images/hanbai.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-size:small;
	line-height: 1.5em;
	float:right;
	clear:both;
	color: #777;
	margin:10px 0;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 125%;
	}


h3 {
	font-size: 110%;
	}


h2, h2 a, h2 a:visited {
	color: #FF6600;
	}

h3, h3 a, h3 a:visited {
	font-weight:bold;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #sidebar2 h2, #sidebar3 h2, #wp-calendar caption, cite {
	text-decoration: under-line;
	}


.entry ol {
	list-style-type:decimal;
	margin-left:20px;
	float:none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em ;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar2 ul ul li, #sidebar3 ul ol li, .nocomments, .postmetadata, strike {

	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	text-decoration: none;
	}



a:link {
	color: #0033cc;
	}
a:hover {
	color: #FF0033;
	text-decoration: underline;
	}
a:visited {
	color: #6633ff;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	color:#ff3300;
	}

#wp-calendar caption {
	font: bold 1em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;

	}

#page {

}

#topimage{
	clear:both;
	
}
#page-link{
	clear:both;
	margin: 10px auto;
	height:35px;
	text-align:left;
	font-weight: bold;
}
#page-link ul {
	margin: 10px;
	list-style: none;
	padding:0;
}
#page-link li {
	float:left;
	margin-right:10px;
	padding:5px;
	border-left: 5px #ccc solid;
	}
#page-link a {
	color:#666;
}
#page-link a:hover{
	color:#FF0033;
}

#top-images {
	clear:both;
}
#top-images ul {
	margin: 10px;
	list-style: none;
	padding:0;
}
#top-images li {
	float:left;
	margin-right:10px;
	padding:5px;
	}
#left-menu{
	clear: both;
	float: left;
	width: 340px;
	padding:10px;
	margin-left:5px;
	display:inline;
}
#left-menu img{
	margin-bottom:14px;
}
.title{
	margin: 0;
	padding: 8px 0 8px 10px;

	font-size: 100%;
	color: #000;
}
.date {
	font-weight:normal;
	font-size:80%;
}

h4 {
	margin:0;
	padding:8px 0 0 15px;
	font-weight:bold;

}



.rightcolumn {
	float: right;
	margin: 0px 0 0 0;
	width: 235px;
	display:inline;
}


.post {
	margin: 0;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
/*	border-top:1px dotted #FF6600;*/
	text-align:left;
	clear: both;
	font-size:0.8em;
}

.clear {
	clear: both;
}

.impact {
	font-weight:bolder;
	font-size:120%;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding: 50px 0 0 0;
	margin: 0;
	}

h2 {
	clear:both;

	}



h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 6px;
	margin: 0 10px 2px 7px;
	display: inline;
	height:20px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;

	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0 0 0 15px;
	list-style-type:decimal;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style-type:decimal;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	
	list-style-image: none;
	}



ol li, #sidebar2 ul ol li {
	list-style: decimal;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 200px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry {
	/*margin: 30px ;*/

}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:left;
	display:inline;
	text-align: left;
	}
#sidebar .textwidget{
	margin: 40px 20px 20px 20px;
}
#sidebar h2 {
	margin: 30px 0 0 30px;
	font-size:170%;
	color:#000;
}


#sidebar2 {
	float:left;
	display:inline;
}

#sidebar2 textwidget{
	margin: 10px 20px 10px 20px;
}
#sidebar2 ul  {
	margin:0 10px;
	padding:0;
	width:505px;
}
#sidebar2 li  {
	margin:0;
	padding:0;
	font-size:90%;
	line-height:1.5;
}
#whatsnewbox {
	width:625px;
	clear:both;
	float:left;
	margin:10px 0 20px 10px;
	display: inline;
}
#whatsnewbox_top{
	background-image:url(images/whatnewbox_top.gif);
	height: 12px;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-position: left bottom;
	width:625px;
	}
#whatsnewbox_main{
	background-color:#E9DCC0;
	margin: 0;
	padding: 0;
	display:inline;
	float:left;
	width:625px;
	}

#whatsnewbox_bottom{
	background-image:url(images/whatnewbox_bottom.gif);
	height: 12px;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-position: left top;
	width:625px;
clear:both;
	}


#sidebar ul, li {
	margin:0;
	padding:0;
}
#sidebar h3 {
	padding:0 0 10px 25px;
	margin:0px 0 25px 0;
	background: url('images/side_h2bg.gif') left no-repeat ;
	border: none;
	font-size:18px;
	color:#CC0000;
}



#sidebar3
{
	float:left;
display:inline;
overflow:hidden;
clear: both;
	}

#sidebar3 h2 {
	margin:20px 0;

	clear:both;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/*カスタマイズ*/
#hp {
	text-align: left;
	padding-top:30px;
	font-weight:bold;



}

.st-tag-cloud{
	padding-top:15px;
	line-height:1.5;
}
.postTitle {
	font-size:100%;
	color: #666;
	background-color: #f7f7f7;
	border: 1px solid #CCC;
	padding: 10px 0 10px 10px;
}
.pinback {
	padding:15px;
	list-style:none;
}



.aligncenter{
	text-align:center;
}
input#tb_url {
   font-family: "courier new", courier, monospace;
   background-color: #CCC;
   font-size: 1em;
   padding: 0.2em;
   width: 50%;
}	
.calendar {
	background:url(img/calendar.gif) no-repeat;
float:left;
	width:47px;
	height:53px;
	line-height:100%;
/*	position:absolute;
	margin:0 auto auto 0;*/
}
	.calendar span {
		padding:11px 0 6px 0;
		color:#FFF;
		font-size:11px;
		line-height:100%;
	}
	.calendar div {
		font-weight:bold;
		color:#FFF;
		font-size:19px;
		line-height:100%;
	}
.tac { text-align:center !important; }
.block { display:block; }
input#tb_url {

   width: 70%;
}

.landing_site {
	margin:0 10px 20px 10px;
}
.landing_site_contents ul{
	margin:10px;
}
.landing_site_contents{
	padding:10px;
	border-top:5px #ccc solid;
	border-bottom:2px #ccc solid;
	font-size:90%;
	background-color:#f7f7f7;
}
.google_ad {
	padding:10px;
	border-top:5px #ccc solid;
	border-bottom:2px #ccc solid;
	font-size:90%;
	background-color:#f7f7f7;

}
#wp-calendar-horizontal {
	float: left;
	font-size: 11px;
    padding : 3px 0 3px 10px;
    text-align : left;
	height:30px;
/*	background:#FFF url(img/sidesep.gif) right repeat-y;*/

}
#wp-calendar-horizontal a:hover {
    text-decoration : underline;
}
#wp-calendar-horizontal .saturday,
#wp-calendar-horizontal .saturday a {
    color : #00ffff;
}
#wp-calendar-horizontal .sunday,
#wp-calendar-horizontal .sunday a {
    color : #ff0000;
}
#today {
    background-color : #f7f7f7;
    border : 1px solid #000000;
}
.linkimg {
	margin: 10px 0 10px 0;
	text-align: center;
}

.linkimgbig {
	margin: 10px 0 0 0;
	text-align: center;
}

.link-note {
	text-align: center;
	margin: 0 0 10px 0;
}
#feed {
	margin: 0 0 0 20px;
}
.face {
	margin: 0 10px 10px 0;
	float: left;
}
.wp-smiley {
    position: relative;
    top: 4px;

}
#commentlist .wp-smiley{
    position: relative;
    top: 0px;

}
#column_box img{
    position: relative;
    top: 15px;

}
/*.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#shadowbox_title { 
border: 0px solid; 
} 

#shadowbox_info { 
border: 0px solid; 
} 
.sidebar_footer{
	float:left;
	width:290px;
	overfllow:hidden;
	display: inline;
	font-size:0.9em;
}
.sidebar_footer ul,li {
	list-style:none;
}
.sidebar_footer h2 {
	color: #fff;
    background-color :#000000;
	border-bottom:#fff solid 1px;
	border-top:none;
	border-left:none;
	border-right:none;
}
#top_photo {
	margin:0;
	padding:0;
}
#top_photo ul, li {
	margin:0;
	padding:0;
}

.ranking {
	float: left;
	margin: 8px;
	padding:0;
	display:inline;
}

.text-align-left{
	text-align: left;
	border:1px solid #993300;
width:730px;
margin: 20px 0 20px 55px;
clear: both;
}


.text-align-left td {
	padding:8px;
}
.rabel {
	border-bottom:1px solid #993300;
	border-right:1px solid #993300;
	background: #FFcc66;
	width:20%
}
.item {
	border-bottom:1px solid #993300;
	margin:0;
	width:80%;
}

.table-font {
	margin-left:20px;

}
.table-font td {
	font-size:110%;
	padding:4px;
}
.table-font h4 {
	font-size:110%;
	padding:4px;
}
.prodact {
	}
.prodact td {
	font-size:105%;
	padding:2px;
}

.middle {
	padding-top:90px;
}
.system {
	clear:both;
	margin:30px 8px;

}
.impact_big {
	padding-top:20px;
	font-size:20px;
	color:#FF0000;
	font-weight:bolder;
}
.botton-box{
	float: left;
	width:410px;
	margin:15px 20px;
	display:inline;
}
.botton-box-text {
	padding:10px;
}
.impact-center{
	clear:both;
	padding-top:20px;
	font-size:20px;
	color:#FF0000;
	font-weight:bolder;
	width: 100%;
	text-align: center;
}
.text {
	width:750px;
	float:left;
	margin: 0 0 20px 40px;
	}

#sidebar5 li{

}
#sidebar5 h2 {
	margin-bottom:5px;
}
.sidebar5-ul{
	clear:both;
	margin:15px 0 15px 35px;
	display:inline;
	float:left;
	list-style: disc;
}
.disc {
}
.logbox{
         width: 625px;
         height: 250px;
         overflow: auto;
	background-color:#E9DCC0;
overflow-x : hidden ;

}

.menu {
	width: 200px;
	margin-left:20px;
	font-size:14px;
}

.menu-item {
	border-top: 1px solid #F6F6F6;
}
.menu-item-1620 {
	border-right: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
	padding:8px;
	background-color:#F6F6F6;

}
.sub-menu {
	background-color:#E9DCC0;
	display:block;
	padding:8px;

}
.menu-item-1622 {
	border-right: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
	padding:8px;
	background-color:#F6F6F6;

}
.menu-item-1557 {
	border-right: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
	padding:8px;
	background-color:#F6F6F6;

}
.menu-item-1551 {
	border-right: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
	padding:8px;
	background-color:#F6F6F6;

}
.menu-item-1545 {
	border-right: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
	padding:8px;
	background-color:#F6F6F6;

}
tsuhan {
color: #ff0000;
}