@charset "UTF-8";
/* CSS Document */
body {
background-color: #BD811F;
color: #ffffff;
line-height: 1.7;
margin: 12px 0 10px 0;
}

#wrapper {
width: 788px;
margin: auto;
position: relative;
}


h1 {
height: 55px;
}

h1 a {
display: block;
width: 244px;
background: url(../../images/chapel/common/logo.gif) no-repeat left top;
height: 39px;
text-indent: -9999em;
overflow: hidden;
}

/*********************************************************************
footer
*********************************************************************/
.foot {
text-align: center;
margin: 12px 0 0 0;
}
.foot a {
color: #ffffff;
}
.foot a:active {
color: #ffffff;
}
.foot a:visited {
color: #ffffff;
}
.foot a:hover {
color: #a0a86a;
}


/*********************************************************************
search
*********************************************************************/
.search {
position: absolute;
top: 0;
right: 0;
text-align:right;
clear: both;
}
.search input {
margin: 0;
padding: 0;
font-size: 93%;
}
.search .searchin {
width: 190px;
}
.search .sub {
font-size: 85%;
color: #ffffff;
margin-bottom: 5px;
line-height: 140%;
}
.search .sub a {
color: #ffffff;
}
.search .sub a:active {
color: #ffffff;
}
.search .sub a:visited {
color: #ffffff;
}
.search .sub a:hover {
color: #e4ab4d;
}

