@charset"UTF-8";
/*######################################
松阪市商店街 HP
■TOPページ用■
base.css
CSS Version 2.0
LastModefied:2009.12.10 by kihira
######################################*/
/*-----Global-----------------------------*/

*{
	padding: 0;
	margin: 0;
}

html{
	font-family: "ＭＳ Ｐゴシック" ,sans-serif;
}

body{
	font-size: 0.8em;
	background: url('../grf/bg_body.jpg') repeat-y center top;
	color:#404040;
}
/* 点線がずれる件 IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* 点線がずれる件 IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}



img{
	border: 0;
}

.clear{
	clear: both;
}
/********************************共通部分**************************************/
#wrapper{
	border-right: 1px solid #053C58;
	border-left:1px solid #053C58;
	background: url('../grf/bg_wrapper.jpg') no-repeat center top;
	width: 820px;
	margin:0 auto;
}
#header{
	height:99px;
}
#header img{	/*ヘッダのタイトルの位置を調整*/
	margin: 24px 0 0 29px;
}
/************************左メニュー******************************************/
#Left{
	float:left;
	width: 153px;
	text-align: left;
}
#Left a{
	text-decoration: none;
}
#Left .google{
	padding:20px 0 10px 8px;
	text-align: left;
}
#Left .google p{
	padding-bottom:2px;
}

#Left .google a{
	color:#404040;
}

#Left #navi{
	padding-bottom:15px;
}
#Left #navi ul{
	margin:0;
	padding: 0;
	width: 153px;
	border-right:1px solid #CDCDCD;
/*	border-top:1px solid #053C58;*/
	border-top:1px solid #CDCDCD;
}
#Left #navi li{
	list-style: none;
/*	padding-left:30px;*/
	margin:0;
	border-bottom:1px solid #CDCDCD;
	height:30px;
	background-color: #fff;
}
#Left #navi a{
	display: block;
	line-height:30px;
	color:#404040;
	padding-left: 30px;
	height:30px;
}
#Left #navi a.blue{
	background: url('../grf/left_b_blue.gif') no-repeat top left;
}
#Left #navi a.blue:hover{
	background: url('../grf/blue.gif') no-repeat top left;
}
#Left #navi a.red{
	background: url('../grf/left_b_red.gif') no-repeat top left;
}
#Left #navi a.red:hover{
	background: url('../grf/red.gif') no-repeat top left;
}
#Left #navi a.green{
	background: url('../grf/left_b_blue.gif') no-repeat top left;
}
#Left #navi a.green:hover{
	background: url('../grf/green.gif') no-repeat top left;
}
#Left #navi a.yellow{
	background: url('../grf/left_b_blue.gif') no-repeat top left;
}
#Left #navi a.yellow:hover{
	background: url('../grf/yellow.gif') no-repeat top left;
}
#Left #navi a.bluered{
	background: url('../grf/left_b_blue.gif') no-repeat top left;
}
#Left #navi a.bluered:hover{
	background: url('../grf/bluered.gif') no-repeat top left;
}
#Left .banner{
	padding-left:11px;
}
#Left .banner img.mapbanner{
	margin-bottom:6px;
}
#Left .banner img.leftbanner{
	margin:24px 0;
}
#Left .banner p{
	padding-left:5px;
}

/************************真ん中******************************************/
#Middle{
	float: left;
	width: 514px;
}
#Middle-inner{
	padding:40px 0 20px 20px;
}
#Middle .blog-news{
	width: 475px;
	height:124px;
	background: url('../grf/bg_blog.jpg') no-repeat top left;
}
#Middle .blog-news .inner{
	padding:34px 0px 3px 140px;
	line-height:120%;
	font-size: 9pt;
}
#Middle .blog-news span.blue{
	color:#074A7F;
}
#Middle .shop-news{
	padding:15px 0 0;
}
#Middle .bar{
	width: 475px;
}
/************************右バナー******************************************/
#Right{
	float: left;
	width: 153px;
}
#Right-inner{
	padding:53px 0 0 10px;
}
#Right img{
	margin-bottom:10px;
}
#footer{
	width: 820px;
	margin: 0 auto;
	line-height:18px;
	background-color: #053C58;
	color: #ffffff;
	text-align: center;
	border-right: 1px solid #053C58;
	border-left:1px solid #053C58;

}

