@charset "utf-8";

/********** 共通 **********/

.Thumbnail {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.Thumbnail p {
	margin: 5px 0px 5px 0px;
}
.Thumbnail a:link {
}
.Thumbnail a:visited {
}
.Thumbnail a:hover {
}
.Thumbnail .Body {
	/*
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	*/
	padding: 0px 0px 0px 0px;
}
.Thumbnail .Body p {
	color: #666666;
}
.Thumbnail .Date {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	color: #666666;
}
.Thumbnail .Tags{
	text-align: center;
	color: #666666;
}
.Thumbnail .Tags a:link {
	color: #0066cc;
}
.Thumbnail .Tags a:visited {
	color: #0066cc;
}
.Thumbnail .Tags a:hover {
	color: #ff6600;
}
.Thumbnail .More {
	margin: 5px 10px 0px 10px;
	border-top: 1px solid #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
.Thumbnail .More img {
	border: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.Thumbnail .More a:link {
	color: #0066cc;
}
.Thumbnail .More a:visited {
	color: #0066cc;
}
.Thumbnail .More a:hover {
	color: #ff6600;
}
.Thumbnail-Connect {
	float: left;
	width: 15px;
	height: 15px;
}


/********** 横長 1列 **********/
.TypeA {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 525px;
	background-color: transparent;
}
.TypeA .Thumbnail-Title {
	margin: 0px 5px 5px 0px;
	padding: 5px 0px 5px 8px;
	width: 242px;
	background-image: url(../images/content-title-bg.png);
	background-repeat: no-repeat;
}
.TypeA .Thumbnail-Title a:link {
}
.TypeA .Thumbnail-Title a:visited {
}
.TypeA .Thumbnail-Title a:hover {
}
.TypeA .Content {
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	line-height: 14px;
}
.TypeA .Content .Image {
	float: left;
}
.TypeA .Content .Image img {
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
}
.TypeA .Content .Caption {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 255px;
	background-color: transparent;
}


/********** 縦長 2列 **********/
.TypeB {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 247px;
	background-color: #eeeeee;
}
.TypeB .Thumbnail-Title {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}
.TypeB .Thumbnail-Title a:link {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	background-color: #e6e6e6;
	color: #666666;
}
.TypeB .Thumbnail-Title a:visited {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	background-color: #e6e6e6;
	color: #666666;
}
.TypeB .Thumbnail-Title a:hover {
	background-color: #dddddd;
	color: #333333;
}
.TypeB .Content {
	padding: 0px 0px 0px 8px;
	background-color: transparent;
	line-height: 14px;
}
.TypeB .Content .Image {
}
.TypeB .Content .Image img {
	margin: 0px 0px 5px 0px;
	width: 227px;
}
.TypeB .Content .Caption {
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 229px;
	background-color: transparent;
}


/********** 縦長 3列 **********/
.TypeC {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	background-color: #eeeeee;
}
.TypeC .Thumbnail-Title {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}
.TypeC .Thumbnail-Title a:link {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	background-color: #e6e6e6;
	color: #666666;
}
.TypeC .Thumbnail-Title a:visited {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	background-color: #e6e6e6;
	color: #666666;
}
.TypeC .Thumbnail-Title a:hover {
	background-color: #dddddd;
	color: #333333;
}
.TypeC .Content {
	padding: 0px 0px 0px 8px;
	background-color: transparent;
	line-height: 14px;
}
.TypeC .Content .Image {
}
.TypeC .Content .Image img {
	margin: 0px 0px 5px 0px;
	width: 140px;
}
.TypeC .Content .Caption {
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 142px;
	background-color: transparent;
}