/* * * * * 基本レイアウト * * * * */
#left {
	float: left;
	width: 190px; /* 元の数値 */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 180px; /* 色々引いた数値 */
	margin-left: 0px;
	padding: 0px 5px;
}
#right {
	float: right;
	width: 190px; /* 元の数値 */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 180px; /* 色々引いた数値 */
	padding: 0px 5px;
}
#center {
	margin: 0px 190px;
}

/* * * * *ヘッドライン * * * * */
#headlineImg {
	position: relative;
	top: 0px;
	left: 5px;
}
#headlineText {
	width: 390px;
	position: relative;
	top: -27px;
	left: 120px;
	color: #990000;
}

/* * * * *アイコン * * * * */
.date {
	padding-left: 15px;
	color: #000000;
}
.dateP {
	padding-left: 15px;
	background: url(images/icon01.gif) no-repeat top left;
	color: #000000;
}
.dateA {
	background: url(images/icon03.gif) no-repeat top left;
	color: #000000;
	padding-left: 15px;
}
.list {
	background: url(images/icon02.gif) no-repeat center right;
	color: #000066;
	text-align: right;
	padding-right: 15px;
	margin-top: 10px;
}