/*
Theme Name: Wordpress de C.M.S.
Theme URI: http://cms-demo.jpn.org/wpcms/wp-content/themes/cms/
Version: 0.1
Author: Pico-Cre
Author URI: http://pico-cre.com/
Description: Base Style CSS
*/

/* ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ 基本設定 ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼
12pt=80%
アクセント = #F45500
文字 = #222222
リンク=#061668
背景濃
background-color: #EEEEEE;
border: solid 1px #E4E4E4;
背景薄
background-color: #FBFBFB;
border: solid 1px #E5E5E5;
 */

h1,h2,h3,h4,h5,p,span,li,dt,dd,th,td,address,a	{
		color: #00468C;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a		{
		font-size: 100%;
/* 
		color: #F45500;
		text-decoration: none;
 */
}

a:hover		{
		color: #FF8000;
		opacity:0.8;
}

a img		{
		border: none;
}

ul , dl , ol	{
		padding: 0;
		margin: 0;
		list-style-type: none;
}

.clear	{
		clear: both;
}

/* ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ 背景色、ボーダースタイル設定 ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ */
.bgNone	{
		background-color: #FFFFFF;
}

.bgLight	{
		background-color: #FBFBFB;
		border: solid 1px #E5E5E5;
}

.rowlineLink ,
.banner p ,
#sidebar .widget	{
		background-image: url(https://c18.future-shop.jp/shop/item/vana0425/design/img01/bgSide1.png);
		background-repeat: repeat-x;
/* 		background-color: #F0F0F0; */
		background-color: #D3E5EF;
/* 		border: solid 1px #E5E5E5; */
}

.bgDark ,
#header h2 ,
h1 ,
.addContent h2		{
}

/* ボーダーDark、背景白 */
.widget_search #s
			{
		background-color: #FFFFFF;
		border: solid 1px #E4E4E4;
}


body		{
		background-color: #DDECF2;
}

/* ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ フォントサイズ設定 ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ */
/* フォント 最大サイズ */
h1		{
		font-size: 100%;
}

/* フォント 大サイズ */
div#sidebar h3	{
		font-size: 90%;
}

/* フォント 中サイズ */
#navMain li a	,
p.pageTop a ,
p#pagetitle ,
.post h2 ,
.post h3 ,
.post p ,
.post ul li ,
.post ol li ,
.addContent p ,
#footer p ,
#footer address ,
#footer address a ,
.addContent h2	{
		font-size: 80%;
}

/* フォント 小サイズ */
#breadcrumbs ,
.single .post h2 ,
.post h4 ,
.post dt ,
.post dd ,
#content .post table tr td h4 ,
#content .post table tr th ,
#content .post table tr td ,
.wp-caption .wp-caption-text ,
#news h3 ,
#news h4 ,
p.pagelink a ,
#comments h3 ,
#comments p ,
#sidebar ul ul li ,
#sidebar ul #text-6 .textwidget p a ,
.textwidget ,
.widget_nav_menu p ,
.screen-reader-text ,
p.feed ,
#navFooter a ,
.addContent h3 ,
.rowlineLink a ,
.c2list .c2listLink ,
#news .date ,
#about .date	{
		font-size: 75%;
}

/* フォント 最小サイズ */
#php_widget-2 h4 ,
#php_widget-2 p ,
#comments code	{
		font-size: 50%;
}

/* フォント リセット */
.post ul li p ,
.post ol li p ,
.post ul li li	{
		font-size: 100%;
}

/* ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ フォントカラー、スタイル ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ */

/* アクセントカラー */
.banner p a ,
.rowlineLink a	{
		color: #F45500;
}

#navMain li a	{
		color: #FFFFFF;
}

#navMain li a:hover	{
		color: #F98E00;
}

/* ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ 全体レイアウト ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ */
body		{
		margin: 0;
		padding: 0;
		background-image: url(../images/bgBody.png);
		background-repeat: repeat-x;
		background-position: 0% 100px;
}

#wrapper	{
		width: 920px;
		padding: 0 2%;
		margin: 0 auto;
		background-image: url(../images/xxx.png);
		background-repeat: repeat-y;
		background-position: left top;
		background-color: #FFFFFF;
}
.subPage	{
		width: 920px;
		padding: 0 2%;
		margin: 0 auto;
		background-image: url(../images/xxx.png);
		background-repeat: repeat-y;
		background-position: left top;
		background-color: #FFFFFF;
}
#content	{
	width: 996px;
	background-color: #FFFFFF;
	margin-left: auto;
    margin-right: auto;
	
}

#content2	{
	width: 709px;
	padding-top:30px;
	margin-left: auto;
    margin-right: auto;
	
}

div#sidebar	{
	padding: 0;
	margin-top: 0;
	margin-right: 3%;
	margin-left: 0;
	margin-bottom: 0;
	width: 174px;
	float: left;
}

/* ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ヘッダー ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ */
div#header	{
	width: 920px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(../images/xxx.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}


/* 
#blogTemplate #header	{
		background-image: url(images/xxx.png);
}
 */

.deskTop		{
	padding: 20px 0 0;
	margin: 0;
	height: 313px;
	frameborder: no;
	border: none;
}

.deskTop iframe		{
	width: 920px;
	height: 313px;
	padding: 0;
	margin: 0;
	frameborder: no;
	frameborder: 0;
	border: none;
	border: 0;
}

.deskTop iframe img		{
	border: none;
}

/* ヘッダーナビゲーション */
#navHeader	{
		width: 100%;
		height: 60px;
		padding: 20px 0 20px;
		background-position: 424px 20px;
		background-repeat: no-repeat;
		/* background-image: url(../images/navTell.png);*/
}

#navHeader ul	{
		padding: 0;
		margin: 0;
}

#navHeader li	{
		float: left;
		padding: 0;
}

#navHeader #menu-item-82	{
		padding-left: 426px;
}

#navHeader li a			{
		display: block;
		height: 60px;
		text-indent: -9999px;
		background-repeat: no-repeat;
}

#navHeader #menu-item-83 a	{
		width: 194px;
		background-image: url(../images/logo.jpg);
}

#navHeader #menu-item-82 a	{
		width: 150px;
		background-image: url(../images/navForm.png);
}

#navHeader #menu-item-81 a	{
		width: 150px;
		background-image: url(../images/navOrder.png);
}

/* メインナビゲーション */
#navMain	{
		height: 30px;
		padding-top: 5px;
		margin: 0 -3%;
		background-image: url(../images/bgBody.png);
		background-repeat: repeat-x;
}

#navMain ul	{
		padding: 0;
		margin: 0;
		text-align: center;
}

#navMain li	{
		display:inline;
		padding: 0 10px;
		border-left: solid 1px #FFFFFF;
}
#navMain #menu-item-39	{
		border-left: none;
}

#navMain li a	{

}

#header h2	{
}

#header h2 a	{
}

#header h2.mobile	{
		display: none;
}

/* ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ アクセサリ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ */

div#breadcrumbs ,
div#fcbk_share	{
		margin: 10px 0;
		height: 20px;
}

/* パンくず */
div#breadcrumbs	{
		width: 75%;
		padding: 0;
		text-align: right;
		float: right;
}

div#breadcrumbs a	{
}

/* いいねボタン */
div#fcbk_share	{
		width: 21%;
		padding: 0;
		float: left;
}

div#fcbk_share .fcbk_like	{
		padding: 0;
		margin: 0;
}

div#fcbk_share .fcbk_like #fb-root	{
		padding: 0;
		margin: 0;
}

/* コンテンツ領域のバナーなど */
.banner		{
		padding-top: 1em;
		clear: both;
}

.banner p		{
		text-align: center;
		padding: 1em 1em 0.5em;
		margin-top: 1em;
		clear: both;
}

/* ページ先頭 */
#sidebar p.pageTop	{
		display: none;
}

p.pageTop	{
		padding: 0;
}

p.pageTop a	{
		text-indent: -9999px;
		height: 13px;
		display: block;
		background-image: url(../images/index001.jpg);
		background-repeat: no-repeat;
		background-position: right top;
}


/* アコーディオン */
.post .collapseomatic	{
		color: #B90000;
		padding: 0 0 0 15px;
		background-position: left 3px;
}

/* 誘導リンク */
.addContent .formLink ,
.formLink		{
	clear: both;
	background-color: #FFFFFF;
	border-top: 1em solid #FFFFFF;
}

.addContent .formLink ul	{
		padding-top: 1em;
		margin-top: 1em;
		border-top: dotted 1px #71B7E6;
		height: 60px;
		background-image: url(../images/bgLink.png);
		background-repeat: no-repeat;
		background-position: left 1em;
}

.addContent .formLink ul li	{
		margin: 0 0 0 1em;
		float: right;
		background-image: none;
}

.addContent .formLink ul li a		{
		display: block;
		padding: 10px 0 0 0;
		margin: 0;
		text-align: center;
		width: 113px;
		height: 50px;
		background-image: url(../images/bgButton.png);
		background-repeat: no-repeat;
		background-position: left top;
}

/* ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ コンテンツ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ */

#mainImage p	{
		padding: 0;
		margin: 0;
}
p#pagetitle	{
		font-weight: bold;
		text-align: center;
		padding: 0 5px 3px 7px;
		margin: 0 0 2em;
		border-top: solid 1px #D3E5EF;
		border-bottom: solid 1px #D3E5EF;
}

/* 記事 */
.post , .addContent	{
		padding-bottom: 1em;
		margin-bottom: 1em;
}

h1		{
		font-weight: bold;
		padding: 5px 0 3px 26px;
		margin: 0 0 1em 0;
		background-image: url(../images/midashiH2.png);
		background-repeat: repeat-y;
		background-position: left top;
}

h1 a		{

}

.post h2	{
		font-weight: bold;
		margin: 30px 0 5px;
		clear: both;
}

.post h2 a	{
}

.single .post h2	{
		font-weight: bold;
		text-align: center;
		padding: 3px 5px 3px 7px;
		margin: 21px 0 20px;
}

.post h3	{
		margin: 10px 0 5px;
		clear: both;
		font-weight: bold;
		padding: 4px 0 0 21px;
		margin-bottom: 1em;
		height: 21px;
		clear: both;
		background-image: url(../images/midashiH3.png);
		background-repeat: no-repeat;
		background-position: left top;
}
.single .post h3	{
		margin-top: 0;
}
.post h3 a	{
}

.post h4	{
		padding: 3px 0;
		clear: both;
}

.post h4 a	{

}

.post p , .addContent p	{
		line-height: 1.5em;
}

.post ul	{
		margin: 1em 0;
}

.post ul li	{
		padding-left: 18px;
		padding-bottom: 0.5em;
		background-image: url(../images/listmarker.png);
		background-position: left -4px;
		background-repeat: no-repeat;
}

.post ul li a	{
}

.post ul li a:hover	{
}


/* サイトマップ */
.post address {
		display: none;
}

#sitemap_list li	{
		margin: 0 0 1em 1em;
}


#sitemap_list ul	{
		margin: 0;
}

#sitemap_list li a ,
#sitemap_list li li a	{
		background-position: left -1px;
}


/* 横並びリストボックス小 */
.rowline	{
		float: left;
}

.rowline li	{
		width: 19.8%;
		padding: 0 2.5%;
		margin-left: 0;
		float: left;
		border-right: solid 1px #E4E4E4;
}

.rowlineTitle	{
		padding-top: 0;
}

.rowline .leftEnd	{
		margin-left: 0;
		border-left: none;
		border-left: solid 1px #E4E4E4;
}

.rowlineLink	{
		padding: 0;
}

.post .rowlineLink a	{
		display: block;
		text-align: center;
		padding: 0.3em 0 0.1em;
		margin: 0;
		background-image: url(../images/marker_right.png);
		background-position: right 4px;
		background-repeat: no-repeat;
}

/* 横並びリストボックス大 */
.c2list		{
		float: left;
}

.c2list li	{
		width: 48.5%;
		padding: 0 0 0 3%;
		margin-left: 0;
		float: left;
}

.c2list .c2listLink	{
		text-align: right;
}

.c2list .c2listLink a	{
		padding-right: 10px;
		background-image: url(../images/marker_right.png);
		background-position: right -2px;
		background-repeat: no-repeat;
}

.c2list .leftEnd	{
		padding-left: 0;
}

/* 会社概要など[dl]の設定 */

.post dl	{
		margin-top: 1em;
}

.post dt	{
		text-align: right;
		padding: 1em 2% 0.5em 0;
		width: 10%;
		margin: 0;
		float: left;
		clear: both;
		border-top: solid 1px #E5E5E5;
}

.post dd	{
		padding: 1em 0 0.5em;
		margin: 0;
		width: 88%;
		float: left;
		border-top: solid 1px #E5E5E5;
}

p.postinfo	{
		text-align: right;
		padding-bottom: 1em;
		margin: 2em 0;
		clear: both;
/* 
		border-bottom: solid 1px #E5E5E5;
 */
}

p.postinfo a	{

}

/* 記事内のテーブル */
#content .post table	{
		margin-top: 20px;
		width: 100%;
		border: solid 1px #C4DCE9;
}

#content .post table tr td h4 {
	margin-left: -5px;
}

#content .post table tr th	{
	padding: 5px;
	background-color: #ECF4F8;
	border: solid 1px #FFFFFF;
}

#content .post table tr td	{
	padding: 7px;
	vertical-align:top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2DFF5;
}

#content .post table tr th {
	text-align: center;
}

#content .post table tr .shikiri {
	width: 1px;
}

/* 記事内の画像配置 */
.post img	{
		border: none;
}

.aligncenter	{
		display: block;
		margin-left: auto;
		margin-right: auto;
}

.alignleft	{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
}

.alignright	{
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
}

.wp-caption	{
		background-color: #000000;
		padding-top: 5px;
		text-align: center;
}

.wp-caption .wp-caption-text	{
		color: #3F2C21;
		padding: 3px;
}

/* 前後ページリンク */
span.oldpage	{
		float: left;
}

span.oldpage a	{
		padding-left: 10px;
		background-image: url(../images/marker_left.png);
		background-position: left -2px;
		background-repeat: no-repeat;
}

span.newpage	{
		float: right;
}

span.newpage a	{
		padding-right: 10px;
		background-image: url(../images/marker_right.png);
		background-position: right -2px;
		background-repeat: no-repeat;
}
p.pagelink	{
		overflow: hidden;
		width: 100%;
}

/* コメント */
#comments	{
		border-top: dotted 1px #E0D3BD;
		padding: 1em 20px;
		margin: 4em 0;
}

#comments h3	{
		color: #3F2C21;
		border-bottom: dotted 1px #E0D3BD;
		padding-bottom: 3px;
		margin-top: 20px;
}

.logged-in-as	{
		color: #3F2C21;
}

.logged-in-as a	{
		color: #3F2C21;
}

.form-allowed-tags	{
		color: #3F2C21;
}

.comment-form-comment	{
		color: #3F2C21;
}

#comments p	{
}

#comments p a	{
		color: #3F2C21;
}

#comments input ,
#comments textarea	{
		display: block;
}

#comments textarea	{
		width: 520px;
}

#comments .required	{
		color: #3F2C21;
}

#comments code	{
		display: block;
		margin-top: 5px;
}

#comments ul	{
		margin: 0;
		padding: 0;
}

#comments li.compost	{
		list-style-type: none;
		border-bottom: dotted 1px #E0D3BD;
		margin-bottom: 20px;
}

#comments p.cominfo	{
		text-align: right;
}

#comments #comfeed a	{
		background-image: url(../images/feed-icon-12x12.png);
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding-left: 17px;
		line-height: 1em;
		color: #222222;
		text-decoration: none;
}

#comments #comfeed	{
		background-color: #3F2C21;
		padding: 8px;
		margin-top: 30px;
}

#comments #trurl	{
		background-color: #3F2C21;
		padding: 8px;
		margin-bottom: 30px;
}


/* －－－－－－－－－－－－ 固定ページ記事内の画像配置 －－－－－－－－－－－－ */
.pageContent img	{
		border: none;
}

/* トップページ サムネール */
#top #content #thumb	{
		height: 206px;
		margin: 0 -40px 20px;
}

#top #content #thumb li	{
		float: left;
		margin-right: 10px;
		padding 0;
}

/* －－－－－－－－－－－－ 追加コンテンツ設定 －－－－－－－－－－－－ */

.addContent	{
		clear: both;
/* 		border-top: dotted 1px #E0D3BD;
 */
		padding-top: 0;
		margin: 0 0 0;
}

.addContent h2	{
		font-weight: bold;
		padding: 4px 0 0 21px;
		margin-bottom: 1em;
		height: 21px;
		clear: both;
		background-image: url(../images/midashiH3.png);
		background-repeat: no-repeat;
		background-position: left top;
}

.addContent h3	{
		font-weight: bold;
		margin; 1em 0 0;
}

.addContent h3:first-child	{
		border: none;
}

.addContent h4		{
		text-align: right;
		margin; 1em 0 0;
}

/* －－－－－－－－－－－－ News、About設定 －－－－－－－－－－－－ */

#news ,
#about		{
		width: 100%;
		padding: 0;
		margin-top: 1em;
		margin-bottom: 2em;
		border: solid 1px #C4DCE9;
}

#news		{
		clear: both;
		float: left;
}
#about		{
		clear: none;
		float: right;
}

#news h2 , #about h2	{
		padding-bottom: 0;
		padding-left: 0.5em;
		margin-top: 0;
		margin-bottom: 1em;
		height: 23px;
		background-repeat: no-repeat;
		background-position: left top;
		border: none;
}

#news h2		{
		background-image: url(../images/midashiNews.png);
}

#about h2		{
		padding-left: 25px;
		background-image: url(../images/midashiAbout.png);
}

#news h4 ,
#about h4	{
		text-align: left;
		padding: 0 1em;
		margin: 0 0 0.5em;
		font-weight: bold;
}

#news p ,
#about p	{
		padding: 0 1em 0.5em;
		margin: 0;
}

#news .date ,
#about .date	{
		font-weight: bold;
		padding-bottom: 0;
		margin: 0;
}
.scrollArea	{
		overflow: auto;
		height: 16em;
}
#items		{
		padding-bottom: 0;
		margin-bottom: 0;
}

/* お客様の声 */
.addContent .voices	{
		width: 45%;
		height: 100px;
		padding: 5px 10px 10px;
		margin: 1%;
		float: left;
		background-image: url(../images/bgVoices.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-color: #FBBE74;
}

.addContent #voice .voices h3	{
		background-image: none;
		padding-top: 0;
		padding-left: 35px;
		padding-bottom: 0.5em;
}

.addContent #voice .voices p	{
		margin: 0;
		padding: 0;
}

/* 航空写真 */
#aero 			{
		padding: 0.5em;
		margin-top: 2em;
		border: dotted 1px #C4DCE9;
}

#aero #aeroComment	{
		width: 67%;
		float: left;
}

#aero #aeroComment h4	{
		padding: 5px;
		margin-top: 0;
		text-align: left;
		background-color: #ECF4F8;
}

#aero #aeroComment p	{
		margin-top: 0; 
}
#aero #aeroMap		{
		width: 30%;
		float: right;
}

#aero #aeroMap iframe	{
		width: 200px;
		height: 200px;
}

/* ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ サイドバー ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ */

div#sidebar ul	{
		margin: 0;
		padding: 0;
}

div#sidebar .widget	{
		margin: 0 0 1em;
		padding: 4%;
}

div#sidebar  p	{
		color: #3F2C21;
		padding: 0;
		margin: 0;
}

#sidebar #text-2 .textwidget	{
		padding: 0;
		margin: 0px;
}

#sidebar ul #text-6 .textwidget p	{
		line-height: 1.7em;

}

#sidebar ul #text-6 .textwidget p a	{
		border-bottom: dotted 1px #9199A3;
}


div#sidebar h3	{
		color: #00468C;
		padding: 0;
		font-weight: bold;
		margin: 0 0 5px;
		border-bottom: dotted 1px #FFFFFF;
}


div#sidebar li li	{
		padding: 0 0 3px;
		margin: 0;
}

div#sidebar #menu-docs li ,
div#sidebar #ace-recent-posts li	{
		padding-left: 0.5em;
		padding-right: 0.5em;
}

div#sidebar li li a	{
}

div#sidebar li li .sub-menu	{
			padding: 5px 0;
			margin: 0;
}

div#sidebar li li .sub-menu li	{
			padding: 0;
			margin: 0;
}

.textwidget		{
}

#text-3 .textwidget ul li a	{
}

.screen-reader-text	{
		display: none;
		color: #3F2C21;
}

.widget_search #s	{
		width: 97%;
		margin-left: 0;
}

.widget_search #searchsubmit	{
		width: 30%;
		margin-left: 35%;
		margin-top: 0.5em;
}

.tagcloud a		{
		color: #3F2C21;
}

/* 商品一覧 */
#nav_menu-2 #menu-items #menu-item-47 a	,
#nav_menu-3 #menu-items #menu-item-47 a	,
#nav_menu-2 #menu-items #menu-item-46 a	,
#nav_menu-3 #menu-items #menu-item-46 a	,
#nav_menu-2 #menu-items #menu-item-45 a	,
#nav_menu-3 #menu-items #menu-item-45 a	,
#nav_menu-2 #menu-items #menu-item-43 a	,
#nav_menu-3 #menu-items #menu-item-43 a	,
#nav_menu-2 #menu-items #menu-item-44 a	,
#nav_menu-3 #menu-items #menu-item-44 a	{
		width: 160px;
		height: 160px;
		display: block;
		text-indent: -9999px;
		background-repeat: no-repeat;
		background-position: left top;
}


#nav_menu-2 #menu-items #menu-item-44 a	,
#nav_menu-3 #menu-items #menu-item-44 a	{
		background-image: url(https://c18.future-shop.jp/shop/item/vana0425/design/img01/leftItem4.png);
}

#nav_menu-2 #menu-items #menu-item-46 a	,
#nav_menu-3 #menu-items #menu-item-46 a	{
		background-image: url(https://c18.future-shop.jp/shop/item/vana0425/design/img01/leftItem2.png);
}

#nav_menu-2 #menu-items #menu-item-45 a	,
#nav_menu-3 #menu-items #menu-item-45 a	{
		background-image: url(https://c18.future-shop.jp/shop/item/vana0425/design/img01/leftItem3.png);
}

#nav_menu-2 #menu-items #menu-item-47 a	,
#nav_menu-3 #menu-items #menu-item-47 a	{
		background-image: url(https://c18.future-shop.jp/shop/item/vana0425/design/img01/leftItem1.png);
}
/* カレンダー */
.widget_calendar h2	{
		display: none;
		font-weight: bold;
}

#wp-calendar	{
		width: 95%;
}

#wp-calendar a	{
}

#wp-calendar caption	{
		font-weight: bold;
		text-align: left;
		border-bottom: solid 1px #E0D3BD;
		padding-bottom: 8px;
		margin-bottom: 8px;
}

#wp-calendar td ,
#wp-calendar th		{
		text-align: center;
}

#wp-calendar #prev	{
		text-align: left;
		padding-top: 3px;
}

#wp-calendar #next	{
		text-align: right;
		padding-top: 3px;
}

#wp-calendar a	{
}

/* フィード */
p.feed	{
		font-family: Verdana,Helvetica,sans-serif;
		border: solid 1px #E0D3BD;
		padding: 5px;
		margin: 25px 0;
}

p.feed a	{
}

p.feed img	{
		vertical-align: middle;
		margin-right: 8px;
}

/* お知らせ */
#php_widget-2 h4	{
		padding: 0;
		margin: 0.7em 0 0.2em;
}

#php_widget-2 p		{
		padding: 0 0.5em;
		margin-bottom: 0.2em;
}

/* ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ フッター ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ */

div#footer	{
	clear: both;
	height: 113px;
	padding-top: 37px;
	background-image: url(../images/bgFooter3.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

div#footer2	{
	clear: both;
	height: 113px;
	padding-top: 37px;
	background-image: url(../images/bgFooter4.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#footer p	{
		padding: 0 0 0 100px;
		margin-bottom: 0;
		color: #00468C;
		font-weight: bold;
}

#footer p a	{
}

#navFooter	{
		margin: 0;
		padding: 0 0 0 100px;
}

#navFooter ul	{
		margin: 0;
		padding: 0;
		background-image: url(../images/xxx.png);
		background-repeat: no-repeat;
		background-position: left 8px;
}

#navFooter ul li	{
		display: inline;
		list-style-type: none;
		padding-right: 1em;
}

#navFooter a	{
}

#navFooter a:hover	{
}

#footer address	{
		padding-left: 0;
		color: #FFFFFF;
		font-style: normal;
		font-weight: normal;
		clear: both;
		padding-top: 34px;
		text-align: center;
}

#footer address a	{
		font-style: normal;
		font-weight: normal;
}

#footer #navExt	{
		position: absolute;
		top: 53px;
		right: 32px;
}

#footer #navExt li	{
		float: left;
		padding-left: 10px;
}

#footer #navExt li a	{
		display: block;
		text-indent: -9999px;
		width: 32px;
		height: 32px;
		background-repeat: no-repeat;
		background-position: left top;		
}

#footer #navExt #menu-item-84 a	{
		background-image: url(../images/bgFB.png);
}

#footer #navExt #menu-item-85 a	{
		background-image: url(../images/bgTweet.png);
}

#footer #navExt #menu-item-86 a	{
		background-image: url(../images/bgBlog.png);
}#main {
	width: 709px;
	float: right;
}



div#footer2	{
	clear: both;
	height: 113px;
	padding-top: 37px;
	background-image: url(../images/bgFooter4.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#footer2 p	{
		padding: 0 0 0 100px;
		margin-bottom: 0;
		color: #00468C;
		font-weight: bold;
}

#footer2 p a	{
}

#navFooter	{
		margin: 0;
		padding: 0 0 0 100px;
}
.footer_001{
	clear: both;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
#navFooter ul	{
		margin: 0;
		padding: 0;
		background-image: url(../images/xxx.png);
		background-repeat: no-repeat;
		background-position: left 8px;
}

#navFooter ul li	{
		display: inline;
		list-style-type: none;
		padding-right: 1em;
}

#navFooter a	{
}

#navFooter a:hover	{
}

#footer2 address	{
		padding-left: 0;
		color: #FFFFFF;
		font-style: normal;
		font-weight: normal;
		clear: both;
		padding-top: 34px;
		text-align: center;
}

#footer2 address a	{
		font-style: normal;
		font-weight: normal;
}

#footer2 #navExt	{
		position: absolute;
		top: 53px;
		right: 32px;
}

#footer2 #navExt li	{
		float: left;
		padding-left: 10px;
}

#footer2 #navExt li a	{
		display: block;
		text-indent: -9999px;
		width: 32px;
		height: 32px;
		background-repeat: no-repeat;
		background-position: left top;		
}

#footer2 #navExt #menu-item-84 a	{
		background-image: url(../images/bgFB.png);
}

#footer2 #navExt #menu-item-85 a	{
		background-image: url(../images/bgTweet.png);
}

#footer2 #navExt #menu-item-86 a	{
		background-image: url(../images/bgBlog.png);
}#main {
	width: 709px;
	float: right;
}
