@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/*
Theme Name: Wataru
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a>; をもとにした Wataru 用のテーマ
Version: 2.0
Author: Ai Nakai, Kaho Otsu, Honshu-Shikoku Bridge Expressway Company Limited., Plus Design Company, 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

*/

/*************defaultの設定をリセット******************/


a {
	color: #000;
	text-decoration:underline;
	}


a:hover {
	color: #EA3134;
	text-decoration: underline;
	}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h4,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
	margin:0;
	padding:0;
}

h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}


h2 {
	font-size: 1.6em;
	}


h3 {
	margin: 30px 0 0;
	font-size: 1.3em;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}


h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

ul li{
	list-style:none;
	}

ul li a{
	list-style:none;
	color: #000;
	text-decoration:none;
	}
ul li a:hover {
	color: #EA3134;
	text-decoration: underline;
	}

.bold{font-wight:bold;}
.clear{clear: both;}
.center {text-align: center;}
.right {text-align: right;}
.hidden {display: none;}
.indent{text-indent: 1em;}
hr {display: none;}

/**************** img layout style **************/

p img {
	padding: 0;
	max-width: 100%;
}


a img {
	border: none;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.none {
	padding: 0px;
	margin: 0px;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.aligncenter {
	margin-right:0px auto;
	margin-left:0px auto;
	}
.mar10{
	margin-left:10px;
}

.mar20{
	margin-lef:20px;
}
.mar30{
	margin-lef:30px;
}
.top10{
	margin-top:10px;
}

.top20{
	margin-top:20px;
}
.top30{
	margin-top:30px;
}
/**************** layout forms ******************/

body {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color:#333;
	}


#page {
	background-color:#FEFEFE;
	margin: 0px auto;
	padding: 0;
	width: 980px;
}
	
/***********わたる便りのためのヘッダ***********/

#header {
	margin:0 0 0 25px;
	padding-top:10px ;
	min-height: 250px;
	width: 940px;
	text-align:center;
}
	
#headerimg {
	width: 920px;
	height:250px;
}

#headerimg img {
	border:0;
	width: 920px;
	height:250px;
}


#headerimg .description{
	color:#FFF;
	font-size: 1.2em;
}

/***********わたる特設ページのためのヘッダ***********/

#header2 {
	margin:0 0 0 25px;
	padding-top:10px ;
	min-height: 250px;
	text-align:center;
}

#headerimg2 {
	width: 920px;
	height:250px;
}
#headerimg2 img {
	border:0;
	width: 920px;
	height:250px;
}


/***************ナビメニュースタイル********************/

/**メニューを画像にしたパターン**/

#navigation{
	margin:10px 0px 10px 30px;
}

#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#navigation li{
	float: left;
	height: 40px; 
	list-style: none;
	margin: 0;
	padding: 0;
}

.navi01 a{
	display:block;
	width:110px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_01.png");
	background-position:top;
}

.navi02 a{
	display:block;
	width:160px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_02.png");
	background-position:top;
}

.navi03 a{
	display:block;
	width:130px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_03.png");
	background-position:top;
}

.navi04 a{
	display:block;
	width:110px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_04.png");
	background-position:top;
}

.navi05 a{
	display:block;
	width:130px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_05.png");
	background-position:top;
}

.navi06 a{
	display:block;
	width:130px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_06.png");
	background-position:top;
}

.navi07 a{
	display:block;
	width:120px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_07.png");
	background-position:top;
}

.navi01 a:hover ,
.navi01-now ,
.navi01-now a{
	display:block;
	width:110px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_01.png");
	background-position:bottom;
}
.navi02 a:hover ,
.navi02-now{
	display:block;
	width:160px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_02.png");
	background-position:bottom;
}

.navi03 a:hover ,
.navi03-now{
	display:block;
	width:130px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_03.png");
	background-position:bottom;
}

.navi04 a:hover ,
.navi04-now{
	display:block;
	width:110px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_04.png");
	background-position:bottom;
}

.navi05 a:hover ,
.navi05-now{
	display:block;
	width:130px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_05.png");
	background-position:bottom;
}

.navi06 a:hover ,
.navi06-now{
	display:block;
	width:130px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_06.png");
	background-position:bottom;
}

.navi07 a:hover ,
.navi07-now{
	display:block;
	width:120px;
	height:40px;
	text-indent:-9999px;
	background-image: url("images/navi_07.png");
	background-position:bottom;
}
/**************パンくずスタイル********************/

#breadcrumb{
	clear:both;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:35px;
	height:15px;
}

/************ Sidebar Style *****************/

#sidebar{
	float:left;
	margin-left:22px;
	padding:10px 0px 15px 0px;
	width: 205px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#FFF;
}
* html #sidebar{
	margin-left:7px;
	margin-right:3px;
}
#sidebar h3{
	margin:0;
	padding:0;
}

#sidebar .banner{
	width:195px;
	margin:10px 0px;
	border:2px solid #999;
	text-align:center;
	background-color:#FFF;
}


.sidecont{
	width: 205px;
	margin-top:20px;
}

#sidebar ul {
	width:161px;
	margin:5px 0px 0px 7px;;
}

#sidebar ul li{ 
	width:161px;
	background: url("images/sidenav_icon.gif") ;
	background-repeat:no-repeat;
	background-position: 2px 4px;
	word-wrap: break-word;
	padding-left:15px
}


#sidebar form {
	margin:0px;
}


#searchform {
	margin: 10px auto;
}

	
#sidebar #searchform #s {
	width: 125px;
	margin-left:10px;
}

#sidebar #searchsubmit {
	vertical-align:bottom;
}

#sidebar .rss{
	width:175px;
	margin:10px 0px;
	padding-bottom:5px;
	background-color:#FFFFFF;
}

#sidebar .rss img{
        float:left;
}

/************** カレンダースタイル ***********/

#calendar{
	width:195px;
	background-color:#FFF;
}


#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 175px;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold; 
	background-color:#fee8ce; color:#ea3134;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
	font-weight: nomal;
	 background-color:#FFF; color:#ea3134;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	font-weight: nomal;
	 background-color:#FFF; color:#ea3134;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
	
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}


/***************記事のスタイル**********************/
	
#content {
	float:left;
	width:710px;
	font-size: 1.2em;
	margin-left:3px;
　　　word-wrap: break-word;
}
*html #content {
	margin:0px;
}
.narrowcolumn {
	width: 710px;
}
	
.narrowcolumn .entry {
	padding:10px 0px 10px 0px;
	line-height: 1.4em;
}

/************記事のスタイル for page.php*************/
	
#content2 {
	width:980px;
	font-size: 1.2em;
}

.widecolumn {
	width: 680px;
	margin:10px auto;
}
	

/**************ページタイトル********************/

h2.pagetitle {
	font-size: 1.6em;
	padding-top:10px;
}

/****************ナビスタイル*********************/

/**
.navigation {
	width:740px;
	height:30px;
	padding:0px 30px 5px 10px;
	font-size:11px;
	line-height:1.4;
}
**/
	
/**********エントリースタイル*************/
/* from format.css */

.entry p a:visited {
	color: #b85b5a;
	}

div.entry{
	width:710px;
	margin-top:10px;
	padding-top:15px;
	padding-bottom:0px;
	text-align:left;
	background-image: url("images/entry_bg_top.gif");
	background-repeat: no-repeat;
}


div.entry div.entry-middle-bg{
    background-image: url("images/entry_bg_middle.gif");
	background-repeat: repeat-y;
}


div.entry div.entry-middle-bg div.entry-bottom-bg{
	padding-bottom: 74px;
	background-image: url("images/entry_bg_bottom.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.entry div.entry-middle-bg div.entry-bottom-bg div.h2-bg{
	margin: 0px 9px;
	padding-top:8px;
	background-color:#FAF9DC;
    background-image: url("images/entry_bg_h2.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
}


div.entry div.entry-middle-bg div.entry-bottom-bg div.h2-bg h2 {
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 8px 42px;
	color: #000;
	font-size:120%;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.2em;
	background-image: url("images/entry_icon01.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}


div.entry div.entry-middle-bg div.entry-bottom-bg p {
	clear:both;
       padding:10px 15px;
	font-size: 100%;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

div.entry div.entry-middle-bg div.entry-bottom-bg h3 {
	margin: 10px 20px;
}


div.entry div.entry-middle-bg div.entry-bottom-bg img{
	padding:0px;
}

div.entry table{
	margin-left:20px;
}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

/**********エントリースタイル for page.php*************/

div.entry2{
	width:900px;
	margin-top:15px;
	margin-left:20px;
	padding:0px 15px;
}

div.entry2 p{
	line-height:2.3;
}

.entry2 ol{
	list-style-position:outside;
}

.entry2 ol li{
	margin-left:2em;
	line-height:2.3;
}

.entry2 table.none_section{
	margin-bottom:20px;
}

/***for firefox ***/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.post {
	margin:0px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.postmetadata {
	margin-bottom:30px;
	padding-top: 5px;
	padding-left:15px;
	clear: both;
	height:30px;
	background-image: url("images/entry_bg_time.gif");
	background-repeat:no-repeat;
}

.result{
	width:750px;
	height:140px;
}

.postmetadata2 {
	margin-bottom:60px;
	height:80px;
	background-image: url("images/search_bg.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FEFEFE;
}

p.postmetadata{
	font-size:90%;
	letter-spacing:-0.1em;
}

.postmetadata2 p{
	text-align: center;
}

.postmetadata2 h3{
	margin:0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.title{
	width:450px;
	height:60px;
	text-align:left;
	margin:0;
	padding:0px 0px 0px 20px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}


/*************コメント関係***************/

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 98%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.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;
	font-weight: bold;
}


.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.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;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
/* 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 */



/***********ここよりフッター*****************/

#footer{
	padding:0px;
	margin:0px auto;
	width: 980px;
	clear: both;
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
}

	* html #footer { /* for ie6 */ margin-left:1px;}
	
#footer p {
	margin: 0px;
	padding: 10px 0px 15px;
	text-align: center;
}

#footer2{
	padding:0px;
	margin:0px auto;
	width: 980px;
	height:63px;
	clear: both;
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
}

	* html #footer2 { /* for ie6 */ margin-left:5px;}
	
#footer2 p {
	margin: 0px;
	padding: 10px 0px 15px;
	text-align: center;
}



/*******わたる特設サイトのトップのときのみ表示 for page.php***********/

#report{
	margin:10px 30px;
	width:600px;
}

#report dl {
	clear:both;
	width:600px;
	padding-left:20px;
	line-height:1.9;
}

#report dl dt{	
	float:left;
	width:100px;
}

#report dl dd{
	margin-left:110px;
	width:470px;
}
	
/*******わたるスケジュールサイトのためのCSS***********/

table.scheduletable{
	margin-top:5px;
	border-collapse:collapse;
	border:1px solid #754C24;
	border-spacing:0;
}

table.scheduletable td{
	border:1px solid #754C24;
	padding:5px;
}

table.scheduletable th{
	background-color:#FFF7C3;
	border:1px solid #754C24;
	padding:5px;
	text-align:center;
}

table.scheduletable td.add{
	text-align:left;
}

/*******わたる会員規約のためのCSS***********/

p.megaphone {
	margin-top: 10px;
	padding-left: 28px;
	background-image:url('images/content_bg01.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

.procedure {
	margin-top: 4px;
	margin-left: 10px;
	padding-left: 15px;
	background-image:url('images/content_bg01.gif');
	background-position: left 0.4em;
	background-repeat: no-repeat;
}

.procedure ol {
	margin: 0 0 0 10px;
}

.procedure ol li {
	padding: 3px 0 3px 6px;
}

.kaiin{
	text-align:center;
	margin-bottom:30px;
}

/*************ダウンロード***************/
.downmenu{
	float:left;
	margin-right:10px;
	margin-left: 0px;
	width:220px;
}



