/*--▽基本設定▽-------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
}
a{
	text-decoration: none;
}
a:link{
	color: #8C0000;
	background-color: transparent;
}
a:visited{
	color: #8C0000;
	background-color: transparent;
}
a:hover{
	color: #8C0000;
	background-color: transparent;
	text-decoration: underline;
}
a:active{
	text-decoration: none;
	color: #8C0000;
	background-color: transparent;
}
h1 {
	
}
h2 {
	
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
}
h5 {
	
}
ul {
	
}
li {
	
}
dl {
	
}
dt {
	
}
dd {
	
}
hr {
	display: none;
}
em {
	font-size: 100%;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
	background-color: #FFFFFF;
}
strong {
	font-size: 100%;
	font-weight: bold;
	color: #ff0000;
}
address {
	
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
rt {
	font-size: 70%;
}
table {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-left: 30px;
	border-width: 1px;
	border-color: #FFC047;
	border-style: solid;
	background-color: #FFFFFF;
}
caption {
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 30px;
	padding: 3px;
}
th {
	margin: 0px;
	padding: 3px;
	border: 1px solid #FFC047;
}
tr.thead {
	font-weight: bold;
	background-image: url(images/bg2.png);
}
tr.tfoot {
	font-weight: bold;
	background-image: url(images/bg2.png);
}
td {
	text-align: center;
	margin: 0px;
	padding: 1px;
	border: 1px solid #FFC047;
}


/*--▽ボディ▽---------------------------------------------------------*/
#container {
	width: 760px;
	background-color: #FFFFFF;
}

/*--▽ヘッダ▽---------------------------------------------------------*/
#header {
	height: 200px;
	width: 100%;
	background-color: #FFFFFF;
}
#header-description {
	display: none;
}


/*--▽グローバルナビ▽-------------------------------------------------*/
#gnavi1 {
	position: absolute;
	top: 160px;
	left: 230px;
	width: 540px;
}
#gnavi1 h2 {
	
}
#gnavi1 ul {
	padding-top: 2px;
	padding-bottom: 2px;
}
#gnavi1 li {
	padding-left: 5px;
	display: inline;
}
#gnavi2 {
	position: absolute;
	top: 2px;
	left: 480px;
	width: 270px;
}
#gnavi2 li {
	padding-left: 0px;
	display: inline;
}


/*--▽メイン▽---------------------------------------------------------*/
#content {
	margin-top: 20px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
.mt-main-index #content  {
	width: 525px;
}


/*--▽セクション▽--*/
.section {
	margin-bottom: 10px;
}
.section h3 {
	padding-top: 10px;
	padding-left: 20px;
	height: 40px;
}
.mt-main-index .section h3 {
	padding-left: 10px;
}
.section h4 {
	color: #FF3300;
	font-weight: bold;
	margin: 10px 10px 5px;
	padding-bottom: 2px;
	padding-left: 18px;
	background: url('images/allow.png') no-repeat left center;
}
.section h5 {
	font-size: 100%;
	color: #990000;
	font-weight: bold;
	margin: 15px 10px 5px 15px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.section p {
	line-height: 150%;
	margin-left: 20px;
	margin-right: 15px;
}
.section ul {
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-type: none;
}
.section li {
	margin-left: 15px;
}
.section dl {
	margin-top: 10px;
}
.section dt {
	margin-left: 10px;
	padding-bottom: 2px;
	padding-left: 18px;
	background: url('images/allow.png') no-repeat 0% center;
	border-bottom: 1px dashed #FF6600;
}
.section dd {
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.asset-meta {
	font-size: 80%;
	text-align: right;
	margin-right: 20px;
}
.asset-body {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
}

#now .asset-body {
	margin-right: 0px;
}
.back {
	margin-top: 50px;
}
.edit {
	text-align: right;
	padding-bottom: 10px;
}
.date {
	font-size: 80%;
	text-align: right;
}
.mt-enclosure-image {
	margin-left: 20px;
}

/*--▽個別設定▽-------------------------------------------------------*/

.section {
	background: url('images/section_m.png') repeat-y;
}
.section h3 {
	background: url('images/section_t.png') no-repeat left top;
}
.section .edit {
	background: url('images/section_b.png') no-repeat left bottom;
}

.section#event ul,
.section#stamp ul,
.section#new ul {
	margin-left: 30px;
	margin-top: 10px;
	list-style: url('images/li.png');
}

/*--▽イベント情報▽--*/
#event {
	background: url('images/section_me.png') repeat-y;
}
#event h3 {
	background: url('images/section_te.png') no-repeat left top;
}
#event p {
	margin-top: 5px;
}
#event .edit {
	background: url('images/section_be.png') no-repeat left bottom;
}

/*--▽スタンプ情報▽--*/
#stamp {
	background: url('images/section_me.png') repeat-y;
}
#stamp h3 {
	background: url('images/section_te.png') no-repeat left top;
}
#stamp p {
	margin-top: 5px;
}
#stamp .edit {
	background: url('images/section_be.png') no-repeat left bottom;
}

/*--▽商店街からのお知らせ▽--*/
#information {
	background: url('images/section_me.png') repeat-y;
}
#information h3 {
	background: url('images/section_te.png') no-repeat left top;
}
#information p {
	margin-top: 5px;
}
#information .edit {
	background: url('images/section_be.png') no-repeat left bottom;
}


/*--▽新着情報▽--*/
#new {
	background: url('images/section_mn.png') repeat-y;
}
#new h3 {
	background: url('images/section_tn.png') no-repeat left top;
}
#new p {
	margin-top: 5px;
}
#new .edit {
	background: url('images/section_bn.png') no-repeat left bottom;
}
#past {
	
}

/*--▽ガイド（表紙右サイドバー）▽--*/
#beta {
	border-width: 1px;
	border-color: #FF9900;
	border-style: solid;
	position: absolute;
	top: 220px;
	left: 540px;
	width: 200px;
	background-color: #FFFFD2;
	background-image: none;
}
.widget-content {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.widget-content h4 {
	font-size: 90%;
	color: #FF3300;
	font-weight: bold;
	margin: 10px 0px 5px;
	padding-bottom: 2px;
	padding-left: 18px;
	background: url('images/allow.png') no-repeat left center;
}
.widget-content ul {
	margin-left: 15px;
}
.widget-content li {
	list-style-image: url('images/li.png');
}


/*--▽今のおおぐち▽--*/
.widget-now {
	background-image: none;
}
.widget-now h3 {
	margin: 0px 0px 10px;
	padding: 0px;
	background-image: none;
}
.widget-now p {
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 7px;
	padding-right: 12px;
	background: url('images/bg_now.gif') no-repeat left top;
}
p.sidebar {
	margin-right: 10px;
}

/*--▽カテゴリ▽--*/
.widget-category {
	background-image: none;
}
.widget-category h3 {
	margin: 0px 0px 10px;
	padding: 0px;
	background-image: none;
}
.widget-category ul {
	
}
.widget-category li {
	margin-left: -15px;
	list-style-type: none;
	list-style-image: none;
}
.widget-category2 {
	position: absolute;
	top: 130px;
	right: 40px;
	width: 350px;
}
.widget-category2 li {
	margin: 0;
	padding: 0;
	display: inline;
}
.widget-new-event-info {
	padding-top: 10px;
	margin-right: 400px;
	border-right: 1px solid #FF6600;
}
/*--▽商店街情報▽--*/
.widget-info {
	background-image: none;
}
.widget-info h3 {
	margin: 0px 0px 10px;
	padding: 0px;
	background-image: none;
}
.widget-info h4 {
	
}




/*--▽店舗一覧▽--*/
#slist {
	
}
#slist h4 {
	color: #000000;
	padding-left: 30px;
}
#shop .section {
	
}
#shop_a .asset-body {
	
}
.life h4 {
	padding-left: 30px;
	height: 22px;
	background: url('images/cm_l.png') no-repeat left center;
}
.fashion h4 {
	padding-left: 30px;
	height: 22px;
	background: url('images/cm_f.png') no-repeat left center;
}
.foods h4 {
	padding-left: 30px;
	height: 22px;
	background: url('images/cm_e.png') no-repeat left center;
}
.service h4 {
	padding-left: 30px;
	height: 22px;
	background: url('images/cm_s.png') no-repeat left center;
}
.hospital h4 {
	padding-left: 30px;
	height: 22px;
	background: url('images/cm_m.png') no-repeat left center;
}
.life li {
	padding-left: 15px;
	background: url('images/cs_l.png') no-repeat left center;
}
.fashion li {
	padding-left: 15px;
	background: url('images/cs_f.png') no-repeat left center;
}
.foods li {
	padding-left: 15px;
	background: url('images/cs_e.png') no-repeat left center;
}
.service li {
	padding-left: 15px;
	background: url('images/cs_s.png') no-repeat left center;
}
.hospital li {
	padding-left: 15px;
	background: url('images/cs_m.png') no-repeat left center;
}
ul.archive-list-shop {
	width: 320px;
}
.mt-archive-listing .life,
.mt-archive-listing .fashion,
.mt-archive-listing .foods,
.mt-archive-listing .service,
.mt-archive-listing .hospital {
	float: left;
	width: 320px;
	height: 1300px;
}
#smap_l,
#smap_f,
#smap_e,
#smap_s,
#smap_m,
#smap_a {
	margin-top: 10px;
}
#smap_a {
	position: absolute;
	top: 260px;
	left: 320px;
}
#smap_l h3,
#smap_f h3,
#smap_e h3,
#smap_s h3,
#smap_m h3,
#smap_a h3 {
	display: none;
}
#smap_l p,
#smap_f p,
#smap_e p,
#smap_s p,
#smap_m p,
#smap_a p {
	background: none;
}
#shop_a #smap_l,
#shop_a #smap_f,
#shop_a #smap_e,
#shop_a #smap_s,
#shop_a #smap_m {
	display: none;
}
.pagetop {
	clear: both;
}
.back {
	clear: both;
}

/*--▽その他▽---------------------------------------------------------*/
#docs .entry-asset li {
	margin-left: 30px;
	list-style: url('images/li.png');
}
#docs .entry-asset a {
	text-decoration: underline;
}
#docs .entry-asset p {
	margin-bottom: 10px;
}

/*--▽フッタ▽---------------------------------------------------------*/
#footer {
	margin-top: 100px;
	clear: both;
	background-image: url('images/bg.png');
}





