@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	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

*/



/* CSSのリセット */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,th,td {
  margin:0;
  padding:0;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-style: normal;
}

ul {
	list-style: none;
}

a {
	color: #0085CF;
}

a:hover {
	text-decoration: none;
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #F7F5F2;
	color: #333;
	text-align: center;
	}
/* IE6 */
* html body { font-size: 57.5%; }
/* IE7 */
*:first-child+html body { font-size: 62.5%; }

#page {
	background: #fff url(images/bg.gif) repeat-y;
	text-align: left;
	}

#header {
	background: url(images/bg_top.gif) no-repeat top center;
	}

#footer {
	background: url('images/bg_bottom.jpg') no-repeat bottom;
	border: none;
	}

/* End Typography & Colors */


/*---------------------------
▼Begin Structure
     ～ 基本レイアウト ～
---------------------------*/

body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	position: relative;
	margin: 20px auto;
	padding: 0;
	width: 754px;
	zoom: 0;
}

/* ヘッダー */

#header {
	margin: 0;
	padding: 0;
	height: 40px;
	width: 754px;
}


/* コンテンツ（#content） */

.narrowcolumn {
	float: right;
	padding: 0 20px 10px 18px;
	margin: 0px 0 0;
	width: 500px;
	font-size: 1.2em;
	line-height: 1.5;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 20px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .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 {
	clear: both;
}

.clear {
	clear: both;
}


/* サイドバー */

#sidebar {
	float: right;
	width: 209px;
	line-height: 1.2;
}


/* フッター */

#footer {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 754px;
	height: 80px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 40px 22px 0 0;
	color: #fff;
	line-height: 40px;
	vertical-align: middle;
	text-align: right;
}

/*---------------------------
▲End Structure
---------------------------*/



/*---------------------------
▼ Begin Headers
        ～ ヘッダー ～
---------------------------*/

#header .description {
	padding: 8px 0 0 15px;
	line-height: 32px;
	vertical-align: middle;
	color: #666;
	font-size: 1.1em;
}


#utility-navi {
	position: absolute;
	right: 10px;
	top: 16px;
	z-index: 10;
}

#utility-navi ul {
	text-align: right;
}

#utility-navi li {
	display: inline;
	margin-right: 10px;
	font-size: 1.2em;
}

#utility-navi li a {
	padding-left: 15px;
	background: url(images/utility-navi_ist.gif) no-repeat left center;
	color: #666;
	text-decoration: none;
}

#utility-navi li a:hover {
	text-decoration: underline;
}


/*---------------------------
▲End Headers
---------------------------*/


/*---------------------------
▼ Begin Contents
       ～ コンテンツ ～
---------------------------*/

/* 見出し＆段落 */

#content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 0 0 22px;
	background:  url(images/content_title_bg.jpg) no-repeat;
	font-size: 1.2em;
	min-height: 27px;
	height: auto !important;
	height: 27px;
}

#content h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1px 0 3px 23px;
	border-bottom: dotted 1px #E1EDF9;
	background: url(images/h3_bg.gif) no-repeat;
	color: #074A6F;
	font-size: 1.15em;
}
#content h3 span {
	font-weight: normal;
}

#content h4 {
	margin-bottom: 10px;
	padding: 0 0 3px 20px;
	border-bottom: dotted 1px #999;
	background: url(images/box_title_bg.gif) no-repeat 0 7px;
	color: #074A6F;
}

#content p {
	margin-bottom: 20px;
}


/* 文字装飾 */

em {
	padding: 0 0.1em;
	color: #903;
	font-style: normal;
}

.bold {
	font-weight: bold;
}

.red {
	color: #903;
}


.right {
	text-align: right;
}

.floatleft {
	float: left;
	margin: 0 10px 5px 0;
}

.floatright {
	float: right;
	margin: 0 0 5px 10px;
}


/* リスト */

#content ol {
	margin: 0 0 20px 20px;
	list-style-type: decimal;
}

#content ol li {
	margin-bottom: 1em;
}

#content dl {
	margin-bottom: 10px;
}

#content dt {
	font-weight: bold;
}


/* テーブル */

table {
	border-collapse: collapse;
}

.table1 {
	width: 100%;
	margin-bottom: 10px;
	border: solid 1px #aaa;
}

.table1 th {
	width: 7em;
	padding: 6px 10px 7px;
	border: solid 1px #aaa;
	background: #F3F3F3;
	color: #074A6F;
	font-weight: bold;
	white-space: nowrap;
}

.table1 td {
	padding: 6px 10px 7px;
	border: solid 1px #aaa;
}


/* フォーム */

form {
	margin-bottom: 20px;
}

/* お問い合わせフォーム */

form.form {
	padding-top: 10px;
	border-top: dotted 1px #aaa;
	text-align: center;
}

.form table {
	width: 100%;
	margin: 10px 0;
	text-align: left;
	line-height: 1.2;
}

.form table th {
	padding: 3px 5px;
	border-right: dotted 1px #aaa;
	font-weight: normal;
	vertical-align: top;
}

.form table th span.small {
	font-size: 0.85em;
}

.form table td {
	padding: 3px 5px;
}

p.policy {
	padding-top: 10px;
	border-top: dotted 1px #aaa;
	font-size: 0.95em;
	text-align: left;
}




/* ナビゲーション */

#headnavi {
	margin: 0 -13px 0 -18px;
	padding-top: 15px;
	border-left: solid 1px #93B9F5;
	border-bottom: solid 1px #93B9F5;
	background: #0B3347 url(images/headnavi_bg.gif) repeat-x;
	min-height: 33px;
	height: auto !important;
	height: 33px;
	overflow: hidden;
}

#headnavi ul {
	margin-right: -12px;
	text-align: right;
}

#headnavi li {
	display: inline;
	margin-right: 7px;
	padding-right: 15px;
	background: url(images/headnavi_dot.gif) no-repeat right center;
}

#headnavi li a {
	color: #679EF1;
	font-weight: bold;
	text-decoration: none;
}

#headnavi li a:hover {
	color: #fff;
}


.link {
	text-align: right;
}

.link a {
	padding-left: 30px;
	background: url(images/arrow_l.png) no-repeat 0 2px;
	color: #0085CF;
	text-decoration: none;
}

.link a:hover {
	text-decoration: underline;
}


/*---------------------------
トップページ
---------------------------*/

/* チャッチコピー */

#copy {
	margin: 0 -13px 0 -18px;
	height: 150px;
	background: url(images/home_catch.jpg) no-repeat;
}

#copy * {
	text-indent: -9999px;
}

#copy h2 {
	margin: 0;
	background: none;
}


/* メインビジュアル */

#img {
	height: 369px;
	margin: 20px 0;
	padding: 0 10px 0 160px;
	background: url(images/home_img.jpg) no-repeat;
}

#content #img h2 {
	margin: 0;
	padding: 0;
	background: none;
	text-indent: -9999px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}

#content #img h4 {
	margin: 1em 0 0;
	padding: 0 0 5px;
	border-bottom: solid 1px #999;
	background: none;
	color: #903;
	font-size: 1.1em;
}

#img p {
	margin-bottom: 0.7em;
}

#img p.strong {
	margin-bottom: 1em;
	color: #074A6F;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3;
}

#img p.border {
	padding-top: 5px;
	border-top: solid 1px #fff;
}

#img ul {
	margin-top: 15px;
	text-align: right;
}

#img ul li {
	margin-bottom: 3px;
}

#img ul li a {
	padding-left: 30px;
	background: url(images/arrow_l.png) no-repeat 0 2px;
	color: #0085CF;
	text-decoration: none;
}

#img ul li a:hover {
	text-decoration: underline;
}


/* コンテンツ紹介BOX */

.home_box {
	position:relative;
	margin-bottom: 10px;
	padding: 10px 10px 5px 143px;
	border: solid 4px #DBD9CC;
	background-repeat: no-repeat;
	background-position: 9px 8px;
	min-height: 102px;
	height: auto !important;
	height: 102px;
}

#content .home_box h3 {
	margin-bottom: 5px;
	padding: 0 0 3px 20px;
	border-bottom: dotted 1px #999;
	background: url(images/box_title_bg.gif) no-repeat 0 7px;
	color: #074A6F;
}

#content .home_box p {
	margin-bottom: 0.5em;
}

.home_box.img1 { background-image: url(images/img1.jpg); }
.home_box.img2 { background-image: url(images/img2.jpg); }
.home_box.img3 { background-image: url(images/img3.jpg); }
.home_box.img4 { background-image: url(images/img4.jpg); }
.home_box.img5 { background-image: url(images/img5.jpg); }
.home_box.img6 { background-image: url(images/img6.jpg); }


/* 体験談 */

#home_voice {
	margin: 15px 0 20px;
	padding: 0 10px 10px;
	border-top: solid 3px #0B3347;
	background: #e6e6e6;
}

#home_voice h2 {
	height: inherit;
	min-height: inherit;
	margin: 0;
	padding: 10px 0;
	background: url(images/pict_voice.gif) no-repeat right center;
	color: #0B3347;
	font-size: 1.2em;
	min-height: inherit;
	height: auto !important;
	height: inherit;
}

#home_voice dl {
	margin-bottom: 5px;
	padding: 10px;
	border-right: solid 1px #B8B8B8;
	border-bottom: solid 1px #B8B8B8;
	background: #F7F5F2;
}

#home_voice dt {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(images/box_title_bg.gif) no-repeat 0 6px;
	color: #5C4639;
	font-weight: bold;
}

#home_voice dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #999;
}

#home_voice dd.link {
	margin: 0;
	padding: 0;
	border: none;
}


/* NEWS */

#home_news {
	margin-bottom: 20px;
}

#home_news dt {
	clear: both;
	float: left;
	padding: 0 0 5px 15px;
	background: url(images/home_news_list.gif) no-repeat 0 5px;
}

#home_news dd {
	margin-bottom: 8px;
	padding: 0 0 8px 9em;
	border-bottom: dotted 1px #999;
}

#content #home_news dd  p {
	margin: 0;
}


/*---------------------------
他ページ
---------------------------*/

/* タイトル */

#title {
	position: relative;
	height: 112px;
	margin: 0 -13px 0 -18px;
	background: url(images/title_bg.jpg) no-repeat;
}


/* パンくずリスト */

.breadcrumb {
	padding: 5px 0 0 10px;
	font-size: 0.9em;
}

.breadcrumb a {
	color: #333;
}


/* タイトル見出し */

#title h1 {
	position: absolute;
	left: 37px;
	top: 42px;
	font-size: 1.2em;
}

#title h1 a {
	color: #333;
	text-decoration: none;
}

#title h1 a:hover {
	text-decoration: underline;
}


#title p {
	position: absolute;
	left: 37px;
	top: 71px;
	color: #BEB264;
	font-size: 0.9em;
}


/*  */

.indent {
	padding-left: 40px;
}

.yen    { background: url(images/pict_yen.gif) no-repeat; }
.bank   { background: url(images/pict_bank.gif) no-repeat; }
.phone  { background: url(images/pict_headphone.gif) no-repeat; }
.tel    { background: url(images/pict_tel.gif) no-repeat; }


.house  { background-image: url(images/pict_house.gif); }
.heart  { background-image: url(images/pict_heart.gif); }
.mail   { background-image: url(images/pict_mail.gif); }
.clover { background-image: url(images/pict_clover.gif); }



/* BOX */

.box {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 15px 0;
	border: solid 4px #DBD9CC;
}

#content .box p {
	margin-bottom: 15px;
}

.box ol {
	margin-bottom: 15px;
}

#content .box ol li {
	margin-bottom: 3px;
}

/*
.box ol li {
	padding: 0 0 3px 15px;
}

.box ol li.ol1 { background: url(images/ol-1.gif) no-repeat 0 3px; }
.box ol li.ol2 { background: url(images/ol-2.gif) no-repeat 0 3px; }
.box ol li.ol3 { background: url(images/ol-3.gif) no-repeat 0 3px; }
*/

a.link {
	padding-left: 15px;
	background: url(images/arrow_s.gif) no-repeat 0 3px;
	color: #0085CF;
	text-decoration: none;
}


/*---------------------------
▲End Contents
---------------------------*/


/* 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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */





/* Begin Form Elements */

.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 h2#logo {
	margin: 0;
	background: url(images/logo.gif) no-repeat ;
}

#sidebar h2#logo a {
	display: block;
	width: 209px;
	height: 150px;
	text-indent: -9999px;
}


/* サイト内検索 */

#sidebar form {
	margin: 0;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	background: #0F0F0F url(images/side_search_bg.gif) no-repeat;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


/* グローバルナビ */

#sidebar ul#gloval-navi {
	margin-bottom: 10px;
}

#sidebar ul#gloval-navi li {
	background: #0B3347 url(images/side_navi_bg.gif) no-repeat;
	font-size: 1.2em;
}

#sidebar ul#gloval-navi li a {
	display: block;
	width: 185px;
	padding: 15px 0 8px 24px;
	border-top: solid 1px #1F455F;
	border-bottom: solid 1px #000;
	color: #C1B46C;
	font-weight: bold;
	text-decoration: none;
	min-height: 18px;
	height: auto !important;
	height: 18px;
}

#sidebar ul#gloval-navi li a:hover {
	color: #cea31d;
	background: #0B3347 url(images/side_navi_bg.gif) no-repeat -209px 0;
}


/* グローバルナビ（第２階層） */

#sidebar ul#gloval-navi li li {
	background: #000;
}

#sidebar ul#gloval-navi li li a {
	padding: 5px 0 5px 24px;
	border-top: none;
	border-bottom: solid 1px #1F455F;
	font-weight: normal;
	font-size: 0.8em;
	min-height: inherit;
	height: auto !important;
	height: inherit;
}


/* バナー */

#side-banner li {
	margin-bottom: 10px;
	text-align: center
}

#side-banner li a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}


/* ボックス */

.side-box {
	width: 179px;
	margin: 0 0 15px 15px;
	padding-bottom: 5px;
	background: #fff url(images/side_box_bg.jpg) no-repeat bottom;
}

.side-box h3 {
	margin-bottom: 10px;
	padding: 4px 0 0 3px;
	background: #404D6C url(images/side_box_title.gif) no-repeat bottom;
	color: #fff;
	font-size: 1.3em;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

.side-box dl {
	margin: 0 5px 5px 10px;
	font-size: 1.2em;
}

.side-box dt {
	margin-bottom: 5px;
	font-weight: bold;
}

.side-box dt.pict {
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.side-box dt.house  { background-image: url(images/pict_house.gif); }
.side-box dt.phone  { background-image: url(images/pict_headphone.gif); }
.side-box dt.yen    { background-image: url(images/pict_yen.gif); }
.side-box dt.heart  { background-image: url(images/pict_heart.gif); }
.side-box dt.mail   { background-image: url(images/pict_mail.gif); }
.side-box dt.clover { background-image: url(images/pict_clover.gif); }



.side-box dd {
	margin-bottom: 5px;
}


.side-box ul {
	clear: both;
	margin: 0 5px 10px 10px;
	font-size: 1.2em;
}

.side-box ul li {
	margin-bottom: 3px;
}
.side-box ul li a {
	padding-left: 15px;
	background: url(images/arrow_s.gif) no-repeat 0 3px;
	color: #0085CF;
	text-decoration: none;
}
.side-box ul li a {
	padding-left: 15px;
	background: url(images/arrow_s.gif) no-repeat 0 3px;
	color: #0085CF;
	text-decoration: none;
}
#sidebar .side-box ul li.recentcomments a {
	padding-left: 15px !important;
}
#sidebar .side-box ul li.recentcomments a.url {
	padding-left: 0 !important;
	background: none;
}

.side-box ul li a:hover {
	text-decoration: underline;
}

.side-box .border {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(images/side_box_line.gif) no-repeat center bottom;
}


/* メルマガ登録フォーム */

.side-box form {
	padding-bottom: 5px;
	text-align: center;
}

.side-box form dl {
	margin: 10px 5px 5px 10px;
	font-size: 1.2em;
	text-align: left;
}

.side-box form dt {
	clear: both;
	float: left;
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 0.8em;
}

.side-box form dd {
	padding-left: 3.4em;
	vertical-align: middle;
}

.side-box form dd input {
	width: 110px;
	margin-top: -4px;
	vertical-align: middle;
}



/*---------------------------
▲ End Sidebar
---------------------------*/


.pagetop {
	position: absolute;
	right: 20px;
	top: 0;
}




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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." */


