@charset "utf-8";

/* このCSSは[report/index.html]のレイアウトです */

/* MAIN */

#main {
	display: block;
	width: 943px;
	height: 650px;
	margin: 0 1px;
	background: #FFFFFF url(../img/report01_bg.jpg) no-repeat; 
	background-position: 0px 0px;
	position: relative;
}

#main p#goprogram {
	display: block;
	width: 165px;
	height: 19px;
	position: absolute;
	left: 47px;
	top: 350px;
}

#main p#goprogram a {
	display: block;
	width: 165px;
	height: 19px;
	background-image: url(../img/goprogram.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main p#goprogram a:hover {
	display: block;
	width: 165px;
	height: 19px;
	background-image: url(../img/goprogram.gif); 
	background-repeat: no-repeat;
	background-position: 0px -19px;
}

#main p#start {
	display: block;
	width: 67px;
	height: 12px;
	position: absolute;
	left: 137px;
	top: 561px;
}

#main p#start a {
	display: block;
	width: 67px;
	height: 12px;
	background-image: url(../img/report_start.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main p#start a:hover {
	display: block;
	width: 67px;
	height: 12px;
	background-image: url(../img/report_start.gif); 
	background-repeat: no-repeat;
	background-position: 0px -12px;
}


/*------- SEARCH -----*/
#main #search_container{
	display: block;
	width: 520px;
	height: 535px;
	position: absolute;
	left: 393px;
	top: 53px;
}
#main #search_container #serach_map{
	display: block;
	width: 518px;
	height: 498px;
	margin: 1px;
	background: #666666;
}
#main #search_container #serach_date{
	display: block;
	width: 498px;
	height: 498px;
	margin: 1px 1px 1px 20px;
	overflow: auto;
}
#main #search_container #serach_city{
	display: block;
	width: 498px;
	height: 498px;
	margin: 1px 1px 1px 20px;
	overflow: auto;
}
/*----- search tab -----*/

#main ul#search_tab {
	display: block;
	height: 35px;
	list-style-type : none;
}
#main ul#search_tab li{
	margin-right: 6px;
	float: left; 
}
#main ul#search_tab li#tab1 {
	display: block;
	width: 130px;
	height: 35px;
}

#main ul#search_tab li#tab1 a {
	display: block;
	width: 130px;
	height: 35px;
	background-image: url(../img/report_tab.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main ul#search_tab li#tab1 a:hover {
	display: block;
	width: 130px;
	height: 35px;
	background-image: url(../img/report_tab.jpg); 
	background-repeat: no-repeat;
	background-position: 0px -35px;
}

#main ul#search_tab li#tab2 {
	display: block;
	width: 130px;
	height: 35px;
}

#main ul#search_tab li#tab2 a {
	display: block;
	width: 130px;
	height: 35px;
	background-image: url(../img/report_tab.jpg); 
	background-repeat: no-repeat;
	background-position: -136px 0px;
}

#main ul#search_tab li#tab2 a:hover {
	display: block;
	width: 130px;
	height: 35px;
	background-image: url(../img/report_tab.jpg); 
	background-repeat: no-repeat;
	background-position: -136px -35px;
}

#main ul#search_tab li#tab3 {
	display: block;
	width: 130px;
	height: 35px;
}

#main ul#search_tab li#tab3 a {
	display: block;
	width: 130px;
	height: 35px;
	background-image: url(../img/report_tab.jpg); 
	background-repeat: no-repeat;
	background-position: -272px 0px;
}

#main ul#search_tab li#tab3 a:hover {
	display: block;
	width: 130px;
	height: 35px;
	background-image: url(../img/report_tab.jpg); 
	background-repeat: no-repeat;
	background-position: -272px -35px;
}
#main ul#search_tab li#selected a {
	display: block;
	width: 130px;
	height: 35px;
}


/* NEW REPORT */

#main #new_report{
	display: block;
	width: 315px;
	height: 120px;
	position: absolute;
	left: 45px;
	top: 435px;
	color: #E1E1E1;
	font-size: 75%;
	overflow: hidden;
}
#main #new_report a:link, #main #new_report a:visited{
	color: #5ab500;
	text-decoration: none; 
}
#main #new_report a:hover{
	color: #5ab500;
	text-decoration: underline;
}

#main #new_report h2{
	margin-bottom: 7px;
	font-weight: bold;
}
#main #new_report img{
	margin: 2px;
	float: right;
	border: 1px solid #E1E1E1;
}
#main #new_report p#date {
	font-size: 80%;
}

/* REPORT LIST */

#main #report_list ul{
	clear: both;
	font-size: 75%;
	padding: 0 10px 10px 5px;
	width: 465px;
}

#main #report_list li {
	list-style-type : none;
	padding-bottom: 5px;
}
#main #report_list .report_title{
	padding-left: 20px;
}

#main #report_list li a{
	cursor : pointer;
	padding-left: 20px;
	background-image: url(../../img/caption.gif); 
	background-repeat: no-repeat;
	background-position: 5px 1px;
}

#main #report_list li a:hover {
	padding-left: 20px;
	background-image: url(../../img/caption.gif); 
	background-repeat: no-repeat;
	background-position: 5px -49px;
}

/*------------------------------------------------------ SEARCH DATE */

#serach_date #years {
	margin-top: 20px;
	height: 40px;
}

#serach_date p#y2007,
#serach_date p#y2008,
#serach_date p#y2009,
#serach_date p#y2010,
#serach_date p#y2011,
#serach_date p#y2012 {
	margin-right: 10px;
	float: left;
	display: block;
	width: 71px;
	height: 19px;
}

#serach_date p#y2007 a, 
#serach_date p#y2008 a, 
#serach_date p#y2009 a, 
#serach_date p#y2010 a, 
#serach_date p#y2011 a, 
#serach_date p#y2012 a {
	display: block;
	width: 71px;
	height: 19px;
}

#serach_date p#y2007 a:hover, 
#serach_date p#y2008 a:hover, 
#serach_date p#y2009 a:hover, 
#serach_date p#y2010 a:hover, 
#serach_date p#y2011 a:hover, 
#serach_date p#y2012 a:hover {
	display: block;
	width: 71px;
	height: 19px;
}

#serach_date p#y2007, #serach_date p#y2007 a:hover { background: url(../img/btn_2007.gif) no-repeat 0 0; }
#serach_date p#y2007 a { background: url(../img/btn_2007.gif) no-repeat 0 -19px; }
#serach_date p#y2008, #serach_date p#y2008 a:hover { background: url(../img/btn_2008.gif) no-repeat 0 0; }
#serach_date p#y2008 a { background: url(../img/btn_2008.gif) no-repeat 0 -19px; }
#serach_date p#y2009, #serach_date p#y2009 a:hover { background: url(../img/btn_2009.gif) no-repeat 0 0; }
#serach_date p#y2009 a { background: url(../img/btn_2009.gif) no-repeat 0 -19px; }
#serach_date p#y2010, #serach_date p#y2010 a:hover { background: url(../img/btn_2010.gif) no-repeat 0 0; }
#serach_date p#y2010 a { background: url(../img/btn_2010.gif) no-repeat 0 -19px; }
#serach_date p#y2011, #serach_date p#y2011 a:hover { background: url(../img/btn_2011.gif) no-repeat 0 0; }
#serach_date p#y2011 a { background: url(../img/btn_2011.gif) no-repeat 0 -19px; }
#serach_date p#y2012, #serach_date p#y2012 a:hover { background: url(../img/btn_2012.gif) no-repeat 0 0; }
#serach_date p#y2012 a { background: url(../img/btn_2012.gif) no-repeat 0 -19px; }

/*------------------------------------------------------ SEARCH CITY */

#serach_city h1{
	margin-top: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCCCCC;
}
#serach_city p#btn_back_list {
	display: block;
	width: 64px;
	height: 12px;
	float: right;
	padding-right: 25px;
	margin-top: -20px;
	margin-bottom: 20px;
}

#serach_city p#btn_back_list a{
	display: block;
	width: 64px;
	height: 12px;
	background: url(../img/city_btn_back.gif) no-repeat 0 0; 
}

#serach_city p#btn_back_list a:hover{
	display: block;
	width: 64px;
	height: 12px;
	background: url(../img/city_btn_back.gif) no-repeat 0 -12px; 
}

#serach_city table#city_list{
	margin: 20px 10px;
	font-size: 75%;
}

#serach_city #city_list td {
	padding: 5px;
	text-align: left;
}
#serach_city #city_list td.area{
	width: 40px;
	font-weight: bold;
	margin-right: 20px;
}
#serach_city #city_list h2{
	display: inline;
	font-weight: bold;
	margin-right: 20px;
}
