@charset "shift_jis";

/* JAPANESE SITE CSS Document */

* {
	margin:0;
	padding:0;
	border: 0;
}

p {
	line-height:1.5;
	color: #444;
	margin-bottom: 1em;
	letter-spacing: 1px;
}

body {
	background-color: #fff;
	background-repeat: repeat;
	background-color: #FFF;
	min-height: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#0060ff;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	background-position: center;
	font-size: 12px;
}

html {
	overflow-y:scroll;
	height: 100%;
	min-height: 100%;
}

html,
body {
	height: 100%;
	min-height: 100%;
}

.clearFix {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

a:link,
 a:visited {
	text-decoration: underline;
	color: #0060ff;
}

a:hover,
 a:active {
}

h1 {
	font-size: 14px;
	color: #0060ff;
	line-height:18px;
	padding: 10px 0;
}

h2.home {
	padding: 0!important;
	font-size: 20px;
	color: #000;
	line-height:1.5px;
	margin: 0 0 1em;
	border-bottom-color: #ECF3FF;
	border-bottom: none;
}

h2 {
	padding: 20px 0!important;
	font-size: 18px;
	color: #000;
	line-height:18px;
	border-bottom: 4px solid;
	margin: 0 0 20px 0;
	border-bottom-color: #ECF3FF;
}

h3 {
	font-size: 14px;
	color: #0060FF;
	line-height:18px;
	padding: 10px 0;
}

h3.white {
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	background-image: url(img/icon.gif);
	background-position: 0 -5px;
}

h3.white a {
	color: #FFF;
	font-size: 14px;
}

.white {
	color: #FFF;
}

.notice {
	font-size: 11px;
}

input {
	border: 1px solid #ccc;
	padding: 1px;
	color: #0060ff;
	background-color: #ffffff;
}

textarea {
	border: 1px solid #ccc;
	padding: 1px;
	color: #0060ff;
}

select {
	border: 1px solid #ccc;
	padding: 1px;
	color: #0060ff;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.pageTop {
	text-align: right;
	padding: 20px 10px;
	font-size: 12px;
	font-weight: bold;
}

.pageTop a:link,
.pageTop a:visited {
	text-decoration: none;
	padding: 2px 3px;
}

.pageTop a:hover,
.pageTop a:active {
	background-color: #DFEBFF;
}

/*----------------------------------------HEADER-------*/


#header {
	background-image: url(img/header_bg.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	width: 100%;
	background-position: 0 100%;
	background-color: #0446B3;
	padding: 0.5em 0 0.5em;
	/* [disabled]position: relative;
*/
	min-height: 125px;
}

#siteInfo {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#siteInfo p {
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#hdrLinks {
	color: #007EFD;
	position: absolute;
	width: 200px;
	left: 691px;
	top: 4px;
	text-align: right;
}

#hdrLinks a:link,
#hdrLinks a:visited {
	text-decoration: none;
	color: #E2E2E2;
}

#hdrLinks a:hover,
#hdrLinks a:active {
	color: #FFFFFF;
}

#seo {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#seo p {
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
	line-height: 12px;
	letter-spacing: 1px;
}

#logo {
	width: 263px;
	margin-left: auto;
	margin-right: auto;
	height: 84px;
	position: absolute;
	left: 5px;
	top: 35px;
}

#navi {
	margin: 0px auto 2em auto;
	width: 100%;
	padding: 0;
	background-image: url(img/navi/BG-navi.jpg);
	background-repeat: repeat-x;
}

#width700 {
	width: 700px;
	float: right;
	border-left: solid #ccc 1px;
	padding: 0 0 30px 10px;
}

#footer {
	padding: 1em 1em 1em;
	clear: both;
	border-top: solid #ccc 1px;
	text-align: center;
	margin: 2em 0;
}

#content {
	clear: both;
	width: 900px;
	/* [disabled]border-top: solid #ccc 1px;
*/
	margin-top: 10px;
}

/*----------------------------------------MAIN NAVI-------*/

#menu {
	width: 900px;
	margin: 0px auto;
	background-image: url(img/navi/BG-menu.jpg);
	background-repeat: repeat-x;
}

/*.jmenu {
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
}
.jmenu li {
	padding: 0;
	margin: 0;
	height: 30px;
	list-style: none;
	float: left;
}
.jmenu li a:link, .jmenu li a:visited {
	display: block;
	height: 30px;
	padding: 0 5px 0 18px;
	background-position: 0px 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	color: #888;
	margin: 0 3px;
}
.jmenu li a:hover, .jmenu li a:active {
	background: no-repeat;
	background-position: 0px 50%;
	color: #000;
}
*//*----------------------------------------Side Menu-------*/

#Lmenu {
	width: 180px;
	float: left;
}

#Lmenu ul {
	margin: 0;
	padding: 10px 20px;
}

#Lmenu li {
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

#Lmenu li a:link,
#Lmenu li a:visited {
	text-decoration: none;
}

#Lmenu li a:hover,
#Lmenu li a:active {
}

#Lmenu ul.subList {
	margin: 0;
	padding: 5px 0 10px 0px;
}

#Lmenu .subList li {
	list-style-type: none;
	margin: 1em 0;
	font-weight: normal;
}

#Lmenu .subList li a:link,
#Lmenu .subList li a:visited {
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px dotted;
}

#Lmenu .subList li a:hover,
#Lmenu .subList li a:active {
}

#SideContactInfo {
	padding: 20px 10px;
}

#SideContactInfo p {
	margin: 0 0 10px 0;
	letter-spacing: 0px;
}

/*----------------------------------------END Side Menu-------*/


.stepsbg {
	background-image: url(img/steps/steps_bg.gif);
	vertical-align: top;
	padding: 5px;
	background-repeat: repeat-x;
}

.stepsbg h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 2px 0 15px 0;
	padding: 0;
}

#width700 form table tr td p strong {
	color: #F00;
}

.blue {
	color: #0061FF;
}

#icon_menu {
	width:140px;
	margin:2px 0 10px 0;
	padding:0;
}

#icon_menu a {
	width:140px;
	display:block;
	text-decoration:none;
	font-size:11px;
	color:#4b4948;
}

#icon_menu a:hover {
	width:140px;
	display:block;
	color:#000000;
	text-decoration:none;
	background:#dcdcdc;
}

.icon_link {
	height:25px;
	margin:0 0 1px 0;
	font-size:11px;
	background:#eeeeef;
}

.i_smoking {
	padding:0 0 0 37px;
	background:url(img/icons/smoking.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_laundry {
	padding:0 0 0 37px;
	background:url(img/icons/laundry.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_barefoot {
	padding:0 0 0 37px;
	background:url(img/icons/barefoot.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_internet {
	padding:0 0 0 37px;
	background:url(img/icons/internet.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_hairdryer {
	padding:0 0 0 37px;
	background:url(img/icons/hair_dryer.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_rice {
	padding:0 0 0 37px;
	background:url(img/icons/rice_cooker.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_microwave {
	padding:0 0 0 37px;
	background:url(img/icons/microwave.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_telephone {
	padding:0 0 0 37px;
	background:url(img/icons/telephone.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_parking {
	padding:0 0 0 37px;
	background:url(img/icons/parking.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_lanai {
	padding:0 0 0 37px;
	background:url(img/icons/lanai.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_trolley {
	padding:0 0 0 37px;
	background:url(img/icons/trolley.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_bus4 {
	padding:0 0 0 37px;
	background:url(img/icons/bus_4.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_bus8 {
	padding:0 0 0 37px;
	background:url(img/icons/bus_8.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_bus13 {
	padding:0 0 0 37px;
	background:url(img/icons/bus_13.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_bus20 {
	padding:0 0 0 37px;
	background:url(img/icons/bus_20.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_bus22 {
	padding:0 0 0 37px;
	background:url(img/icons/bus_22.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_bus23 {
	padding:0 0 0 37px;
	background:url(img/icons/bus_23.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_bus24 {
	padding:0 0 0 37px;
	background:url(img/icons/bus_24.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_busb {
	padding:0 0 0 37px;
	background:url(img/icons/bus_b.gif) no-repeat 10px 3px;
	line-height:25px;
}

.i_buse {
	padding:0 0 0 37px;
	background:url(img/icons/bus_e.gif) no-repeat 10px 3px;
	line-height:25px;
}

.icon_heading {
	padding:3px 0 0 0;
	line-height:25px;
	background-color: #C6DBFF;
	color: #666;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
}

/*----------------------------------------TOP PAGE--------*/
.home {
}

#top_properties_list {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}

#top_properties_list h2 {
	line-height: 1;
	margin: 0!important;
	padding: 0px!important;
	border: none;
}

#top_properties_list h2 a {
	/* [disabled]color: #F30;
*/
}

#top_properties_list h3 {
	clear: both;
	color: #000;
	background-color: #D9EBFF;
	border: 1px solid;
	border-color: #AAD2FF;
	width: 15em;
	text-align: center;
	margin: 1em 0;
}

#top_properties_list .item {
	float: left;
	margin: 15px 5px;
	width: 430px;
	background-color: #FFF;
	border-bottom: 1px dotted;
	border-bottom-color: #999;
	border-right: 1px dotted;
	border-right-color: #999;
}

#top_properties_list .thumb,
#top_properties_list .name,
#top_properties_list .area,
#top_properties_list .desc,
#top_properties_list .price {
	padding: 3px 2px;
	vertical-align: top;
}

#top_properties_list .thumb {
	background-color: #E8F0FF;
	float: left;
	margin: 0 1em 0 0;
	width: 50px;
}

#top_properties_list .name {
	font-weight: bold;
	text-align: left;
	display: block;
	font-size: 16px;
	background-repeat: no-repeat;
	background-image: url(img/sozai/icon_001.png);
	background-position: 60px 50%;
	text-indent: 15px;
}

#top_properties_list .name a:link,
#top_properties_list .name a:visited {
	text-decoration: none;
	color: #FFF;
	display: block;
	background-color: #0040AA;
}

#top_properties_list .name a:hover,
#top_properties_list .name a:active {
	background-color: #0061FF;
}

#top_properties_list .area {
	text-align: center;
	background-color: #F2F7FF;
}

#top_properties_list .desc {
	text-align: left;
	padding: 0px 10px;
	color: #514637;
}

#top_properties_list .itemCC {
	color: #F30;
	margin-right: 5px;
}

#top_properties_list .price {
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	color: #008040;
	font-size: 14px;
	float: right;
	padding: 0 1ex;
	border: 1px dashed;
	background-color: #F8FAE4;
	margin-right: 5px;
}

#top_properties_list .iconTbl {
	margin: 0 auto;
}

.rec_content {
	width: 278px;
	padding: 5px;
}

.rec_content ul {
	list-style-type: none;
	padding: 10px 0 0 0;
}

.rec_content li {
	background-repeat: no-repeat;
	background-position: 0 -5px;
	background-image: url(img/recommend.gif);
	padding: 0 0 0 23px;
	margin-bottom: 2px;
}

#recommend,
#recommend2,
#recommend3 {
	float: left;
	height: 270px;
	border: solid #0060ff 1px;
}

#recommend {
	width: 290px;
	margin-right: 12px;
}

#recommend2 {
	width: 290px;
	margin-right: 12px;
}

#recommend3 {
	width: 288px;
}

#recommend3 p {
	padding: 5px 8px;
	line-height: 1.5;
}

#waikiki_map {
	width: 595px;
	float: right;
	padding-bottom: 2.5em;
	clear: both;
}

#news {
	width: 290px;
	float: right;
	height: 290px;
	padding: 0 1em 1em;
	border: 1px solid #EEE;
	margin-bottom: 1em;
	border-radius: 2px;
	box-shadow: 1px 1px 3px 3px rgba(204,204,204,0.2);
}

#news h2 {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0.5em!important;
	border: none;
	background-color: #D9EFFD;
	text-align: center;
}

#news_content {
	width: 100%;
	height: 100%;
	padding: 1em 0 0 0;
	overflow:auto;
}

#news_content a:link,
#news_content a:visited {
	text-decoration: none;
	display: block;
}

#news_content a:hover,
#news_content a:active {
	background-color: #DFEAFF;
}

#news_content .newstitle {
	display: block;
	width: 220px;
	margin-left: 8ex;
}

#news_content .date {
	display: block;
	float: left;
	margin-right: 5px;
}

/*----------------------------------------PROPERTIES-------*/

/*-----LIST-------*/
#propertieIndex {
}

#propertieIndex th {
	background-color: #E5E5E5;
	font-size: 10px;
	letter-spacing: 1px;
}

#propertieIndex .condName {
	padding: 5px!important;
	margin: 0!important;
	font-size: 14px;
	line-height: 18px;
}

#propertieIndex .condName a:link,
#propertieIndex .condName a:visited {
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	background-image: url(img/icon.gif);
	background-position: 0 -5px;
	text-decoration: none;
	color: #0060FF;
	font-size: 14px;
	margin: 0;
	display: inline;
}

#propertieIndex .condName a:hover,
#propertieIndex .condName a:active {
}

#propertieIndex .desc {
	text-align: left;
	padding: 10px;
	margin: 3px 3px 1em;
	border-bottom: 3px solid;
	border-bottom-color: #CCC;
}

#propertieIndex h3 {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 16px;
}

#propertieIndex .desc p {
	line-height: 1.2;
}

#propertieIndex .price {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	color: #008040;
	font-size: 14px;
	float: right;
	padding: 0 1ex;
	border: 1px dashed;
	background-color: #F8FAE4;
	display: block;
	text-align: right;
	margin: 0 5px 1em 0;
}

/*-----DETAIL-------*/
#staffNewsLink a {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(img/staffNewsLink.png);
	line-height: 60px;
	padding-left: 170px;
	font-weight: bold;
	display: block;
	color: #FF0;
	width: 430px;
}

.condName {
	padding: 20px 0!important;
	font-size: 18px;
	color: #0060ff;
	line-height:18px;
	border-bottom: 4px solid;
	margin: 0 0 10px 0;
	border-bottom-color: #ECF3FF;
}

.waikiki {
	float: right;
	padding: 5px 10px;
	background-color: #FFD2D2;
	margin: 5px 0 0 0;
}

.waikikiWest {
	float: right;
	padding: 5px 10px;
	background-color: #FFF3C4;
	margin: 5px 0 0 0;
}

.condDesc {
	padding: 10px;
	clear: both;
}

#condDescTble {
	width: 690px;
	margin: 5px 0;
	border-top: 1px solid;
	border-top-color: #BCDEED;
}

#condDescTble th,
#condDescTble td {
	text-align: left;
	font-size: 12px;
	padding: 5px 15px;
	border-bottom: 1px solid;
	border-bottom-color: #BCDEED;
}

#condDescTble th {
	width: 8em;
	background-color: #E8F4F9;
	letter-spacing: 1px;
	color: #3195BF;
}

#condDescTble td {
	line-height: 1.5;
}

#condDescTble td,
#condDescTble td p {
	color: #666;
	line-height: 1.8;
	font-size: 12px;
	font-weight: normal;
}

#condDescTble .price {
	color: #0061FF;
	font-size: 16px;
	font-weight: bold;
	background-color: #F3FAFC;
}

#condDescTble #busRoot {
	padding: 10px;
}

.condDesc p {
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 1ex;
}

.condDescIcons {
	padding: 10px 0 0 0;
}

#condPics {
	padding: 15px 0;
}

#condPics .thumb {
	text-align: center;
	display: block;
	float: left;
	font-weight: bold;
}

#condPics img {
	display: block;
}

.gotoContact {
	width: 145px;
	float: right;
	margin: 0 0 20px 20px;
}

.gotoContact img {
	border: none;
}

.condSubNav{
	padding: 0 1em;
	font-size: 16px;
	font-weight: bold;
}

.condSubNav a:link,
.condSubNav a:visited{
	text-decoration: none;
	padding: 0.25em 1em;
	text-align: center;
	width: 3em;
	color: #6493FF;
	background-color: #EAF0FF;
	border-radius: 5px;
}
.condSubNav a:hover,
.condSubNav a:active{
	color: #FF9900;
	background-color: #FFFF99;
}



/*----------------------------------------FAQ-------*/
#faq {
}

#faq h3 {
	margin: 10px 0px;
	font-size: 16px;
	background: no-repeat 10px 50%;
	background-image: url(img/navi/icon-key01.gif);
	padding: 5px 20px 5px 35px;
	background-color: #DFE8FF;
	color: #1153FF;
}

#FAQNavi {
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-top-color: #D1EAF8;
	border-bottom-color: #D1EAF8;
	margin-bottom: 20px;
}

#FAQNavi ul {
	list-style-type: none;
	clear: both;
	display: block;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	font-weight: bold;
}

#FAQNavi li {
	display: inline;
	margin: 0;
	border-right: 1px solid;
	border-right-color: #CCC;
}

#FAQNavi li a:link,
#FAQNavi li a:visited {
	padding: 3px 8px;
	text-decoration: none;
	color: #1153FF;
}

#FAQNavi li a:hover,
#FAQNavi li a:active {
	background-color: #DFE8FF;
}

.faqQ {
	font-weight: bold;
	font-size: 14px;
	color: #33C;
	padding: 0px 1em;
	line-height: 1;
	margin: 1em 0 0 0;
}

.faqA {
	padding: 15px 20px;
	margin: 0px 0px 15px 40px;
	width: 560px;
}

.faqA p {
	line-height: 1.8;
	margin-bottom: 10px;
}

/*----------------------------------------LINKS-------*/

#linkList {
}

#linkList h3 {
	margin: 20px 0 10px 20px!important;
	border: 1px solid;
	width: 85%;
	padding: 5px 10px;
	border-color: #9CF;
	background-color: #F2F9FF;
}

#linkList p {
	margin: 0 0 0 40px!important;
	border-bottom: 1px dotted;
	width: 80%;
	padding: 0 0 10px 0;
	border-bottom-color: #9CF;
}

/*----------------------------------------SITEMAP-------*/
#siteMap {
	width: 700px;
	float: right;
	border-left: solid #ccc 1px;
	padding-left: 10px;
	padding-bottom: 5em;
}

#siteMap ul {
	padding: 0;
	float: left;
	display: block;
	margin: 0 0 0 1em;
	width: 45%;
}

#siteMap li {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 14px;
}

#siteMap li ul {
	float:none;
	margin: 1em;
	width: 90%;
}

#siteMap li ul li {
	font-weight: normal;
	font-size: 12px;
	margin: 0.5em 0;
	list-style-type: none;
}

#siteMap li ul li a:link,
#siteMap li ul li a:visited {
	text-decoration: none;
	color: #333333;
	padding: 0 0 0 1em;
}

#siteMap li ul li a:hover,
#siteMap li ul li a:active {
	text-decoration: underline;
}

/*----------------------------------------other style-------*/

.floatL001 {
	float: left;
	margin: 0 1em 1em 0;
}

.floatL002 {
}

.floatR001 {
	float: right;
	margin: 0 0 0 1em;
}

.floatR002 {
	float: right;
}

.style01 {
	color: #090!important;
}

.style02 {
	color: #F30!important;
}

.style03 {
	color: #FF0!important;
}
.style04, .style04 a {
	color: #333!important;
	text-decoration: none;
}
