@charset "UTF-8";

/*
##################################################################
common_v2.0.css
################################################################## */

* {
    margin: 0px;
    padding: 0px;
    }

body {
    font-family: 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
    }
	
* a {
    color: #016c8f;
    }

* a:hover {
    color: #f90;
    }

h1, h2, h3,h4, form {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    list-style-type: none; 
    }

ul, ol, li {
    list-style-type: none;
    }

.pankuzu {
    margin: 3px 10px 15px 10px;
    width: 880px;
    font-size: 10px;
    }

/*---.margin10 {
    margin-top: 10px;
    margin-bottom: 10px;
    }---*/

hr {
    display: none;
    height: 10px;
}

.errbox {
    margin: 20px 0px 0px 10px;
    border: 5px solid #f3a68c;
    padding: 20px;
    font-size: 18px;
    line-height: 21px;
    color: #ea5550;
    width: 840px;
    height: 300px;
    vertical-align: middle;
    }

.go_top {
    margin:3px 0px;
    text-align:right;
    font-size:10px;
    line-height: 18px;
    font-weight: 700;
}



/*
##################################################################
お知らせ (include対応版)
##################################################################*/

#noticeBox {
	margin:-2px 0 10px 10px;
	width: 936px;
	font-size:10px;
    padding: 5px 10px 3px 10px;
    border: 2px solid #f7ccf9;
    background-color: #f9f9f9;
	zoom:1;/*for IE 5.5-7*/
}
#noticeBox:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#noticeBox b {
	font-size: 12px;
}
#noticeBox b span.date {
	font-weight:normal;
	font-size:10px;
	color:#888;
	padding-left:12px;
}
#noticeBox p {
	line-height:1.4;
	margin-top:4px;
}

/* 物件一覧ss.php */
body#ucar2 #noticeBox {
    position: relative;
    margin: -35px 0px 42px 180px !important;
    width: 756px !important;
    z-index: 100;
    }

/* 物件一覧s5.php */
body#ucarBETA1 #noticeBox, body#ucarGAZO #noticeBox {
    position: relative;
    margin: -10px 0px 5px 166px !important;
    width: 770px !important;
    height: 38px !important;
    overflow: auto;
    z-index: 100;
    }

/* 見積リスト */
body#hikaku #noticeBox {
    position: absolute;
    top: 0px;
    left: 360px;
    margin: -27px 0px 0px 0px !important;
    width: 576px !important;
    height: 45px !important;
    overflow: auto;
    }



/*
##################################################################
その他
################################################################## */

.noticeBox {
    border: 1px solid #ffdab9;
    background-color: #fff8dc;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 12px;
    color: #555;
    line-height: 14px;
}

.noticeBox strong {
    color: #e87491;
    }

.err404 {
    text-indent: -9999px;
    }

/*
##################################################################
共通バナー 20091221
################################################################## */

#top .bannerBox25 {
    margin-bottom: 15px;
    }
.bannerBox25 a img {
    border:1px solid #fff;
    }
.bannerBox25 a:hover img {
    border:1px solid #f90;
    }
body#ucarGAZO .bannerBox25,
body#ucarBETA1 .bannerBox25 {
	margin:10px 0;
    }
body#ucar2 .bannerBox25 {
	margin:-5px 0 5px;
}