@charset "shift_jis";

/*  ----------------------------------------------------  */
/*  ”Ä—pclass */
/*  ----------------------------------------------------  */

/* text-align */
.tleft{ text-align:left;}
.tright{ text-align:right;}
.tcenter{ text-align:center;}

/* float */
.fleft{ float:left;}
.fright{ float:right;}

/* FONT */
.cblue {color: #0000FF;}
.cred {color: #CC0000;}
.cpink {color: #FF00FF}
.cdefault {color: #000000}


/* strong */
.sg_blue{
	color: #0000FF; 
	font-weight:bold;
}
.sg_orange{
	color:#FF9900;
	font-weight:bold;
}
.sg_red{
	color:#CC0000;
	font-weight:bold;
}

/* clear */
.clear{
	clear:both;
	height:0; 
	overflow:hidden;
	line-height:0;
	min-height:0;
}

.zindex{
	position:relative;
	z-index: -1;
}



/* image */
.imgvctr{
	vertical-align: middle; 
}
.imgvtop{
	vertical-align: top; 
}
.imgvbtm{
	vertical-align: bottom; 
}
.imgborder {
	border:1px solid #cccccc;
}

.imgleft{
	float:left;
}
.imgright{
	float:right;
	padding-left: 10px;
}

.small{
	font-size:11px;
}


/*
.img01{
	margin-bottom:2px;
}
.img02{
	display:inline;
	margin-right:5px;
	_margin-top:2px;
	_margin-bottom:5px;
}
*/

/* hr */
.divhr{
	background: url(../images/hr_blue.jpg) repeat-x left top;
/*	height:6px; */
}




.sg_red_01 {
	color:#CC0000;
	font-weight:bold;
	padding-left: 15px;
}
.tright_02 {
	text-align:right;
	padding-right: 15px;
}

