@charset "UTF-8";

/* どんなブラウザでもクリアできる呪文 */ 

box:after{/* for modern browser */ 
content: " "; clear: both; height: 0; display: block; visibility: hidden;} 

* html box{/* for IE */ 
/*¥*/height:1%;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
} 

/* 呪文ここまで */


/* =====================================================================
	global
====================================================================== */

* {
	margin : 0;
	padding : 0;
	background : transparent;
	border : none;
	font : normal normal 100% Arial,Helvetica,sans-serif;
}

body {
	background : #ffffff url(http://www.k-kaihatsu.jp/images/header/back.gif) repeat-x;
	color : #333333;
	font-size : 62.5%;
	text-align : center;
}
body#images{}
/* =====================================================================
	definition
====================================================================== */
div#header,
div#shell,
div#footer {
	margin : 0 auto;
	width : 780px;
	background : #ffffff;
	font-size : 1.2em;
}
div#header {
	position : relative;
	width : 780px;
	height : 148px;
}

div#shell {
	background : url(http://www.k-kaihatsu.jp/images/shell/back.gif) no-repeat 0 0;
	text-align : left;
}
div#shell.index {
	background-position : 0 202px;
}
body#entrance div#shell {
	background-position : 0 130px;
}
div#footer {
	margin : 15px auto 13px auto;
	padding : 0 0 13px 0;
	border-top : 1px solid #d1cac7;
	text-align : left;
}
/* ___________________________________________________________ anchor */
a {
	text-decoration : none;
}
a:link {
	color : #1e5be4;
}
a:visited {
	color : #5178d0;
}
a:hover {
	color : #0d2067;
}
a:active {
	color : #0d2067;
}
/* ___________________________________________________________ document */

h1 {
	background : #ffffff;
	line-height : 25px;
	text-align : left;
	border-bottom : 1px solid #d1cac7;
}


div#header h1 {
	background : #ffffff;
	line-height : 25px;
	font-size : 9px;
	text-align : left;
	border-bottom : 1px solid #d1cac7;
}

div#header h2 {
	position : absolute;
	overflow : hidden;
	top : 35px;
	left : 0;
	height : 36px;
}
div#header h2 a {
	display : block;
	padding : 0;
	width : 280px;
	height : 36px;
}
h3 {
	margin : 10px 0;
	text-indent : 20px;
	clear : both;
}
h4,h5,h6 {
	margin : 15px 0 15px 0;
	text-indent : 20px;
	clear : both;
}

ul{
	list-style : none;
}

ol{
	list-style : none;
	margin-left : 10px;
	list-style-position : inside;
}

ul li {
	padding : 0 0 0 13px;
	background : url(http://www.k-kaihatsu.jp/images/option/list.gif) no-repeat left;
}
dl {
	margin : 0 5px 10px 5px;
	padding : 5px 5px;
}
dt {
	clear : both;
	margin : 15px 5px 0 5px;
	padding : 3px 10px;
	background : url(http://www.k-kaihatsu.jp/images/option/list.gif) no-repeat left center;
	border-bottom : 1px dotted #555555;
	color : #555555;
}
dd {
	margin : 7px 0;
	padding : 0 15px;
}
dt.active {
	clear : both;
	margin : 0;
	background : none;
	border-top : 0;
	text-align : right;
}
dd.active {
	border-top : 1px dotted #e4e4e4;
	text-align : right;
	color : #666666;
}
em,strong {
	font-weight : bold;
}
p {
	padding : 0 0 10px 0;
	line-height : 1.5;
}
address {
	margin : 10px 20px 20px 20px;
	padding : 10px 20px;
	border : 1px solid #ddd;
}


/* ___________________________________________________________ image */
/*
img {
	vertical-align : bottom;
}
*/
.thumbs_left {
	float : left;
	margin : 0 10px 0 0;
	vertical-align : top;
}
.thumbs_right {
	float : right;
	margin : 0 0 0 10px;
}
.thumbs_center {
	text-align : center;
}
/* =====================================================================
	header
====================================================================== */
div#header ul.navi {
	margin : 10px 0 0 0;
	text-align : right;
}
div#header ul li {
	display : inline;
	padding : 0;
	background : none;
}
div#header .tel {
	margin : 3px 0 0 0;
	text-align : right;
	position :absolute;
	top : 50px;
	right : 0;
}
div#header ul.navigation {
	position :absolute;
	overflow : hidden;
	top : 85px;
	left : 0;
	width : 780px;
	background : url(http://www.k-kaihatsu.jp/img/back.gif) no-repeat;
	height : 62px;
}
div#header ul.navigation li {
	overflow : hidden;
	float : left;
}
div#header ul.navigation li a {
	display : block;
	padding : 62px 0 0 0;
	width : 174px;
	height : 62px;
}
div#header ul.navigation li.index a {
	width : 84px;
	background : url(http://www.k-kaihatsu.jp/img/home.jpg) no-repeat 0 0;
}
div#header ul.navigation li.information a {
	background : url(http://www.k-kaihatsu.jp/img/information.jpg) no-repeat 0 0;
}
div#header ul.navigation li.mall_tenant a {
	background : url(http://www.k-kaihatsu.jp/img/mall_tenant.jpg) no-repeat 0 0;
}
div#header ul.navigation li.apart_tenant a {
	background : url(http://www.k-kaihatsu.jp/img/apart_tenant.jpg) no-repeat 0 0;
}
div#header ul.navigation li.company a {
	background : url(http://www.k-kaihatsu.jp/img/company.jpg) no-repeat 0 0;
}
div#header ul.navigation li.stay a {
	background-position : 0 -62px;
}
div#header ul.navigation li a:hover {
	background-position : 0 -124px;
}
/* ___________________________________________________________ topic_path */

ul.topic_path {
	width : 780px;
	height : 28px;
	background : #dedede;
	border-top : 5px solid #158638;
	text-indent : 9px;
	text-align : left;
}
ul.topic_path li {
	display : inline;
	padding : 0;
	background : none;
	line-height : 28px;
	font-size : 11px;
}

/* =====================================================================
	shell
====================================================================== */

hr {
	clear : both;
	visibility : hidden;
}

div#shell.index h2 {
	position : relative;
	top : 0;
	margin : 0;
	width : 780px;
	height : 202px;
	border : none;
	text-indent : -700px;
}


/* =====================================================================
	contents
====================================================================== */
div#contents {
	float : left;
	width : 780px;
}
div#contents h2 {
	position : relative;
	top : 0;
	left : 0;
	background : url(http://www.k-kaihatsu.jp/img/h2_back.gif) repeat-x 0 0;
	color : #158638;
	font-size : 24px;
	line-height : 50px;
	text-indent : 10px;
	width : 778px;
	height : 50px;
	display : block;
	border : 1px dotted #158638;
}
div#contents h3 {
	line-height : 30px;
}
body#entrance div#shell div#contents h3,
div#shell.index div#contents h3 {
	margin : 0;
	font-size : 12px;
	background : #ffffff;
	color : #666666;
	height : 30px;
	line-height : 30px;
	text-indent : 10px;
	border-bottom : dotted 1px #158638;
}
div#contents h4,
div#contents h4 a {
	line-height : 31px;
}
div#contents h5 {
	line-height : 31px;
	font-weight: 700;
}
div#contents h6 {
	background : #f7f7f7;
	line-height : 21px;
	color : #665956;
}
div#contents p {
	background : #ffffff;
	padding : 20px 0 0 0;
}
div#contents img {
	padding: 4px;
}
table#apart_tenant {
	background-color:#666666;
	width: 100%;
	}
table#apart_tenant td, th{
	padding: 8px;
	font-size: 12px;
	}
table#apart_tenant th {
	background-color: #999999;
	text-align: center;
	}
table#apart_tenant td {
	background-color: #FFFFFF;
	}
table#apart_tenant p {
	font-size: 12px;
	}

table#mall_tenant_about {
	border: none; 
	border-collapse: collapse;
	width: 100%;
	cellspacing; 1px
	}
table#mall_tenant_about td, th{
	padding: 4px;
	font-size: 12px;
	}
table#mall_tenant_about th {
	background-color: #999999;
	text-align: center;
	}
table#mall_tenant_about td {
	background-color: #FFFFFF;
	}
table#mall_tenant_about th.green {
	background-color: #3eb034;
	border: 1px solid #FFFFFF;
	text-align: center;
	}
table#mall_tenant_about td.gray {
	background-color: #e5e5e5;
	border: 1px solid #FFFFFF;
	}
table#mall_tenant_about p {
	font-size: 12px;
	}
	
/*
div#contents ul {
	margin : 10px 0;
	padding : 0 10px;
}
div#contents ul li {
	padding : 2px 0 2px 13px;
}
body#entrance div#contents ul,
div#shell.index div#contents ul {
	margin : 0;
}
body#entrance div#contents ul li,
div#shell.index div#contents ul li {
	padding : 10px 0 10px 13px;
	border-bottom : 1px dotted #158638;
}
*/
p.top_navi {
	margin : 20px 0 0 0;
	padding : 0 10px 0 0;
	width : 520px;
	text-align : right;
}
/* ___________________________________________________________ column */
div.column3 p {
	float : left;
	width : 176px;
	text-align : center;
}
div.column2 p {
	float : left;
	width : 265px;
	text-align : center;
}
div#contents div.column3 p a,
div#contents div.column2 p a {
	border : none;
}


/* =====================================================================
	other
====================================================================== */
div#loc_right {
	float : right;
	padding : 10px 10px 20px 0;
	width : 150px;
	text-align : right;
}

div#loc_right .small_txt {
	font-size="10px";
}



/* =====================================================================
	utilities
====================================================================== */
div#utilities {
	float : right;
	margin : 30px 0 0 0;
	width : 250px;
	text-align : left;
}
div#utilities h2 {
	margin : 0 0 0 30px;
	color : #158638;
	width : auto;
	text-align : left;
	font-size : 12px;
}
div#utilities p {
	margin : 0 0 0 30px;
	font-size : 10px;
	line-height : 15px;
}

/* =====================================================================
	form
====================================================================== */
input, select, textarea {
border: medium #158638 double;
}


/* =====================================================================
	footer
====================================================================== */
div#footer address {
	margin : 0;
	padding : 15px 0 0 8px;
	border : none;
}
div#footer ul {
	margin : 0 0 0 10px;
}
div#footer li {
	display : inline;
	margin : 0;
	padding : 0;
	background : none;
	height : 30px;
	line-height : 30px;
}
div#footer ul.navi {
	margin : 0;
	padding : 5px 0 10px 8px;
}

