
#wrapper {
	width: 100%; /* ボックスの幅を指定 */
	/* text-alignの指定を削除 */
	/* marginの指定を削除 */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 20px 0 0 0;
}

#container {
	position: relative;
	margin: 10px 0;
	width: 100%;
}
#primary {
	background-color: transparent;
	padding:0 10px 10px 10px;
	margin:0 0 25px 100px;

}
#secondary {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	padding:0px 10px 5px 10px;
	background-color: transparent;
	border:1px 0 0 0;
	border-color:#CC3333;
	
}

.clip h5{
	padding : 0;
	margin : 0;
	display : inline;
	font-size : normal;
	font-weight : normal;
	
}

.cliptag{
background-color: #EBEBEB;
padding-top: 1px;
padding-right: 4px;
padding-bottom: 1px;
padding-left: 10px;
line-height: 1.5;
}

.clipdate{
	background-color: transparent;
	background-image: url(/image/clock.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0pt;
	background-y-position: 50%;
	padding: 6px 0 5px 22px;
	margin-left: 5px;
	color: #627ba4;
	font-size: 11px;
	font-size: 80%;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;
	position: relative;
	z-index: 2;
	z-index:5;
	background-position: center left;

}

.img{
font-size:10px;
color:#666666;
}