/* CSS Document */
body {
	margin-left		: 0px;
	margin-top		: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
	background-color: #EFEFEF;
}

/* Font */

.black_min_150{
	font-size		: 10px;
	line-height		: 1.5;
	color			: #444;
}

.black2_min_150{
	font-size		: 10px;
	line-height		: 1.5;
	color			: #444;
}


.black_nor_150{
	font-size		: 12px;
	line-height		: 1.5;
	color			: #444;
}


.black_nor_170 {
	font-size		: 12px;
	line-height		: 1.7;
	color			: #444;
}


.black_nor_170_b {
	font-size		: 12px;
	line-height		: 1.7;
	color			: #444;
	font-weight		: bold;
}


.black_nor_200{
	font-size		: 12px;
	color			: #444;
	line-height		: 2;
}


.blue_nor_170{
	font-size		: 12px;
	line-height		: 1.7;
	color			: #0066FF;
}


.red_nor_170_b {
	font-size		: 12px;
	line-height		: 1.7;
	font-weight		: bold;
	color			: #F00;
}


.black_big_170 {
	font-size		: 14px;
	line-height		: 1.7;
	color			: #444;
}

.black2_big_170_b {
	font-size		: 14px;
	line-height		: 1.7;
	color			: #444;
	font-weight		: bold;
}


.blue_big_170 {
	font-size		: 14px;
	line-height		: 1.7;
	color			: #06F;
}



/* textbox_width */

.tbox_middle{
	width			: 150px;
}

.tbox_middle2{
	width			: 250px;
}

.tbox_long{
	width			: 300px;
}
