@charset "shift_jis";


/* ---------------------------
	for all body
-------------------------- */
body {
	/* コンテンツ余白設定 */
	margin: 0;
	padding: 0;
	/* 文字基本設定（文字サイズ・行間・色） */
	color: #606060;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	
}

img { border: 0;}

.clearBoth2 {
	clear: both;
}
.clearBoth {
	clear:both;
	height:0;
	content: url(images/common/sp.gif);
	line-height: 0px;
}

/* ---------------------------
	共通項目
-------------------------- */
/* layoutマージン設定 */
.MarginB3px {
	margin: 0 0 3px;   /* 下：3px */
}
.MarginB5px {
	margin: 0 0 5px;   /* 下：5px */
}
.MarginB8px {
	margin: 0 0 8px;   /* 下：8px */
}
.MarginT5px {
	margin: 5px 0 0 0;/* 上：5px */
}
.MarginB10px {
	margin: 0 0 10px;  /* 下：10px */
}
.MarginB15px {
	margin: 0 0 15px;  /* 下：15px */
}
.MarginB25px {
	margin: 0 0 25px;  /* 下：25px */
}

.MarginB35px {
	margin: 0 0 35px 0;  /* 下：35px */
}
.MarginTB5px {
	margin: 5px 0 5px 0;/* 上下：5px */
}

.MarginT5B2px {
	margin: 5px 0 2px 0;
}
/* 画像の回り込み */
.i01{
	float: right;
	margin-top: 10px;
	margin-left:10px;
}

.i02{
  float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}

.bnrfl{
  float: left;
  margin-right: 8px;
}

.bnrflbox{
	padding-left: 80px;
}

/* 回り込み2
------------------------------------- */
.flootR {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.flootL {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
/*　コンテンツ背景（両サイド境界ライン）*/
#bodyBack {
 background:url(images/common/back.gif) center repeat-y;
}
 

/*　ヘッダー関係　*/
#headerBack {
 background-image: url(images/common/head_back.gif);
 background-repeat: repeat-y;
 background-position: right;
}
 
#headerLine {
 border-bottom:4px solid #6eb92b;
 margin:0px 0px 10px 0px;
}

#ryo {
	word-spacing:0.25em;
}
/* ---------------------------
	TOPページ項目
-------------------------- */
/*　トピックス下のbox　*/
#leadBack {
 background:url(images/top/leadBack.gif) center repeat-y;
}

.feature {
	width: 385px;
	border: #0CF solid 1px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 12px;
}

.feature .title {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 1.4em;
	margin: 0 0 8px 0;
	padding: 5px 10px;
	background-color: #0CF; 
}
.feature .txtBox {
	margin: 0 10px 0 10px;
	line-height: 1.4em;
}
.feature .txtBox p {
	margin: 0 0 0 10px;
}
.feature .txtBox .mid {
	margin: 0 0 5px 0;
}
.feature .txtBox .come {
	margin: 10px 0 10px 0;
	font-size: 11px;
	line-height: 1.2em;
}
.feature .txtBox .mid .come {
	margin: 5px 0 10px 10px;
	font-size: 11px;
	line-height: 1.2em;
}



/*　ショップガイドのボックス罫線　*/
.sgbox {
	border:1px solid #cccccc;
}

.sghasen {
 background:url(images/top/hasen.gif) top repeat-y;
}
 
 
 /* ---------------------------
	別ウィンドウ項目
-------------------------- */
/*　コンテンツ背景　*/
#nwback {
 background-color:#007542;
}


/* ---------------------------
	LuRaRaについて
-------------------------- */ 
.aboutbox {
 background:#edf7e5 url(images/about/logoback.gif) no-repeat bottom right;
 }
 

 /* ---------------------------
	アクセスページ
-------------------------- */
.acboxLine {
	border-bottom:1px solid #11a050;
	padding:0px 0px 6px 0px;
	margin:0px 0px 8px 0px;
 }

.parking {
	margin: 0 0 0 12px;
}
/* ---------------------------
		link
-------------------------- */
a:link {
  text-decoration: none;
	color: #FF6600;
}
a:visited {
	text-decoration: none;
	color: #157625;
}
a:active {
  text-decoration: none;
	color: #157625;
}
a:hover{
  text-decoration: underline;
  color: #157625;
}

.tenpo a:link {
  text-decoration: none;
	color: #666666;
}
.tenpo a:visited {
	text-decoration: none;
	color: #157625;
}
.tenpo a:active {
  text-decoration: none;
	color: #157625;
}
.tenpo a:hover{
  text-decoration: underline;
  color: #FF6600;
}
/* ---------------------------
		テーブル装飾
-------------------------- */
.DecoTwaku { /* テーブル全体の設定 */
	border: 1px solid #CCCCCC;
}

.DecoTable { /* テーブル全体の設定 */
	border-collapse: collapse;
	margin: 0 0 10px 0;
}

.DecoTable th { /* テーブル th の設定 */
	padding: 4px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.DecoTable td { /* テーブル td の設定 */
	padding: 4px 2px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #F8C695;
}

.infoBox td {
	line-height: 1.3em;
}
.infoBox td img{
	margin-top: 2px;
}
/* ----------------------------------------------------- */
#flotbox {
background-color:#FFFFFF;
left:50%;
position:absolute;
margin-left:175px;
top:305px;
width:220px;
height:60px;
}

.headerbar {
	margin:2px 5px 5px 2px;
	text-align: right;
	float:left;
}
