/* CSS Document */
*{margin:0 auto; padding:0}

body {
	margin:0px;
	background-color:Gray;
/*	background-image:url(images/default-back-gray.jpg);*/
}

td{ line-height:30px;}

/* �W�� */
#top
{
	background-image:url(images/idx_top.jpg);
	height: 150px;
}
	
#top p
{
	margin-left: 115px;
	padding-top:30px;	
	color: #663300;
	font-size: 2.0em;
	font-weight: bold;
}	
	
.button{text-align:right; vertical-align:bottom;}


/* �D���e */
#head{
	background-image: url(summaryHeade.jpg);
	height: 150px;
	
}

#filter{ width:778px;}
#filter p{ padding-top:10px; padding-bottom:10px;}

#contents{
	min-height:260px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#tbl_data caption{
	color: #996600;
	text-align: left;

}
#tbl_data 
{
	width:800px;
	border: 1px solid #E4E4B1;
}

#tbl_data thead tr td{
	font-size: 12px;
	text-align: right;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	background-color: #F8F7D8;
	line-height:120%;
	}
	
#tbl_data thead tr td a{
	font-size: 12px;
	text-align: right;
	color: #669999;
	margin-left: 5px;
	margin-right: 5px;
	}
#tbl_data thead th{
	font-weight: normal;
	background-color: #E4E4B1;
	padding-top: 3px;
	color: #666600;
	line-height:150%;

}
#tbl_data tbody
{
	color: #666666;
}

/*
#contents table tbody a{
	color: #E29845;
	text-decoration: none;
}
*/

#tbl_data tbody tr td
{
	background-color:White;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height:130%;

}
#tbl_data tfoot tr td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
	background-color: #E4E4B1;
	height: 5px;
}


/* ���� */
#foot
{
	background-color: #4A1F08;
	background-image:url(images/idx_foot.jpg);
	height: 30px;
	color: #FFCC66;
	padding-top: 16px;
	font-size: 12px;
	font-family:Verdana;
	text-align: center;
	clear:both;
}
	
#foot p
{
	margin-left: 10px;
	margin-top:3px;
	color: #663300;
}	
	
a:hover.a-foot{text-decoration: underline; color:#FC0;}
a.a-foot{text-decoration: none; color:#FC9;}
a:hover.a-pm
{
	text-decoration: underline;
	color: #FFFF00;
}

a.a-pm
{
	text-decoration: none;
	color: #996633;
}


/* �䥦 */
.font{font-size:1em;}
.font_s{font-size:0.8em;}
.font_l{font-size:1.2em;}
.lineheight_s { line-height:140%;}

.btn
{
	background-color: #FFCC00;
	color: #666666;
	font-size: 12px;
	border: 1px solid;
	border-top-color: #BBBBBB;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #BBBBBB;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: hand;
}

.btn1
{
	background-image: url(images/default-btn-back.png);
	width: 72px;
	height: 22px;
	background-repeat: no-repeat;
	display: block;
	float: right;
	font-size: 0.8em;
	padding-top: 2px;
	text-align: center;
	margin-top:3px;

}

.btn2
{
	background-image: url(images/default-btn-back.png);
	width: 72px;
	height: 22px;
	background-repeat: no-repeat;
	display: block;
	font-size: 0.8em;
	padding-top: 2px;
	text-align: center;
}


.ListPager
{
	width:800px;
	background-color:White;
	font-size: 12px;
	text-align: right;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
}

.ListPager a{
	font-size: 12px;
	text-align: right;
	color: #669999;
	margin-left: 5px;
	margin-right: 5px;
}

.paragraph{
	margin:20px 50px 20px 50px;
	}
	
/*

.tbl-item1{
	background-color:#99B487;
	height:40px;
	color:#284420;
	vertical-align:middle;
	}
.tbl-item2{
	background-color:#ED815C;
	height:40px;
	color:#804709;
	vertical-align:middle;
	}
*/

/*
.tbl-data5{background-color:#FCDEB6; padding:10px;}
.tbl-data6{background-color:#ECF2F6; padding:10px;}
.tbl-data7{background-color:#DAEFCF; padding:10px;}
.tbl-data8{background-color:#EAF9E6; padding:10px;}
*/

.button-like {
	display: inline-block;    /* Mimics inline behavior */
	padding: 2px 6px;         /* Default padding for plain buttons */
	font-size: 13px;          /* Default font size for buttons */
	font-family: sans-serif;  /* Match the system default button font */
	line-height: normal;      /* Reset line height */
	color: black;             /* Default text color */
	background-color: #f0f0f0; /* Default button background */
	border: 1px solid #000;   /* Default button border */
	border-radius: 2px;       /* Slightly rounded edges */
	text-decoration: none;    /* Remove underline */
	cursor: pointer;          /* Pointer cursor for interactivity */
	box-shadow: none;  
	margin: 2px;       /* Remove any shadow */
}
