@charset "utf-8";

/************************************************* 共通 ***/

.tCenter {
	text-align: center;
}

.tRight {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.cell_top	{
	border-top: 1px solid #CCCCCC;
}
.cell_bottom	{
	border-bottom: 1px solid #CCCCCC;
}
.cell_left	{
	border-left: 1px solid #CCCCCC;
}
.cell_right	{
	border-right: 1px solid #CCCCCC;
}



.underline {
	text-decoration: underline;
}

.font10 {
	font-size: 10px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.font19 {
	font-size: 19px;
}

.font20 {
	font-size: 20px;
}



.lh1 {
	line-height: 1;
}

.lh12 {
	line-height: 1.2;
}

.lh13 {
	line-height: 1.3;
}

.lh14 {
	line-height: 1.4;
}

.lh15 {
	line-height: 1.5;
}

.lh16 {
	line-height: 1.6;
}

.lh17 {
	line-height: 1.7;
}

.lh18 {
	line-height: 1.8;
}

.lh19 {
	line-height: 1.9;
}

.lh2 {
	line-height: 2;
}



.bold {
	font-weight: bold;
}

.wht {
	color: #FFFFFF;
}

.bk {
	color: #000000;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0000FF;
}


.bgwhite {
	background: #FFFFFF;
}



.borB1 {
	border-bottom: 1px dotted #333333;
}

.borB2 {
	border-bottom: 1px dotted #C8C8C8;
}

.bor1 {
	border: 1px solid #CCCCCC;
}

.t1 {
	background: url(cmnfix/t1.png) no-repeat;
	height: 57px;
}

.t2 {
	background: url(cmnfix/t2.png) no-repeat;
	height: 57px;
}

.t3 {
	background: url(cmnfix/t3.jpg) no-repeat;
	height: 39px;
}

.t4 {
	background: url(cmnfix/t4.jpg) no-repeat;
	height: 27px;
}

.img1 {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.img2 {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.bg1 {
	background: #F6F6F6;
}

.bg2 {
	background: #F3F3F3;
}

.bg3 {
	background: #F7F7F7;
}

.w125 {
	width: 125px;
}

.w400 {
	width: 400px;
}

.w560 {
	width: 560px;
}

.w65 {
	width: 65px;
}

/************************************************* home ***/

table.tb1 {
	background: url(home/img/bg1.png) no-repeat;
	height: 206px;
}

div.infoBx {

	overflow:auto;

	width: 598px;

	height: 180px;

	margin-left: auto;

	margin-right: auto;

	color: #000000;

}


