@charset "utf-8";


#header .date-stamp {
	padding: 20px 0 0;
	position: absolute;
	top: 108px;
	left: 823px;
	z-index: 99;
	width: 88px;
	background: url(../images/bg_datestamp.gif) no-repeat left top;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

#header .date-stamp p {
	line-height: 1;
}

#header .date-stamp .month {
	display: block;
	font-size: 14px;
}

#header .date-stamp .date {
	margin: 3px 0 0;
	display: block;
	font-size: 28px;
}

#header .date-stamp .day {
	margin: 36px 0 0;
	display: block;
	font-size: 14px;
}

#header .date-stamp p .small {
	display: inline;
	font-size: 12px;
}


#gNavi {
	height: 48px;
}

#main {
	padding: 24px 0 22px;
	/zoom: 1;
}

#main:after {
	content: "";
	clear:both;
	display: block;
}

/* column */

.one {
	margin: -22px 0 0;
	width: 192px;
}

.two {
	width: 384px;
}

.three {
	width: 576px;
}

.three-column-type {

}

.three-column-type .three {
	float: left;
}

.two-column-type .two {
	float: left;
}

.three-column-type .one {
	float: left;
}

.two-column-type .one {
	float: left;
}

.three-column-type .main-article {
	margin: -20px 20px 20px;
	padding: 20px 0 18px;
	width: 536px;
	font-size: 75%;
}

.two-column-type .main-article {
	margin: -20px 20px 20px;
	padding: 20px 0 18px;
	width: 344px;
	font-size: 75%;
}

.main-article h2 {
	margin: -12px 0 12px;
	font-size: 50px;
	line-height: 1.38;
	font-weight: 100;
}

.main-article h2 a:link, .main-article h2 a:visited, .main-article h2 a:hover, .main-article h2 a:active {
	background: none;
	padding: 0;
}

.main-article p.thumb {
	margin: 0;
}

.main-article p {
	margin: 32px 0 0;
}

.main-article .read-more {
	text-align: right;
}

.main-article .read-more p {
	margin: 0;
	padding: 0 0 0 11px;
	display: inline-block;
	/display:inline;
	/zoom: 1;
	background: url(../images/marker-arr.gif) no-repeat 0 .6em;
}

.article {
	margin: 0;
	padding: 22px 20px 16px 20px;
	width: 152px;
	font-size: 75%;
}

.article h2 {
	text-align: left;
}

.article p.thumb {
	margin: 16px 0 0;
}

.article .twitter-header {
	padding: 0 0 15px 35px;
	background: url(../images/bg_twitterheader.gif) no-repeat left bottom;
}

.article .twitter-body {
	padding: 0 0 1.433em;
	background: url(../images/bg_twitterbody.gif) no-repeat left bottom;
}

.article .twitter-body p {
	margin: 0.5em 0 0;
	word-wrap: break-word;
}

.article .twitter-hooter {
}

.article_remarkable {
	background: #000;
	color: #fff;
}

.article_remarkable a:link,
.article_remarkable a:visited {
	color: #ddd;
}

.article_remarkable a:hover,
.article_remarkable a:active {
	color: #fff;
}

.article_remarkable h2 {
	color: #fff;
	border-color: #fff;
}

.article_remarkable .read-more p {
	background: url(../images/marker-arr-r.gif) no-repeat 0 .6em;
}





