@charset "shift-jis";
/*###########################################
みえ愛の里
layout.css
CSS Version 2.0
LastModified:2009.06.04 By kihira
###########################################*/
/*########################
Global
########################*/
*{
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}

body{
	color:#666666;
	text-align:center;
	font-size: 12px;
}
.clear{ clear: both;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}

/*########################
共通部分
########################*/
#header{
	margin:0 auto;
	border-left:1px solid #C6C7CA;
	border-right:1px solid #C6C7CA;
	width:760px;
}
#wrapper{
	background: url('../grf/back.gif') no-repeat top left;
	width: 760px;
	min-height:529px;
	margin:0 auto;
	text-align: left;
	border-left:1px solid #C6C7CA;
	border-right:1px solid #C6C7CA;
}
#left{
	float:left;
}
#menu{
	margin-left:14px;
	background: url('../grf/bg_menu.gif') no-repeat top left;
	width:136px;
	height:460px;
}
#menu .inner{
	padding:25px 0 0 3px;
}
#menu a{
	display: block;
	width:124px;
	height:30px;
	background-color: #7fc6ff;
	margin-bottom:2px;
	text-decoration: none;
	text-align: center;
	color:#666666;
}
#menu a:hover{
	display: block;
	width:124px;
	height:30px;
	background-color: #FFFF99;
	margin-bottom:2px;
	text-decoration: none;
	text-align: center;
	color:#6699ff;
}
#menu a.on{
	display: block;
	width:124px;
	height:30px;
	background-color: #FFFF99;
	margin-bottom:2px;
	text-decoration: none;
	text-align: center;
	color:#6699ff;
}
#menu h5{
	padding-top:8px;
	font-size:12px;
}
#menu .address{
	padding:140px 13px 0 9px;
	font-size:10px;
	line-height:130%;
	letter-spacing: 0.1em;
}
img.linkimg{
	margin:9px 0 8px 17px;
}
#right{
	float:left;
}
#footer{
	background: url('../grf/bg_footer.gif') no-repeat top left;
	width: 760px;
	height:32px;
	margin:0 auto;
	border-left:1px solid #C6C7CA;
	border-right:1px solid #C6C7CA;
}
#footer .copyright{
	float:right;
	color:#ffffff;
	padding-top:10px;
	letter-spacing: 0.1em;
}
#footer .link{
	padding-top:10px;
	padding-left:12px;
	color:#ffffff;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: left;
}
#footer .link a{
	color:#ffffff;
	text-decoration: none;
}
#footer .link a:hover{
	text-decoration: underline;
}
