@charset "utf-8";

@import url("../css/common.css");

/* CSS Document */

/* --------------------------------------------------

searchBox

-------------------------------------------------- */
.searchBox {
	width: 200px;
	background: #E9E6C0;
	margin-top: 10px;
	padding: 10px 15px 5px 15px;
}

#pageOuter #container .searchBox .areamap{
	width: 80px;
	float: left;
}

.areaSearchMap{
	margin: 10px 10px 0 0;
}

.searchBox dt img{
	vertical-align: bottom;
}

.searchBox dd img{
	vertical-align: bottom;
}

.searchBox dl{
	margin-bottom: 10px;
}

.searchBox dd{
	width: 200px;
	background: #FFFFFF;
	padding-bottom: 5px;
}

.searchBox dd ul{
	text-align: left;
	padding-bottom: 5px;
}

.searchBox dd ul.mainList{
	padding-left: 6px;
}

.searchBox dd ul.mainList li{
	padding-top: 2px;
}

#pageLeft .searchBox .mainList input {
	margin-right: 3px;
}

#pageLeft .seasonList ul{
	width: 145px;
	margin: 0 auto;
}

.seasonList li{
	float: left;
	margin-right: 5px;
	margin-top: 6px;
}

.seasonList li input{
	margin-right: 3px;
}

.txtB01{
	border: 1px solid #CCCCCC;
	width: 90%;
	margin-left: 5px;
	padding: 2px;
	height: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.searchBox .btn{
	width: 137px;
	margin: 0 auto 10px auto;
}

.scrollArea{
	width: 180px;
	height: 130px;
	overflow-y: auto;
	overflow-x: hideen;
	border: 1px solid #478912;
	margin: 4px auto 5px auto;
	padding: 3px 0 0 3px;
}

#pageLeft .searchBox .scrollArea input {
	margin-right: 3px;
}

.pastSearch{
	margin-bottom: 10px;
}

.pastSearch input {
	margin-right: 3px;
}


/* --------------------------------------------------

photoList

-------------------------------------------------- */

.photoList {
	width: 700px;
	margin-top: 15px;
}

.photoList ul{
	width: 712px;
}

.photoList li {
	width: 224px;
	float: left;
	margin-bottom: 15px;
	margin-right: 12px;
}

.photoList dt {
	background: #FFF;
	border: 1px solid #E0DCA5;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.photoList dt img{
	vertical-align: top;
}

.photoList dd{
	text-align: center;
}

.photoList dd span{
	text-align: center;
	display: block;
	margin-top: 10px;
}

.photoTitle{
	width: 680px;
	border-top: 1px solid #B5AB68;
	border-left: 1px solid #B5AB68;
	border-right: 1px solid #B5AB68;
	border-bottom: 3px solid #B5AB68;
	background-color: #FCFBF6;
	background-image: url(../img/brown_square.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding: 10px 0px 8px 20px;
	font-weight: bold;
	font-size: 1.3em;
	color: #4D461A;
	margin-bottom: 10px;
}

.detailPhoto{
	background: #FFF;
	border: 1px solid #E0DCA5;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

.detailInfo {
    border-collapse: collapse;
    border-top: 1px solid #D9D3AE;
	width: 700px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.detailInfo th {
    background-color: #E8E4BC;
    background-image: url("../img/dot02.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #313131;
    font-weight: normal;
    padding: 8px;
    text-align: left;
    width: 90px;
}
.detailInfo th span {
    color: #FF6600;
    font-weight: bold;
}
.detailInfo td {
    background-color: #FFFFFF;
    background-image: url("../img/dot02.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    padding: 8px;
}

#kiyaku {
	height: 120px;
	overflow-y: scroll;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
	background: #FFF;
	padding: 10px;
}

#kiyaku dt{
	font-weight: bold;
}

#kiyaku dl{
	margin-bottom: 10px;
}

.downloadBtn{
	text-align: center;
	margin-top: 15px;
}

/* --------------------------------------------------

resultBar

-------------------------------------------------- */

#resultBar li {
	float: right;
	margin-right: 10px;
}

#resultBar li img{
	vertical-align: bottom;
}

#resultBar table{
	width: 100%;
	height: 38px;
	background-color: #F1D1CF;
	clear: both;
	border-collapse: collapse;
	margin-bottom: 15px;
	border: 1px solid #DA9A87;
}

#resultBar table th{
	font-weight: normal;
	text-align: center;
}

#resultBar table td{
	padding: 5px 7px;
}

#resultBar table td.condition{
	text-align: left;
	color: #9F0000;
}

#resultBar table td.numbers{
	text-align: right;
}


#resultBar table td img{
	margin-right:5px;
}



.sqTitle{
	margin-bottom: 10px;
}

