@charset "utf-8";


/* //////////////////////////////////////////

  “SAN AQUA” 

 -----------------------------------------
  common.css
 -----------------------------------------
  
  1.Reset

  2.Shared Item

  3.Overall Structure
  
  4.Contents

////////////////////////////////////////// */

/* 1.Reset
////////////////////////////////////////// */
*{
	margin: 0;
	padding: 0;
	zoom: 1;
	}

* html *{
	zoom: normal;
	}

html{
	height: auto;
	_height: 100%;
	min-height: 100%;
	-webkit-text-size-adjust: none;
	background-image:url(../img/common_img/bg.png);
	background-repeat:repeat-x;
	background-color:#fcfcfc;
	}

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
	line-height: 1.75em;
	color: #333;
	}
	
ul,dl{
	list-style-type: none;
	}	

*:first-child+html ul,
*:first-child+html ol,
*:first-child+html li{/*for IE7*/
	zoom: normal; 
}
		
a,img{
	border: 0;
	outline: 0;
	margin: 0;
	}
		
a{
	color: #333;
	text-decoration: none;
	outline:none !important;
	}
	
a:hover{
	color: #477fb8;
	}

p{
	text-align: justify;
	text-justify:inter-ideograph;
}
	
	
/* 2.Shared Item
////////////////////////////////////////// */
.l{
	float:left;
}

.r{
	float:right;
}

h4.tt{
	padding:4px 0 3px 12px;
	font-size:116%;
	font-weight:bold;
	color:#FFF;
	background-color:#89a2bf;
	line-height:1.1em;
	background-image:url(../img/common_img/bg_tt.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	clear:both;
}

a.link{
	padding:0 0 0 10px;
	background-image:url(../img/common_img/ic_link_sq.png);
	background-position:0 5px;
	background-repeat:no-repeat;
	display:block;
}


/* 3.Overall Structure
////////////////////////////////////////// */
#wrapper{
	width:100%;
	background-image:url(../img/common_img/bg_shadow.png);
	background-position:center 0;
	background-repeat:repeat-y;
	overflow:auto;
}

#mainimg{
	width:100%;
	height:180px;
	padding:16px 0 0 0;
	background-image:url(../img/common_img/bg_tp.png);
	background-position:center 0;
	background-repeat:no-repeat;
	line-height:0;
}

#mainimg h2{
	width:950px;
	height:42px;
	padding:69px 0;
	margin:0 auto;
}

#contents{
	width:950px;
	margin:0 auto;
	padding:14px 10px 0;
	background-image:url(../img/common_img/bg_curve.png);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:auto
}

#left{
	width:675px;
	min-height:700px;
	padding:0 26px 0 15px;
	background-image:url(../img/common_img/ln_double_tp.png);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
}

#right{
	width:234px;
	float:right;
}

#right li{
	line-height:0;
}

#right dl{
	width:225px;
	margin:11px 0 0 9px;
	line-height:0;
}

#right dd{
	width:215px;
	margin:6px auto 0;
}

.dir{
	height:60px;
	display:block;
	margin:2px 0 0 0;
}

.dir li{
	padding:0 0 0 4px;
	font-size:91.6%;
	line-height:1.5em;
	float:left;
}

.dir li a{
	padding:0 12px 0 0;
	display:block;
	background-image:url(../img/common_img/ic_dir_arrow.png);
	background-position:right 3px;
	background-repeat:no-repeat;
}

.dir li.home{
	padding:0;
}

.dir li.home a{
	padding:0 2px 0 0;
	background-image:none;
}

.pagetop{
	width:96px;
	height:18px;
	padding:30px 0 5px 620px;
	background-image:url(../img/common_img/ln_double_bt.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	line-height:0;
	float:left;
}

.guideline{
	width:902px;
	margin:0 auto 10px;
	padding:6px 24px;
	border-top:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	line-height:0;
	clear:both;
}

.guideline dt{
	float:left;
}

ul#nav{
	background-image:url(../img/common_img/bg_menu.png);
}
.manage ul#nav{
	background-image:url(../img/common_img/bg_menu3.png);
}
.mansion ul#nav{
	background-image:url(../img/common_img/bg_menu5.png);
}
.com ul#nav{
	background-image:url(../img/common_img/bg_menu6.png);
}
.recruit ul#nav{
	background-image:url(../img/common_img/bg_menu7.png);
}

.manage h2{
	background-image:url(../img/management_img/ph_management.jpg);
}
.mansion h2{
	background-image:url(../img/mansion_img/ph_mansion.jpg);
}
.title{
	background-image:url(../img/info_img/ph_info.jpg);
}
.info h2{
	font-size: 12px;
}
.blog h2{
	background-image:url(../img/info_img/ph_blog.jpg);
}
.contact h2{
	background-image:url(../img/contact_img/ph_contact.jpg);
}
.com h2{
	background-image:url(../img/com_img/ph_aboutus.jpg);
}
.recruit h2{
	background-image:url(../img/recruit_img/ph_recruit.jpg);
}
.privacy h2{
	background-image:url(../img/privacy_img/ph_privacy.jpg);
}
.sitemap h2{
	background-image:url(../img/sitemap_img/ph_sitemap.jpg);
}

.blogArea h3{
	background:#eee;  
    border-bottom:7px solid #ccc;  
    padding:.8em .9em .3em;  
}

.blogArea{
	margin-bottom: 20px;
}

.date{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*///Header///*/
#header{	
	width:968px;
	height:116px;
	margin:0 auto;
	line-height:0;
}

#header h1{
	margin: 24px 0 0 7px;
	float: left;
}

#header ul.sub,
#header dl{
	float:right;
}

#header ul li{
	float:left;
}

#header dl{
	clear:right;
	float:right;
	margin:30px 0 10px 0;
}

#header dl dt{
	float:left;
}

#header dl dd{
	float:left;
	margin:0 0 0 2px;
}

/*////Footer////*/
#footer{
	width:100%;
	/*min-height:392px;*/
	margin:0 0 15px 0;
	padding:0 0 21px 0;
	background-image:url(../img/common_img/bg_footer.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	
}

#footer dl{
	width:950px;
	margin:0 auto 20px;
	background-image:url(../img/common_img/bg_index.png);
	background-repeat:no-repeat;
	background-position:center 44px;
	overflow:auto;
}

#footer dt{
	margin:20px 0 10px 24px;
	line-height:0;
}

#footer dd{
	width:214px;
	padding:0 0 0 24px;
	/*border-left:solid 3px #d5d5d5;*/
	float:left;
	font-size:91.6%;
	line-height:1.66em;
}

#footer dd.l{
	width:212px;
	border:none;
}

#footer address{
	width:888px;
	margin:0 auto;
	padding:14px 31px;
	border-top:solid 5px #FFFFFF;
}


/* 3.Contents
////////////////////////////////////////// */
/*Home*/
.index #mainimg{
	width:100%;
	height:370px;
	padding:16px 0 0 0;
	background-image:url(../img/common_img/bg_tp.png);
	background-position:center 0;
	background-repeat:no-repeat;
	line-height:0;
	text-align:center;
}

.index #contents{
	width:950px;
	margin:0 auto;
	padding:14px 10px 0;
	background-image:url(../img/index_img/bg_index_curve.png);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:auto
}

.index ul.point{
	height:160px;
	margin:0 0 8px 0;
}

.index ul.point li{
	float:left;
	line-height:0;
}

.index h2{
	margin:4px 0 4px 0;
}

.index ul.news{
	width:607px;
	height:82px;
	padding:7px 12px;
	overflow:hidden;
	background-image:url(../img/index_img/bg_index_news.png);
}

.index ul.news li{
	margin:6px 0;
	padding:0 0 0 13px;
	background-image:url(../img/common_img/ic_link_arrow.png);
	background-repeat:no-repeat;
	background-position:1px left;
	line-height:1.1em;
}

.index ul.feature li{
	line-height:0;
}

.index ul.feature li.l{
	margin:0 2px 0 0;
}

.index ul.link{
	height:80px;
	margin:0 0 22px 0;
}

.index ul.link li{
	float:left;
	line-height:0;
}

.index ul.link li.c{
	margin:0 4px;
}

/*Mansion Management*/
#contents .manage_top h3{
	margin:0 0 16px 0;
	line-height:0;
}

#contents .manage_top  p{
	margin:0 0 12px 0;
}

#contents .manage_top dl.l{
	width:320px;
	margin:0 0 8px 0;
	padding:3px 17px 8px 0;
	border-right:solid 4px #cccccc;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}

#contents .manage_top dl.r{
	width:320px;
	margin:0 0 8px 0;
	padding:3px 0 8px 14px;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}

#contents .manage_top dt{
	line-height:0;
}

#contents .manage_top dd.txt{
	width:190px;
	padding:8px 0 0 0;
	/*font-size:91.6%;
	line-height:1.5em;*/
	float:left;
}

#contents .manage_top dd.txt span{
	display:block;
}

#contents .manage_top dd.txt a{
	font-weight:bold;
	margin:4px 0 0 0;
}

#contents .manage_top dd.ph{
	width:120px;
	padding:12px 0 0 0;
	float:right;
	line-height:0;
}

/*Mansion Information*/
#contents .mansion ul.menu_top,
#contents .mansion ul.menu_kitchen,
#contents .mansion ul.menu_bath,
#contents .mansion ul.menu_facility,
#contents .mansion ul.menu_access{
	height:28px;
	background-repeat:no-repeat;
	background-position:0 bottom;
}
#contents .mansion ul.menu_top{
	background-image:url(../img/mansion_img/bg_mansioin_menu1.png);
}
#contents .mansion ul.menu_kitchen{
	background-image:url(../img/mansion_img/bg_mansioin_menu2.png);
}
#contents .mansion ul.menu_bath{
	background-image:url(../img/mansion_img/bg_mansioin_menu3.png);
}
#contents .mansion ul.menu_facility{
	background-image:url(../img/mansion_img/bg_mansioin_menu4.png);
}
#contents .mansion ul.menu_access{
	background-image:url(../img/mansion_img/bg_mansioin_menu5.png);
}

#contents .mansion ul.menu_top li,
#contents .mansion ul.menu_kitchen li,
#contents .mansion ul.menu_bath li,
#contents .mansion ul.menu_facility li,
#contents .mansion ul.menu_access li{
	float:left;
}

#contents .mansion h3{
	margin:26px 0 12px 0;
}

#contents .mansion p{
	margin:0 0 20px 0;
}

#contents .mansion .pamphlet{
	width:580px;
	margin:0 45px 0 50px;
	line-height:0;
}

#contents .mansion .pamphlet dl{
	margin:0 25px;
	float:left;
}

#contents .mansion .accesspoint dt{
	margin:35px 0 10px 0;
	line-height:0;
}

#contents .mansion .accesspoint dd{
	font-size:91.6%;
}

#contents .mansion .accesspoint dl.l{
	width:215px;
	margin:0 10px 0 0;
}

#contents .mansion .accesspoint dl.r{
	width:225px;
}

#contents .mansion .fig{
	margin:20px 0 40px 0;
	line-height:0;
}

#contents .mansion .map{
	margin:15px 0 15px 0;
	line-height:0;
}

/*About us*/
#contents .aboutus .l{
	width:430px;
}

#contents .aboutus .r{
	margin:36px 0 0 0;
}

#contents .aboutus h3{
	margin:0 0 16px 0;
	line-height:0;
}

#contents .aboutus p{
	margin:0 0 40px 0;
}

#contents .aboutus table{
	width:675px;
	margin:12px 0 0 0;
	border-collapse: collapse;
}

#contents .aboutus table th{
	width:100px;
	padding:2px 0 0 0;
	background-image:url(../img/common_img/bg_th.png);
	background-repeat:repeat-y;
	border-bottom:solid 12px #ffffff;
	vertical-align:top;
}

#contents .aboutus table td{
	padding:2px 0 0 12px;
	background-image:url(../img/common_img/bg_td.png);
	background-position:0 bottom;
	background-repeat:no-repeat;
	border-bottom:solid 12px #ffffff;
	vertical-align:top;
}

/*Message*/
#contents .message .l{
	width:430px;
}

#contents .message .r{
	margin:6px 0 0 0;
}

#contents .message h3{
	margin:0 0 16px 0;
	line-height:0;
}

#contents .message p{
	margin:0 0 12px 0;
}



/*Recruit*/
#contents .recruit .l{
	width:430px;
}

#contents .recruit .r{
	margin:0 0 30px 0;
}

#contents .recruit h4.tt{
	margin:20px 0 0 0;
}

#contents .recruit h3{
	margin:0 0 16px 0;
	line-height:0;
}

#contents .recruit p{
	margin:0 0 40px 0;
}

#contents .recruit table{
	width:675px;
	margin:12px 0 0 0;
	border-collapse: collapse;
}

#contents .recruit table th{
	width:100px;
	padding:2px 0 0 0;
	background-image:url(../img/common_img/bg_th.png);
	background-repeat:repeat-y;
	border-bottom:solid 12px #ffffff;
	vertical-align:top;
}

#contents .recruit table td{
	padding:2px 0 0 12px;
	background-image:url(../img/common_img/bg_td.png);
	background-position:0 bottom;
	background-repeat:no-repeat;
	border-bottom:solid 12px #ffffff;
	vertical-align:top;
}

/*Privacy Plicy*/
#contents .privacy dl{
	margin:0 0 20px 0;
}

#contents .privacy dt{
	margin:20px 0 5px 0;
	padding:0 0 0 12px;
	font-size:116%;
	font-weight:bold;
	border-top:solid 2px #c1cfe2;
	border-bottom:solid 2px #c1cfe2;
}

/*Site Map*/
#contents .sitemap dl{
	width:675px;
	margin:0 0 20px 0;
	border-top:solid 1px #dce1e6;
	border-bottom:solid 1px #dce1e6;
	background-image:url(../img/sitemap_img/bg_sitemap_tt.png);
	background-repeat:repeat-y;
	overflow:auto;
}

#contents .sitemap dt{
	width:176px;
	padding:8px 7px;
	float:left;
	line-height:0;
	min-height:35px;
}

#contents .sitemap dd{
	width:445px;
	padding:8px 20px;
	float:right;
}

#contents .sitemap li a{
	padding:0 0 0 10px;
	background-image:url(../img/common_img/ic_link_sq.png);
	background-position:0 2px;
	background-repeat:no-repeat;
}