/* text decoration */
.text_red
{
	color: #ff0000;
}

.text_green
{
	color: #00aa00;
}

.text_orange
{
	color: #dd00dd;
}

.text_blue
{
	color: #0000ff;
}

.text_aqua
{
	color: #00ffff;
}

.text_center
{
	text-align: center;
}


.text_del
{
	text-decoration: line-through;
}

.text_big
{
	font-size: 17pt;
}

/* image */
img
{
	border: 0px;
}

/* Return */
br.cb
{
	clear: both;
}

/* link */
a.text
{
	color: #0000ff;
}

a.news
{
	color: #00ffff;
}

a.text:hover,a.news:hover
{
	text-decoration: none;
}


/* content box */
div#content_all_box
{
	position: relative;
	width: 800px;
	margin: 0px auto;

	zoom: 100%;
}

div#content_all_box:after
{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* FLOAT隗｣髯､ */
.float_del
{
	zoom: 100%;
}

.float_del:after
{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

