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


div#mainContent{
	position:relative;
	width:960px;
	height:2150px;
	margin:0;
	padding-bottom:10px;	
	
}


/*============date================*/

#date{
	position:relative;
	width:615px;
	height:512px;
	background:url(../img/sports_date.jpg) 0 0 no-repeat;
}




/*============pageMov================*/

.pageMov{
	position:relative;
	width:605px;
	height:15px;
	background-color:#f2383c;
	padding:5px;
	margin-bottom:15px;	
}

.pageMov .back {
	position:relative;
	float:left;	
}

.pageMov .back a{	
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.pageMov .back a:hover{
	text-decoration:underline;
	}

.pageMov .next {
	position:relative;
	float:right;
	width:180px;	
}

.pageMov .next a{	
	display:block;	
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.pageMov .next a:hover{
	text-decoration:underline;
	}


/*============talk================*/


#talk{
	clear:both;
	position:relative;
	font-size:12px;
	line-height:22px;
	color:#3a0001;
	height:830px;
	
}
	
#talk img.phLeft{
	float:left;
}
	
#talk img.phRight{
	float:right;
}

#talk a{
	color:#3a0001;
	text-decoration:underline;
}	
	

/*============Vitamin================*/	


#vitamin{
	position:relative;
	width:615px;
	height:130px;
	margin:60px 0 30px;
}

#vitamin #vititle{
	position:relative;
	width:615px;
	height:80px;
	background:url(../img/report_sports.jpg) 0 0 no-repeat;
	}

#vitamin div#readBtn{
	position:absolute;
	width:163px;
	height:40px;
	top:80px;
	left:120px;
}

#vitamin div#readBtn a{
	display:block;
	width:163px;
	height:40px;
	background:url(../img/vit_read.jpg) 0 0 no-repeat;	
}

#vitamin div#readBtn a:hover{
	background-position:0 -40px;
}


#vitamin div#postBtn{
	position:absolute;
	width:163px;
	height:40px;
	top:80px;
	left:315px
}

#vitamin div#postBtn a{
	display:block;
	width:163px;
	height:40px;
	background:url(../img/vit_post.jpg) 0 0 no-repeat;	
}

#vitamin div#postBtn a:hover{
	background-position:0 -40px;
}

