@charset "utf-8";


body {
	background:#fff;
	color:#220e10;
	font-size:small;
	line-height:1.6em;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "sans-serif";
}

* {
	margin:0;
	padding:0;
	font-style:nomal;
}

hr {
	display:none;
}


a {
	color:#926e66;
	text-decoration:none;
	overflow:hidden;
}


a:hover {
	color:#926e66;
	text-decoration:underline;
}

ul {
	list-style:none;
}


/*clear*/	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper {
	background:#fff;
	width:750px;
	margin:0 auto;
}



#close p a {
	background:url(../../images/longlife/close_btn.gif) no-repeat;
	display:block;
	width:72px;
	height:28px;
	text-indent:-9999px;
	margin-top:10px;
}

address {
	text-align:right;
	padding-right:15px;
	margin:30px 0 10px 0;
	font-style:normal;
}

address span {
	font-size:x-small;
	padding-left:20px;
}

#plan_banner {
	background:url(../../images/longlife/main1.jpg) no-repeat;
	width:720px;
	height:297px;
	margin:0 auto;
}

#plan_banner p {
	padding:252px 0 0 450px;
}

#plan_banner p a {
	background:url(../../images/longlife/plan_banner.jpg) no-repeat;
	width:233px;
	height:47px;
	display:block;
	text-indent:-9999px;
}



















