/* CSS Document */
@charset "shift_jis"; 

/* text css start */
.c-text{
	line-height: 1.5;
}
.s-text{
	font: 14px;
	color:#333333;
}	
.s-red-text{
	font-size: 13px;
	color: #E50012;
	line-height: 140%;
}
.s-gray-text{
	font-size: 13px;
	color: #666666;
	line-height: 140%;
}
.s-point1-text{
	font-size: 13px;
	color: #7f7724;
	line-height: 140%;
}
.s-point2-text{
	font-size: 13px;
	color: #88545A;
	line-height: 140%;
}
.d-red-text {
	font-size: 15px;
	color: #E50012;
}
.d-gray-text {
	font-size: 15px;
	color: #666666;
}
.d-white-text {
	font-size: 15px;
	color: #ffffff;
	font-weight:bold;
}
.d-point1-text {	
	font-size: 15px;
	color: #7f7724;
}
.d-point2-text {	
	font-size: 15px;
	color: #88545A;
}
/* text css end */

/* link css start */
a {
	color:#806F29;
}
a:hover {
	text-decoration:none;
}
/* link css end */





/* table css start */
.table-style{
	width:610px;
	line-height:140%;
	margin: 0px auto 15px auto;
	background-color:#cbcccc;
}
.table-style th{
	font-weight:normal;
	background-color:#f2f0e4;
}
.table-style td{
	background-color:#ffffff;
}
/* table css end */


.pr-text{
	width:800;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}


#paging {
margin:10px;padding:0px;
}
#paging a {
text-align:center;padding:3px 4px 2px 4px;
text-decoration:none;font-weight:bold;color:#555555;
border:1px solid #CCCCCC;background:#FFFFFF;
}
#paging a:hover {background:#FFCC99;}
#paging a:active {background:#CCFFCC;}