@charset "utf-8";

/* ------------------------------------------
Since: 2009-12-08
Version: 1.0
Auther: TAKASHI MIYAZAWA(visual and echo japan)
------------------------------------------*/

/*******************************************
testbox
*******************************************/

.testbox {
	margin-bottom:8px;
	}
	
.testbox img {
	display:block;
	}
	
.testbox .testbox_title {
	background-image:url(../images/testbox_top.gif);
	background-repeat: no-repeat;
	height:26px;
	padding:2px 12px 0px 12px ;
	color:#FFF;
	}

.testbox .testbox_text {
	background-image:url(../images/testbox_middle.gif);
	background-repeat:repeat-y;
	overflow: auto;
	width: 100%;

	}

.testbox .testbox_text p {
	text-indent:0;
	}

.testbox .measures {
	float:left;
	text-align:center;
	padding:0px 37px 5px 21px;
	}
	
.testbox .ex {
	padding:7px 12px;
	}
	
/*******************************************
font
*******************************************/

.font_pink {
	color:#ff508c;
	}
	
.font_blue {
	color:#0078ff;
	}

.font_gray {
	color:#646464;
	}

.font_orange {
	color:#FF7800;
	}
	
.font_green {
	color:#a0be00;
	}
	
