@charset "utf-8";
/* CSS Document */
.pad_r01{padding-right:20px;}
.pad_l01{padding-left:20px;}
.pad_z{padding:20px;}
.bd01{
	width:200px;
	padding: 2px;
	height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #00629A;
}
.bd02{
	width:90px;
	padding: 2px;
	height: 13px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.bd03{
	width:30px;
	padding: 2px;
	height: 13px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.bd04{
	width:500px;
	height:160px;
	padding: 2px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
.btn01{
	width:51px;
	background-image: url(../images/icon/btn01.jpg);
	background-repeat: no-repeat;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}
.btn02{
	width:67px;
	background-image: url(../images/icon/btn02.gif);
	background-repeat: no-repeat;
	height: 21px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}
.a_white {
	color: #FFFFFF;
	text-decoration: none;
}
.a_white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.a_gray01 {
	color: #666666;
	text-decoration: none;
}
.a_gray01:hover {
	color: #000000;
	text-decoration: none;
}
.a_black {
	color: #000000;
	text-decoration: none;
}
.a_black:hover{
	color: #999999;
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0px;
}
.blue {
	color: #0066CC;
	text-decoration: underline;
}
.blue:hover{
	color: #333399;
	text-decoration: underline;
}

