@charset "UTF-8";



#sp-header {
	position: relative;
	margin-bottom: 10px;
	padding-top: 10px;
	height: 400px;
	background: url("../img/title.jpg") no-repeat bottom;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*
.bookmark_button {
	position: absolute;
	top: 10px;
	right: 10px;
}
*/

/*
#mainContentWrap h1#spTitle {
	width: 637px;
	height: 80px;
	background: url("../img/title.jpg") no-repeat bottom;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto 10px;
	min-height: 0;
}
*/

.bookmark_button li {
	float: left;
}
.twitter {
	width: 95px;
}

.lineTitle {
	padding: 10px;
	font-size: 16px;
	color: #FFF;
	background-color: #333333;
	background: -moz-linear-gradient(top, #3F3F3F, #333333);
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#333333));
	background: linear-gradient(to bottom, #3F3F3F, #333333);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3F', endColorstr='#F333333',GradientType=0 );
	border-top: 1px solid #000;
	-moz-box-shadow: 0 1px #666 inset;
	-webkit-box-shadow: 0 1px #666 inset;
	box-shadow: 0 1px #666 inset;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.itemBox {
	padding-top: 10px;
	border-top: 1px dotted #DDD;
}
.itemBox:first-child {
	border-top: none;
}
.itemBox .imgBox {
	display: block;
	position: relative;
	float: left;
	margin-right: 1em;
	width: 100px;
	height: 70px;
	background-color: #EEE;
	border: 1px solid #DDD;
	text-align: center;
}
.itemBox .imgBox .newsImg {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.textArea {
	padding-bottom: 1em;
	overflow: hidden;
	line-height: 1.4;
}
.textArea .newsTitle {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1em;
	line-height: 1.3;
}
.timeStamp {
	color: #006600;
}

#rightColumn {
	float: right;
	margin-right: 10px;
}
