/***************************************
このCSSを適用しているページ
		トップページ
****************************************/

/***************************************
			　背景画像
****************************************/
body{
	background-image:url(../image/titlebar_bg.jpg);
}




/***************************************
			　ヘッダー
****************************************/
div#header{
	margin:10px auto 0px 30px;
	height:170px;
	width:820px;
	background-image:url(../image/header_bg.jpg);
	background-repeat:no-repeat;
}


/***************************************
			右二つのカラム
****************************************/
div#center{
	float:left;
	width:450px;
}
div#right{
	float:right;
	width:190px;
	font-size:12px;
}


/***************************************
	　		メルマガ登録
****************************************/
#melmaga{
	margin:0px 29px 0px 9px;
	width:150px;
	border:1px solid #ffa600;
	text-align:right;
}
#melmaga img{
	margin:0px;
}
#melmaga #email{
	border:1px solid #888;
	margin:0px 10px;
	width:130px;
}
#melmaga #submit{
	margin:10px 10px 0px 0px;
	outline:solid 1px;
}
#melmaga p{
	margin:10px;
	line-height:1.1em;
	text-align:left;
}



/***************************************
	　		注意書き
****************************************/
.caution{
	margin:30px 30px 20px 10px;
}
.caution p{
	margin-bottom:1.0em;
	line-height:1.1em;
}
.caution p span{
	font-weight:bolder;
}
.caution p .list{
	color:#1d5d2b;
}



/***************************************
	　デザビレ情報、入居企業情報
****************************************/
div#info{
	width:436px;
	margin:0px 5px 20px 9px;
	background-image:url(../image/info_bg.jpg);
	background-repeat:repeat-y;
	font-size:12px;
}

/***********タイトル部分****************/
#info #title{
	margin:0px;
	height:45px;
	background-repeat:no-repeat;
	background-image:url(../image/info_title.jpg);
	background-position:top;
}
#info #title img{
	margin:0px 0px 0px 5px;
}

/***********ボトム部分******************/
#info #bottom{
	margin:0px;
	bottom:0px;
	height:28px;
	background-repeat:no-repeat;
	background-position:bottom;
}
.dvnews #bottom{
	background-image:url(../image/DVnews_bottom.jpg);
}
.tenantsinfo #bottom{
	background-image:url(../image/tenantsinfo_bottom2.jpg);
}

/***********デザビレ情報****************/
#info ul{
	margin:0px 20px 0px 20px;
	list-style-type:none;
}
#info ul li{
	margin-bottom:0.7em;
	border-bottom:1px dotted #555;
	padding-bottom:5px;
	line-height:1.2em;
}
.dvnews li{
	vertical-align:bottom;
}
/*+++日付フォント+++*/
#info .date{
	color:#1d5d2b;
	font-weight:bolder;
}
#info .photo{
	float:right;
	width:60px;
	height:40px;
	margin:0px 0px 0px 10px;
}
/***********過去の記事一覧*************/
#info .infomore{
	text-align:right;
	margin:0px 20px 5px 0px;
}