@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;
	}

.testbox .testbox_text .text {
	text-indent:0;
	width:600px;
	vertical-align:top;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	}

.testbox .measures {
	padding:0px 37px 5px 21px;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	}
	
.testbox .measures img {
	display:inline;
	}

	
.testbox .ex {
	padding:7px 12px;
	}
	
.text_center {
	padding-left:13px;
	}
	
/*******************************************
font
*******************************************/

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

.font_gray {
	color:#646464;
	}

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


