@charset "UTF-8";
/* CSS Document */


body {
	background: #4E5869;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
img {
    border-style:none;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
	border-style:none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	  color:#000;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #930;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
color: #090;
	text-decoration: none;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
	width: 950px;
	background: #FFF;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-color: #FFF;
	background-image: url(image/index/haikei/haikei_pattern_shiba_yellowgreen.png);
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
	padding: 10px 0;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	background-color: #FFF;
	background-image: url(image/index/haikei/haikei_pattern_shiba_yellowgreen.png);
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.menu {
	width: 100%;
	margin:10px 0px 10px 0px;
	padding-top:10px;
	text-align:center;
	clear:both;
}
.menu table{
	width: 100%;
	border: 0px;	
}
.menu td{
	width: 20%;
	border: 0px;
	text-align: center;	
}

.text_left{
	text-align:left;
	}

.menu2 {
	padding-top:3px;
	background-image: url(image/common/bg_maintitle.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align:center;
	clear:both;
}

.menu2 a{
	color: #000;
	text-decoration: underline;
}

.topic1 {
	padding: 10px;
	width: 30%;
	float: left;
}
.topic2 {
	padding: 10px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.topic3 {
	width: 200px;
	padding: 10px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.topic4 {
	padding: 10px;
	width: 300px;
	margin: 10px;
	float: left;
}
.topic5 {
	padding: 10px;
	width: 30%;
	float: left;
	clear: right;
}

.footer1 {	padding: 10px 0;
	
	background-image: url(../image/common/haikei_pattern_shiba_yellowgreen.png);
}
.tenpo1 {
	width: 700px;
	padding-top:10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align:center;
}
.tenpo2 {
	width: 33%;
	float: left;
	margin-top: 20px;
}
.tenpo3 {
	width: 33%;
	margin-top: 20px;
	margin-right: 33%;
	margin-left: 33%;
}
.tenpo4 {
	float: right;
	width: 33%;
	margin-top: 20px;
}



ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	text-align:center;
}


/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 189px;
	float: left;
	border-right:solid 1px #ffffff;
	
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 20%;
	position: relative;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding:5px 0px 5px 0px;
	color: #333;
	text-decoration: none;
	text-align:center;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}



/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 brOWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
.topbanner {
}
.ibentl {
	left: 100px;
}
.naka {
}
}

red
{
	color: #F00;
}
green
{
	color: #093;
}

*html #main {
	width: 780px;
}

#main {
	width: auto;
	/* [disabled]padding-top: 10px; */
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-bottom: 10px; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#main table, #main ol, #main ul, #main dl, #main blockquote, #main pre, #main p { margin-bottom: 1em; }

#main .left {
	float:left;
	width:360px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	/* IE以外なら丸角も！ */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-left: 10px;
	
}


#main .right {
	float:right;
	width:360px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	/* IE以外なら丸角も！ */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-left: 10px;
	
}

#main .left1 {
	float:left;
	width:240px;
	height: 200px;
	padding: 10px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	/* IE以外なら丸角も！ */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#main .left2 {
	float:left;
	width:230px;
	height: 300px;
	padding: 10px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	/* IE以外なら丸角も！ */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main .right2 {
	float:left;
	width:230px;
	border: medium dotted #000;
}

#main  h3 {
	font-weight:normal;
	margin-bottom:5px;
	font-size:25px;
	text-shadow:
-1px -1px 1px rgba(0, 0, 0, 0.4),
1px 1px 1px rgba(255, 255, 255, 0.5);
	color: #F0F;
}
#main  h3 .date {
	font-size:17px;
	color: #0C0;
}

#main .indexList {
	width: 60%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#main .indexList lu {
	color: #000;
	margin-bottom:20px;
}

#main .indexList lu a, #main .indexList lu a:visited {
	color: #000;
	text-decoration:none;
}

#main .indexList lu a:hover {
	color: #090;
	text-decoration:none;
}

#main .indexList h3 {
	font-weight:normal;
	margin-bottom:5px;
	font-size:25px;
text-shadow:
-1px -1px 1px rgba(0, 0, 0, 0.4),
1px 1px 1px rgba(255, 255, 255, 0.5);
	color: #F0F;
}

#main .indexList h4 {
	font-weight:normal;
	margin-bottom:5px;
	font-size:12px;
	margin-top: -15px;
	color: #999;
}

#main .indexList p {
	font-size:14px;
}

#main .indexList h3 .date {
	font-size:17px;
	color: #0C0;
}

#main .indexList date2 {
	color: #00F;
	font-size: 18px;
}

#main .indexList strong {
	color: #F00;
	font-weight: lighter;
	font-size: 18px;
}


#main .indexTtl { margin-bottom:20px; }

#main .box { margin-bottom:30px; }

#main .box h2 { font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-size:21px; margin-bottom:15px; }

#main .box .imgRight { float:right; padding:0 0 20px 20px; }

#main .box .imgLeft { float:left; padding:0 20px 20px 0; }

#main .box strong { color:#F22672; }

#main .list.link lu { width:335px; float:left; margin-right:5px; margin-bottom:5px; }

#main .list lu { padding:15px 10px; background-color:#F1F0E9; }

#main .list lu.even { background-color:#E9E8E2; }

#main .box .list lu .imgLeft { padding:0 0 0 5px; }

#main .box .list.message lu .imgLeft { padding:0 20px 0 5px; }

#main .box .profTxt { float:right; width:460px; padding-right:5px; }

#main .date { color:#666; font-size:11px; font-weight:bold; }

#main .blog { border-bottom: 1px solid #CCC; padding: 25px 15px 15px 15px; margin-bottom:0; }

#main .blog img { border:solid 1px #CCC; }

#main .entryBox { float:left; width:560px; }

#main .entrySub { float:right; width:145px; background-color:#FFF; margin-top:25px; padding:15px; clear:right; }

#main .entrySub h3 { font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-size:16px; margin-bottom:5px; }

#main .entrySub ul { margin-bottom:0; }



/*寅さんまつりページ*/

#toramain{
	width:950px;
	margin:0px auto;
	padding-top:10px;
	text-align:center;
	float:left;
	clear:both;
	}
	
#toramain .main{
	width:950px;
	background-color:#fff;
	margin:0px;
	padding:20px 0px 20px 0px;
	clear:both;	
}	

#toramain .main .left{
	width:500px;
	margin-left:30px;
	padding:0px 0px 0px 0px;
	text-align:left;
	float:left;
	
}	

#toramain .main .right{
	width:500px;
	margin:0px 20px 0px 10px;
	padding:0px 0px 0px 10px;
	float:right;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}	

#toramain .main .left_img{
	width:auto;
	margin:0px 0px 20px 40px;
	padding:0px 0px 0px 0px;
	float:left;
	clear:both;
	
}	

#toramain .main .right_img{
	width:auto;
	margin-right:40px;
	padding:0px 0px 0px 0px;
	float:right;
	
}	

#toramain .main .imglogo{
	width:auto;
	height:auto;
	margin:15px auto 5px 200px;
	float:left;
	clear:both;
	}	
	
#toramain .main .style_01{
	font-size:24px;
	font-weight:bold;
	color:#F00;
	}
	
#toramain .main .style_02{
	font-size:24px;
	font-weight:bold;
	}
	
/*サイトマップ*/
#sitemap{
	background-image: url(images/footer_bacck.gif);
	background-repeat: repeat-y;
	width: 940px;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align: left;
	border: dotted 1px #333;
	float: left;
	clear: both;
	
}

#sitemap h2{
	color:#000000;
	font-size:18px;
	margin:0px 0px 10px 0px;
	padding:5px;
	text-align:left;
	background-color:#cccccc;
}

#sitemap .mapbox_01{
	width:188px;
	float:left;
	margin:0px;
	padding:5px 0px 5px 0px;
	float:left;

}

#sitemap .mapbox_01 h3{
	font-size:16px;
	text-align:left;
	margin:0px;
	padding:5px;
	background-color:#e6f0d3;
	border:solid 1px #cccccc;
}

#sitemap .mapbox_01 .t_back{
	background-color:#ffcc99;
	margin:0px 0px 10px 0px;
	padding:5px;
	border-right:solid 1px #cccccc;
}

#sitemap .mapbox_01 ul{
	margin:0px 0px 10px 10px;
	padding:0px;
}

#sitemap .mapbox_01 li{
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}


/*メニュー*/
#navi{
	width: 100%;
	margin-bottom:10px;
	}

#navi .lang{
	margin: 0;
	padding: 0;
	width: auto;
}
	
#navi .lang li{
	margin: 0;
	text-align:center;
	width: 189px;
	float: left;
	display:block;
	background-color: #FFCC99;
	position: relative;
	overflow:hidden;
	border-right:solid 1px #ffffff;
}

#navi .lang a{
	display: block;
	background-color: #FFCC99;
	text-decoration: none;
	text-align:center;
	padding:5px 0px 5px 0px;
}

/*ショップリストページ*/
#shoplist {
	width: 700px;
	padding-top:10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align:center;
}

#shoplist ul{
	margin:0px 0px 10px 10px;
	padding:0px;
}

#shoplist li{
	text-align:left;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 25px;
	list-style-type:none;
	background-image: url(image/common/hp_title_symbol.png);
	background-repeat: no-repeat;
	background-position: left;
}

#shoplist h4{
	font-size:16px;
	text-align:left;
	margin:0px;
	padding:5px;
	background-color:#e6f0d3;
	border:solid 1px #cccccc;
}
