﻿@charset "UTF-8";
@import url("reset.css");

/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																																共通スタイル
--------------------------------------------------------------------------------------------------------------------------------------------- */
/* フォントスタイル */

.fwBold{ font-weight:bold; }
.fwNormal{ font-weight:normal }
.tdUnder{ text-decoration:underline;}

.taCenter{ text-align:center; }
.taRight{ text-align:right; }
.taLeft{ text-align:left; }

/* 汎用float */

.left { float:left;}
.right { float:right;}

.imgRight { float:right; margin-left:15px; margin-bottom:15px;}
.imgLeft { float:left; margin-right:15px; margin-bottom:15px;}


/* 汎用BOX float解除 */
.article{ width:100%;}
	.article:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.columnOne{ width:100%;}
.columnOne:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																													共通リンクスタイル
--------------------------------------------------------------------------------------------------------------------------------------------- */
a{ color: #00A3D9; text-decoration: underline;}
a:hover{ color:#027d09; text-decoration: none;}
		

/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																													html body wrraper
--------------------------------------------------------------------------------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../images/contents_bg.png) repeat 0 0;
}

/* サンプル用 */
#wrapper01,
#wrapper02{
	margin:0;
	width:100%;
	background-repeat:no-repeat;
	background-position:center top;
}

.top01{ background-image:url(../images/dummy/top01.png) ; height:1632px; }
.top02{ background-image:url(../images/dummy/top02.png) ; height:1480px; }

.about01{ background-image:url(../images/dummy/about01.png) ; height:2562px; }
.about02{ background-image:url(../images/dummy/about02.png) ; height:2121px; }

.feature01{ background-image:url(../images/dummy/feature01.png) ; height:2096px; }
.feature02{ background-image:url(../images/dummy/feature02.png) ; height:1573px; }

.event01{ background-image:url(../images/dummy/event01.png) ; height:2246px; }
.event02{ background-image:url(../images/dummy/event02.png) ; height:1784px; }

.facility01{ background-image:url(../images/dummy/facility01.png) ; height:1808px; }
.facility02{ background-image:url(../images/dummy/facility02.png) ; height:1407px; }

.gallery01{ background-image:url(../images/dummy/gallery01.png) ; height:1737px; }
.gallery02{ background-image:url(../images/dummy/gallery02.png) ; height:1364px; }

.info01{ background-image:url(../images/dummy/info01.png) ; height:1319px; }
.info02{ background-image:url(../images/dummy/info02.png) ; height:1364px; }



/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																													           header
--------------------------------------------------------------------------------------------------------------------------------------------- */
#disc{ padding:5px 0 3px; background-color:#027d09; color:#FFF; }
#disc p{width:980px; margin:0 auto;}

#header{ width:100%; padding:30px 0 15px; background:#FFF; margin-bottom:10px; border-bottom:#EAE2D6 solid 1px; }
  .headerInner{ width:980px; margin:0 auto; }
	.headerInner:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }
	
	#logo a{
		display:block;
		width:194px;
		height:70px;
		margin-bottom:30px;
		background:url(../images/logo.png) no-repeat 0 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		
		float:left;
	}
	
	
	#header .headerInner ul{ float:right; padding-top:15px;}
	#header .headerInner ul li{ float:left;font-size:16px;}
	
	#header .headerInner ul li a{ display:block; padding:17px 20px 13px; text-decoration:none; }
	#header .headerInner ul li a:hover, 
	#header .headerInner ul li a.select{ background:#FFF2B6; color:#027d09; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	
	#header .headerInner ul li.home a{ padding:17px 30px 13px; background:url(../images/ico_home.png) no-repeat center center;display:block; text-indent: -9999px; white-space: nowrap; overflow: hidden;}
	#header .headerInner ul li.home a:hover, 
	#header .headerInner ul li.home a.select{ padding:17px 30px 13px; background:#FFF2B6 url(../images/ico_home_on.png) no-repeat center center;display:block; text-indent: -9999px; white-space: nowrap; overflow: hidden;}




#pankuzu ul{width:980px; margin:0 auto 30px;}
#pankuzu ul:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }
#pankuzu ul li{ padding-top:2px;}
#pankuzu ul li a{ margin-right:0; float:left; background:url(../images/ico_arrow_orange.png) no-repeat right 5px;}
#pankuzu ul li.pankuzuHome { width display:block; text-indent: 100%;margin-right: 10px;white-space: nowrap; overflow: hidden; background:url(../images/ico_home_on.png) no-repeat 10px 6px; float:left; }

/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																													   トップページ
--------------------------------------------------------------------------------------------------------------------------------------------- */
#main{
	width:100%;
	height:390px;
	overflow:hidden;
	position:relative;
	top:-15px;
}
#main img{ position:absolute;bottom:0;}

#main #copy{ width:416px; height:118px; position:absolute; left:50%; top:50px; margin-left:100px;}


.contentsNav {
width: 90%;
margin:30px auto;
}

.contentsNav li {
	margin:0 0.5%;
	width: 24%;
	height:280px;
	text-align: center;
	float: left;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.contentsNav li.bc01{ background:#FFF0BC;}
.contentsNav li.bc02{ background:#DEEECD;}
.contentsNav li.bc03{ background:#E6F2F8;}
.contentsNav li.bc04{ background:#E9E1D2;}

.contentsNav li.bc01:hover{ background:#FFD598;}
.contentsNav li.bc02:hover{ background:#B1D8AD;}
.contentsNav li.bc03:hover{ background:#9AC0D2;}
.contentsNav li.bc04:hover{ background:#CCC6B9;}


.contentsNav li a{
	width: 100%;
	height:280px;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.contentsNav li a.imgnav01{ background:url(../images/imgnav01.png) no-repeat center center;}
.contentsNav li a.imgnav02{ background:url(../images/imgnav02.png) no-repeat center center;}
.contentsNav li a.imgnav03{ background:url(../images/imgnav03.png) no-repeat center center;}
.contentsNav li a.imgnav04{ background:url(../images/imgnav04.png) no-repeat center center;}



.title{margin:40px 1% 20px; color:#00A3D9; font-size:20px; font-weight:bold;}

.news{
	margin:0.5%;
	width:70%;
	font-weight:bold;
	float:left;
}

.news dt{
	width:9%;
	padding:17px 0 15px 1%;
	background:url(../images/ico_arrow_blue.png) no-repeat right center;
	color:#00A3D9;
	float:left;
	clear:both
}

.news dd{
	padding:17px 0 15px 11%;
	border-bottom:#BDB6A6 dotted 1px;
}

a.bnrInfo{
	float:right;
	display:block;
	padding:60px 0 0 2%;
	margin-right:0.5%;
	margin-top:40px;
	width:24.5%;
	height:77px;
	font-size:16px;
	background:#FFE0E2 url(../images/bnr_info_bg.png) no-repeat 90% center;
	text-decoration:none;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color:#3F3926;
font-weight:bold;
}

a.bnrInfo:hover{background:#FEC1C8 url(../images/bnr_info_bg.png) no-repeat 90% center;}



#contentsTop{width:980px; margin:0 auto;}


/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																													   コンテンツ本番
--------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{ position:relative; top:-10px; background:url(../images/bg_top.png) no-repeat center -50px; height:1524px;}





#contents{ width:980px; margin:0 auto; padding-bottom:60px;}
#contents:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.r-last{ margin-bottom:50px !important;}
.r-last:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

#contentsMain{
	width:685px;
	float:right;
	color:#3F3926;
}

/* 見出し１〜2 */
#contentsMain h1{
	margin-bottom:60px;
	font-size:143%;
	font-weight:bold;
	
}

#contentsMain h2{
	margin-bottom:5px;
	padding:11px 0 11px 54px;
	background:url(../images/ico_h.png) no-repeat 0 0;
	font-size:129%;
	color:#FF7F00;
}

/* 区切り線 */
.separate{
	display:block;
	margin-bottom:30px;
	width:100%;
	height:6px;
	background:url(../images/lime_dot.png) repeat-x 0 0;
}

#contentsMain p{ margin-bottom:20px;}


/* 番号付きリスト */
.numberList li{
	margin:0 0 7px 40px;
	list-style:outside decimal;
}


/* テーブルスタイル */
.dataTable{
	width:100%;
	border-top:#EAE2D6 solid 1px;
	border-left:#EAE2D6 solid 1px;
}

	.dataTable th, .dataTable td{
		padding:18px 12px 15px;
		border-bottom:#EAE2D6 solid 1px;
		border-right:#EAE2D6 solid 1px;
	}

		.dataTable th{ background:#bdffc0; }


.btnBlock{
	margin:30px 0;
	width:100%;
	text-align:center;
}

.btnPdf{
	display:inline-block;
	padding:17px 25px 17px 50px;
	border-right:#CAC2B9 solid 1px;
	border-bottom:#CAC2B9 solid 1px;
	border-left:#EAE2D6 solid 1px;
	border-top:#EAE2D6 solid 1px;
	background:#FCF8F4 url(../images/ico_pdf.png) no-repeat 17px center;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																										トップページ 
--------------------------------------------------------------------------------------------------------------------------------------------- */
.main{
	width:720px;
	float:left;
}


#mainBlock ul{
	float:right;
}

#mainBlock ul li{
	margin-bottom:15px;
}

#mainBlock ul li.last{
	margin-bottom:0;
}


.newsBlock h2{
	margin:0px 0 20px;
	color:#00A3D9;
	font-size:20px;
	font-weight:bold;
}

.newsList{
	margin:0 0 0;
	/*width:760px;*/
	font-weight:bold;
	font-size:16px;
}

.newsList dt{
	width:120px;
	padding:17px 0 15px;
	background:url(../images/ico_arrow_blue.png) no-repeat right center;
	color:#00A3D9;
	float:left;
	clear:both
}

.newsList dd{
	padding:17px 0 15px 150px;
	border-bottom:#BDB6A6 dotted 1px;
}



/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																										コンテンツ - 東舞鶴保育園について 
--------------------------------------------------------------------------------------------------------------------------------------------- */

#aboutBox1,#aboutBox2,#aboutBox3{
	-webkit-border-radius: 5px;　/*角丸にしたいとき使用*/
	-moz-border-radius: 5px;/*角丸にしたいとき使用*/
	border-radius: 5px;/*角丸にしたいとき使用*/
	margin-bottom:50px;
}

#aboutBox1{
	background:#FFECD5;
	padding:30px 25px;
	font-size:115%;
	color:#3F3926;
	line-height:147%;	
}

#aboutBox2{
	background:#bdffc0;
	padding:45px 25px 15px;
	color:#3F3926;
	line-height:202%;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.1em;
}

	#aboutBox2 p.fs22{
		padding-bottom:20px;
	}


#aboutBox3{
	background:#FFEFBF;
	padding:45px 25px 5px 15px;
	color:#3F3926;
	line-height:100%;
	letter-spacing:0.1em;
	font-weight:bold;
}

	#aboutBox3 p.fs16{
		padding-bottom:30px;
		padding-left:18px;
		font-weight:normal;
	}




/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																										コンテンツ - 施設紹介 
--------------------------------------------------------------------------------------------------------------------------------------------- */

#facilityBox{
 position:relative;
 width:705px;
 height:660px;
}

#facilityBox div{
 position:absolute;
}

#facilityBox div.facilityBg{
 top:0;
 left:0;
 z-index:1;
}

#facilityBox div.facilityPhoto{
 top:409px;
 left:292px;
 z-index:10;
}



/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																										コンテンツ - 年間の行事 
--------------------------------------------------------------------------------------------------------------------------------------------- */


#eventBox{
	width:685px;
	margin-left:9px;
}
	#eventBox:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

#eventBox dl{
	width:210px;
	margin-right:18px;
	float:left;
	}

	#eventBox dl.eventBoxLast{margin-right:0 !important;}

#eventBox dl dt{
	width:210px;
	margin:0 auto;
	padding:15px 0px 13px;
	color:3F3925;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;

}

	#eventBox dl dt.m04{background:#FFE0CF;}
	#eventBox dl dt.m05{background:#C8EEB4;}
	#eventBox dl dt.m06{background:#BFEFFF;}
	#eventBox dl dt.m07{background:#BFDFFF;}
	#eventBox dl dt.m08{background:#FFBFBF;}
	#eventBox dl dt.m09{background:#FFD2D7;}
	#eventBox dl dt.m10{background:#EDD1DF;}
	#eventBox dl dt.m11{background:#DFD0DB;}
	#eventBox dl dt.m12{background:#DDDDDD;}
	#eventBox dl dt.m01{background:#B1E0E8;}
	#eventBox dl dt.m02{background:#B1E0E8;}
	#eventBox dl dt.m03{background:#B8E8D0;}
	
#eventBox dl dd{
	background:#FCF8F4;
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

#eventBox dl dd:nth-child(3){
	min-height:130px !important;
}

#eventBox dl dd p{
	padding:15px 0px 10px 10px;
	color:3F3925;
}


#eventBox dl dd img{
	margin:0;
	padding:0;	
}



#eventOther{
	width:100%;
}

	#eventOther:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

#eventOther ul{
	margin-left:25px;
}

#eventOther ul li{
	list-style-type:disc;
	line-height:300%;
}

#eventOther ul li.lh147{
	line-height:147%;
}

#eventOther ul li span{
	display:block;
	padding-bottom:10px;
	
}


/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																										コンテンツ - 一日の流れ
--------------------------------------------------------------------------------------------------------------------------------------------- */

#scBox{
	width:650px;
	background:url(../images/life_line.png) no-repeat 77px 7px;
}
  #scBox:after ,#scBox dl.scItem:after { content: ""; clear: both;	height: 0; display: block; visibility: hidden; }


#scBox dl.scItem{
	width:650px;
	margin-bottom:50px;
}

#scBox dl.scItem dt{
	width:55px;
	padding-right:55px;
	text-align:right;
	float:left;
	font-size:143%;
	color:#3F3926;
}

	#scBox dl.scItem dt.scGreen{background:url(../images/life_green.png) no-repeat 69px 5px;}
	#scBox dl.scItem dt.scYellow{background:url(../images/life_yellow.png) no-repeat 69px 5px;}


#scBox dl dd{
	float:left;
	width:524px;
	padding:0px 18px 20px 18px;
	margin-left:110px;/*dlの癖で、フロートすると左詰めになるので、マージンで正しい位置にずらす。*/
	margin-top:-35px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 86px;
	border-radius: 8px;

}

	#scBox dl dd.scG{background:#F3EAA9;}
	#scBox dl dd.scY{background:#FFF4AF;}

#scBox dl dd p.title{
	width:524px;
	color:#3F3925;
	font-size:129%;
	font-weight:bold;
	margin:22px 0px 11px 0px;
	padding-bottom:13px;
	border-bottom:#ABABAB solid 1px;
}

#scBox dl dd div.imgBox{
	width:524px;
	
}

#scBox dl dd div.imgBox img{
	float:left;
	width:166px;
	height:125px;
	margin-right:13px
}


#scBox dl dd div.imgBox img.lifeImgLast{
	margin-right:0px !important;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																										コンテンツ - 手作りの食事 
--------------------------------------------------------------------------------------------------------------------------------------------- */

#hmBox1{
	width:635px;
	-webkit-border-radius: 5px;　/*角丸にしたいとき使用*/
	-moz-border-radius: 5px;/*角丸にしたいとき使用*/
	border-radius: 5px;/*角丸にしたいとき使用*/
	margin-bottom:50px;
	background:#DEEDCE;
	padding:45px 25px 15px;
	color:#3F3926;
	line-height:202%;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.1em;
}


/* --------------------------------------------- */

#hmBox2,#hmBox3,#hmBox4{
	widht:665px;
}

	#hmBox2:after,#hmBox3:after,#hmBox4:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }


#hmBox2 ul.hmnumberList{
	float:left;
}

#hmBox2 ul.hmnumberList li{
	width:320px;
	margin:0 0 35px 10px;
	list-style:none;
	position:relative;
	padding-left:45px;
}

#hmBox2 ul.hmnumberList li span{
	display:block;
	background:#FF8000;
	color:#FFF;
	text-align:center;
	padding-top:3px;
	width:25px;
	height:22px;
	-webkit-border-radius: 12px;　/*角丸にしたいとき使用*/
	-moz-border-radius: 12px;/*角丸にしたいとき使用*/
	border-radius: 12px;/*角丸にしたいとき使用*/
	position:absolute;
	top:-4px;
	left:0px;
}


#hmImgBox2{
	width:260px;
	float:right;
	
	}

#hmImgBox2 .box2cap{
	margin-bottom:20px;
}
	
	#hmImgBox2 .box2cap img{
		margin-bottom:10px;
	}


	#hmImgBox2 .box2cap span{
		font-size:86%;
		color:#FF8000;
	}
	
	
/* --------------------------------------------- */

	

#hmBox3 ul.hmnumberList li{
	width:630px;
	margin:0 0 35px 10px;
	list-style:none;
	position:relative;
	padding-left:45px;
}

#hmBox3 ul.hmnumberList li span{
	display:block;
	background:#FF8000;
	color:#FFF;
	text-align:center;
	padding-top:3px;
	width:25px;
	height:22px;
	-webkit-border-radius: 12px;　/*角丸にしたいとき使用*/
	-moz-border-radius: 12px;/*角丸にしたいとき使用*/
	border-radius: 12px;/*角丸にしたいとき使用*/
	position:absolute;
	top:-4px;
	left:0px;
}


#hmImgBox3{
	width:685px;
	margin-bottom:10px;
	}
	
	#hmImgBox3:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }


#hmImgBox3 .box3cap{
	width:218px;
	float:left;
	margin-right:15px;
}

#hmImgBox3 .hm3last{
	margin-right:0px !important;
	}
	
	
	#hmImgBox3 .box3cap img{
		margin-bottom:10px;
	}


	#hmImgBox3 .box3cap span{
		font-size:86%;
		color:#FF8000;
	}

/* --------------------------------------------- */

#hmBox4 ul.hmnumberList li{
	width:630px;
	margin:0 0 35px 10px;
	list-style:none;
	position:relative;
	padding-left:45px;
}

#hmBox4 ul.hmnumberList li span{
	display:block;
	background:#FF8000;
	color:#FFF;
	text-align:center;
	padding-top:3px;
	width:25px;
	height:22px;
	-webkit-border-radius: 12px;　/*角丸にしたいとき使用*/
	-moz-border-radius: 12px;/*角丸にしたいとき使用*/
	border-radius: 12px;/*角丸にしたいとき使用*/
	position:absolute;
	top:-4px;
	left:0px;
}


#hmImgBox4{
	width:685px;
	margin-bottom:10px;
	}
	
	#hmImgBox4:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

	
	

#hmImgBox4 .box4cap{
	width:330px;
	float:left;
	margin-right:25px;
	margin-bottom:20px;
}

#hmImgBox4 .hm4last{
	margin-right:0px !important;
	}
	
	
	#hmImgBox4 .box4cap img{
		margin-bottom:10px;
	}


	#hmImgBox4 .box4cap span{
		font-size:86%;
		color:#FF8000;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																										コンテンツ - 保育の様子
--------------------------------------------------------------------------------------------------------------------------------------------- */
.sliderBox{
	width:685px;
	margin-bottom:85px;
}

	.sliderBox:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.sliderBox h2{
	widht:280px;
}


.sliderBox p{
	width:280px;
	line-height:147%;
	color:#3F3926;
	margin:right;
	
}


#sliderBlock01,#sliderBlock03,#sliderBlock05{
	float:right;
	width:360px;
	position:relative;
}


#sliderBlock02,#sliderBlock04,#sliderBlock06{
	float:left;
	width:360px;
	position:relative;
}

#sliderBlock01 ul,
#sliderBlock02 ul,
#sliderBlock03 ul,
#sliderBlock04 ul,
#sliderBlock05 ul,
#sliderBlock06 ul{
	list-style:none;

}


#sliderBlock01 ul li img,
#sliderBlock02 ul li img,
#sliderBlock03 ul li img,
#sliderBlock04 ul li img,
#sliderBlock05 ul li img,
#sliderBlock06 ul li img{
	width:360px;
	height:270px;
	-webkit-border-radius: 5px;　/*角丸にしたいとき使用*/
	-moz-border-radius: 5px;/*角丸にしたいとき使用*/
	border-radius: 5px;/*角丸にしたいとき使用*/
}


#bx-pager01,
#bx-pager02,
#bx-pager03,
#bx-pager04,
#bx-pager05,
#bx-pager06{
	margin:10px 0 0 0;
}

#bx-pager01 a,
#bx-pager02 a,
#bx-pager03 a,
#bx-pager04 a,
#bx-pager05 a,
#bx-pager06 a{
	width:84px;
	height:63px;
	display:inline-block;
	margin-right:4px;
	margin-bottom:0px;
}

#bx-pager01 img,
#bx-pager02 img,
#bx-pager03 img,
#bx-pager04 img,
#bx-pager05 img,
#bx-pager06 img{
	width:84px;
	height:63px;
	-webkit-border-radius: 5px;　/*角丸にしたいとき使用*/
	-moz-border-radius: 5px;/*角丸にしたいとき使用*/
	border-radius: 5px;/*角丸にしたいとき使用*/
}

#bx-pager01 a.active img,
#bx-pager02 a.active img,
#bx-pager03 a.active img,
#bx-pager04 a.active img,
#bx-pager05 a.active img,
#bx-pager06 a.active img{
	filter:alpha(opacity=50) !important;
	-moz-opacity: 0.5 !important;
	opacity: 0.5 !important;
}

#bx-pager01 a.last,
#bx-pager02 a.last,
#bx-pager03 a.last,
#bx-pager04 a.last,
#bx-pager05 a.last,
#bx-pager06 a.last
{	margin-right:0 !important;}







/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																													   サイドメニュー
--------------------------------------------------------------------------------------------------------------------------------------------- */
#contentSide{ width:240px; float:left;}

#contentSide .lnav{ margin-bottom: 30px; }
#contentSide .lnav h2{
	width:240px;
	height:223px;
	padding-top:48px;
	text-align:center;
	background:url(../images/lnav_title_bg.png) no-repeat 0 0;
	font-size:24px;
	/*font-weight:bold;*/
	letter-spacing:0.1em;
	color:#3F3926;
}
  #pt{ width:38px; margin-left:95px;}
	
	
	#contentSide .lnav ul li{
		border-bottom:#EAE2D6 dotted 1px;
	}
	#contentSide .lnav ul li a{
		display: block;
		padding:25px 30px 23px 15px;
		background:url(../images/ico_arrow_orange.png) no-repeat 220px center;
		color:#3F3926;
		font-weight:bold;
		text-decoration:none;
	}
	
	#contentSide .lnav ul li a:hover{background:#FFF2B6 url(../images/ico_arrow_orange.png) no-repeat 220px center; color:#FF8000;}
	


/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																													           footer
--------------------------------------------------------------------------------------------------------------------------------------------- */
#footerWrap{ width:100%;background-color:#bdffc0; margin-bottom:15px;}

#footer{
	width:930px;
	margin:0 auto 15px;
	padding:25px;
	background-color:#bdffc0;
	position:relative;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
  #footer:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }
	
	
	#footer h2{
		width:193px;
		height:49px;
		margin-bottom:30px;
		background:url(../images/footer_logo.png) no-repeat 0 0;
		display:block;
		 text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	#footer ul li{
		margin-top:5px;
		position:relative;
		color:#3F3926;
	}
	
	#footer ul li a{
		padding:0 0 0 16px;
		background:url(../images/ico_blank.png) no-repeat 0 4px;
		color:#5F9AB6;
	}
	
	#footer ul li.tel{ margin-top:15px; position:relative; font-size:20px;}
	#footer ul li.fax{ margin-top:5px; position:relative; font-size:20px;}
	
	#footer ul li.tel span,#footer ul li.fax span{ margin-right:5px; position: relative; top:3px;}
	
	#footerMap{ position:absolute; left:280px; top:25px;}
	#footerImg{ position:absolute; left:630px; top:25px;}

#copyRight{margin-bottom:15px; text-align:center; color:#3F3926; font-size:72%; } 

/* ------------------------------------------------------------------------------------------------------------------------------------------
																																																									ページトップ　ページャー
--------------------------------------------------------------------------------------------------------------------------------------------- */
#pager { text-align: center; 	font-size: 93%; margin:0; }

#pager a{
	margin:0px 2px;
	padding:5px 8px 3px;
	color:#433824;
	text-decoration:none;
	display: inline-block;
	border:#97814C solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#pager a:hover,
#pager span.current_page{
	padding:5px 8px 3px;
	border:#97814C solid 1px;
	background:#433825;
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


																																							