﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

/*body, h1 {
    font-size: 100%;
}*/

h1, h2 {
    display: block;
    /*margin-left: 10px;*/
}
#mainContent{
	width:740px;
	border:1px solid #dad9d9;
	background-color:#fff;
    display: table;
    position: relative;
	}

.bindData{
    background-image: url(images/bb_03.png);
    background-repeat: no-repeat;
    height: 98px;
    border-bottom: #7d6b53 solid 4px;
}
.bindData h2 {
    color: #7d6a51;
}

#guestbooks {
    margin-top: 20px;
    margin-left: 40px;
}
#guestbooks .color {
    width: 680px;
    /*height: 40px;*/
    line-height: 30px;
    background-color: #f8f5f4;
    border-left: #c09c8c dashed 1px;
    border-right: #c09c8c dashed 1px;
    border-bottom: #e1d4ce dashed 1px;
}
.meetingRoom{
    border: #fff solid 0;
	width:684px;
	margin:0 auto;
    height: 40px;
	background:#fff;
}

    .meetingRoom .line {
        height: 10px;
        width: 680px;
        background-image: url('images/mapdiv.png');
        background-position: center;
        background-repeat: no-repeat;
    }
	
.meetingRoom h2{
	font-size:18px;
	color:#734a0f;
	margin-top:15px;
}
#book {
    margin-left: 30px;
}