/* アーバン・プランニング用基本CSS */
/* ------------------------------------------------------------------------- */

/* Font size */
.body1 {
	font-size:10px;
	line-height:16px;
}
.body2 {
	font-size:12px;
	line-height:22px;
}
.body3 {
	font-size:14px;
	line-height:24px;
}
.small {
	font-size:9px;
	line-height:14px;
}
#blue {
	color: #0A51A1;
}
#links {
	color: #682952;
}
#price {
	color: #E22D00;
	font-weight: bold;
}
#service {
	color: #008899;
}
#works1 {
	color: #1198C4;
}
#works2 {
	color: #7BB015;
}
h1 {
	font-size:10px;
	line-height:16px;
	font-weight:normal;
}

/* Link */
a:link {
	color:#FF6600;
	text-decoration:none;
}
a:visited {
	color:#FF6600;
	text-decoration:none;
}
a:active {
	color:#FF6600;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	text-decoration:underline;
}

/* Base */
body {
	margin: 0px;
	color: #555555;
	background-color: #FFFFFF;
}
table.mather {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
table.hd {
	margin: 0px;
	padding: 0px;
	width: 900px;
}
div.hd_line {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../image/hd_line.gif);
}
table.vs {
	margin: 0px;
	width: 100%;
	background-color: #1F5E54;
	background-image: url(../image/vs_bg.gif);
	background-repeat: repeat-x;
}
table.nw {
	margin: 0px;
	width: 505px;
	background-image: url(../image/lk_bg.gif);
	background-repeat: repeat-x;
}
table.lk {
	margin: 0px;
	width: 536px;
	background-image: url(../image/lk_bg.gif);
	background-repeat: repeat-x;
}

table.bd {
	margin: 0px;
	width: 100%;
}
td.bd_cnt{
	width: 840px;
	background-image: url(../image/bd_cnt.gif);
	background-repeat: repeat-x;
}
td.bd_side{
	background-image: url(../image/bd_side.gif);
	background-repeat: repeat-x;
}

table.ft {
	margin: 0px;
	width: 100%;
	background-color: #F9FAFA;
}
div.ft_line {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #F9FAFA;
	background-image: url(../image/ft_line.gif);
}


/* Mark */
.list_mark {
	background-image: url(../image/list_mark.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

div.gray_line {
	margin: 0px;
	padding: 0px;
	background: url(../image/gray_line.gif) repeat-x;
}
div.dot_line {
	margin: 0px;
	padding: 0px;
	background: url(../image/dot_line.gif) repeat-x;
}


/* img 左回り */
img.left { 
	float:left;
	margin: 0px 12px 12px 0px;
}
/* img 右回り */
img.right {
	float:right;
	margin: 0px 0px 12px 12px;
}


/* テーブル */
table.tbl  {
	margin: 10px auto 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	text-align: left;
}
th.tbl {
	padding: 4px 7px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #EFEFEF;
	font-weight: normal;
	text-align: center;
}
td.tbl {
	padding: 4px 7px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.tblareabtn {
	clear: both;
	margin: 15px 0 0 0;
	text-align: center;

}
.sq {
	border: #B7CCDD 1px  solid;
	background: #F6F4E8;
	padding: 12px 15px;
	margin: 4px 0px;
}
.ex {
	border: #0A51A1 1px  solid;
	background: #FFFFFF;
	padding: 12px 15px;
	margin: 10px 0px;
}
