/* レイアウト全体の配置位置
------------------------------------*/
#img {
	position:absolute;
	left:0px;
	top:168px;
	width:856px;
	height:227px;
	background: #DEDEDE url("../img/img.jpg") no-repeat;
	z-index: 1;
}

#new {
	position:absolute;
	left:0px;
	top:395px;
	width:174px;
	height:260px;
	background: #DEDEDE url("../img/new.jpg") no-repeat;
	z-index: 2;
}

#info {
	position:absolute;
	left:174px;
	top:395px;
	width:464px;
	height:260px;
	background: #DEDEDE url("../img/info.jpg") no-repeat;
	z-index: 3;
}

#pick {
	position:absolute;
	left:638px;
	top:395px;
	width:218px;
	height:260px;
	background: #DEDEDE url("../img/pick.jpg") no-repeat;
	z-index: 5;
}

#copyright_home {
	position:absolute;
	left:0px;
	top:655px;
	width:856px;
	height:25px;
	padding-top: 20px;
	text-align: right;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	z-index: 6;
}


/* 本文
------------------------------------*/
#all #img #message {
	position: absolute;
	left: 545px;
	top: 0px;
	width: 300px;
	height: 200px;
	margin-top: 16px;
	line-height: 1.5;
	font-size: 10px;
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #FFFFFF;
}

#all #img #message h3 {
	font-size: 14px;
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #FFFFFF;
	margin-bottom: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid #666666;
	line-height: 1;
}

#all #img #message dd {
	margin-bottom: 18px;
}

#all #new #text {
	position: absolute;
	left: 15px;
	top: 0px;
	width: 147px;
	height: 190px;
	margin-top: 16px;
	line-height: 1.5;
	font-size: 10px;
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #FFFFFF;
}

#all #new #text h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	color: #FFFFFF;
	margin-bottom: 16px;
	padding-bottom: 4px;
	border-bottom: 1px solid #FF9900;
	line-height: 1;
	letter-spacing: 2px;
}

#all #new #text dd {
	margin-bottom: 12px;
}

#all #info #text {
	position: absolute;
	left: 15px;
	top: 0px;
	width: 435px;
	height: 190px;
	margin-top: 16px;
	line-height: 1.5;
	font-size: 10px;
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #ffffff;
}

#all #info #text h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	color: #FFFFFF;
	margin-bottom: 16px;
	padding-bottom: 4px;
	border-bottom: 1px solid #FF9900;
	line-height: 1;
	letter-spacing: 2px;
}

#all #info #text dd {
	font-size: 10px;
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	margin-bottom: 10px;
}

#all #pick #text {
	position: absolute;
	left: 15px;
	top: 0px;
	width: 190px;
	height: 200px;
	margin-top: 16px;
	line-height: 1.5;
	font-size: 10px;
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #ffffff;
}

#all #pick #text h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	color: #FFFFFF;
	margin-bottom: 16px;
	padding-bottom: 4px;
	border-bottom: 1px solid #FF9900;
	line-height: 1;
	letter-spacing: 2px;
}

#all #pick #text dd {
	text-align: center;
	color: #333333;
	margin-bottom: 10px;
}
