@charset "utf-8";

/*= 情報 ==================================================================
 *
 *  作成者         : なかの
 *  初版           : 2007-02-15
 *  最終更新       : 2007-02-16
 
 *	記述順序
 ----------------------------------
 	1.position:
	2.display:
	3.visilibity:
	4.float:
	5.background:
	6.text-indent:
	7.overflow:
	8.width:
	9.height:
	10.border:
	11.top:
	12.left
	13.margin:
	14.padding:
------------------------------------	



/*
---------------------------------------------------------------------
	リレーindex
---------------------------------------------------------------------
*/

.contentsWrapper#relay .topicArea {
	width:850px;
	height:180px;
	margin:15px auto 0;
	
}
.contentsWrapper#relay .topicArea .dataArea {
	float:left;
	width:268px;
	
}

.contentsWrapper#relay .topicArea .dataArea p {
	margin-left:146px;
	padding-top: 6px;
}
.contentsWrapper#relay .topicArea .imageArea {
	float:right;
	
}

/*
---------------------------------------------------------------------
	リレー詳細ページ
---------------------------------------------------------------------
*/

.contentsWrapper#relay #thumnailArea {
	width:870px;
	margin-left:20px;
}
.contentsWrapper#relay h2 img{
	display:block;
	margin:0 auto;
}	
.contentsWrapper#relay .thumbnail {
	float:left;
	width:280px;
	margin:0 10px 0 0;
	
}
.contentsWrapper#relay .thumbnail h3{
	letter-spacing:-0.1em;
	font-size: 11px;
	font-weight: 100;
}


