@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #FFFFFF;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;

	padding:0 0 0 0;
	height: 100%;
	width: 100%;
}

img
{
	border: 0 none;
}

.content{
	margin: 32px auto;
	width: 854px;

}


.content_top
{
	position: relative;
	height: 370px;
}


a
{
	font-size:14px;
	color: #b50000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
	color: #e20000;
}

:-moz-any-link:focus {
  outline: none;
}

.fiveitem_row
{
	width 854px;
	height: 280px;
	display: block;
	background: transparent url(../images/index/bot_row_bgnd.gif) repeat-x ;

}

.fiveitem_box_left
{
	display: inline;
	float: left;
	width: 170px;
	height: 248px;
	border-right: 1px solid #B0B0B0;
	position: relative;
	margin-top: 32px;
}

.fiveitem_box
{
	display: inline;
	float: left;
	width: 170px;
	height: 248px;
	border-right: 1px solid #B0B0B0;
	position: relative;
	margin-top: 32px;
}

.fiveitem_box_right
{
	display: inline;
	float: left;
	width: 170px;
	height: 248px;
	position: relative;
	margin-top: 32px;
}

.fiveitem_box_title
{
	position: absolute;
	top: 4px;
	left: 15px;
	width: 140px;
	height: 48px;
}

