/********** 共通 **********/

.Thumbnail-Head {
	height: 6px;
	background-image: url(../images/thumbnail-head-center.gif);
	background-repeat: repeat-x;
}
.Thumbnail-Head-Left {
	float: left;
	width: 6px;
	height: 6px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/thumbnail-head-left.gif);
	background-repeat: no-repeat;
	font-size: 0px;
}
/*
.Thumbnail-Head-Center {
	float: left;
	height: 6px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0px;
}
*/
.Thumbnail-Head-Right {
	float: right;
	width: 6px;
	height: 6px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/thumbnail-head-right.gif);
	background-repeat: no-repeat;
	font-size: 0px;
}

.Thumbnail-Foot {
	height: 6px;
	background-image: url(../images/thumbnail-foot-center.gif);
	background-repeat: repeat-x;
}
.Thumbnail-Foot-Left {
	float: left;
	width: 6px;
	height: 6px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/thumbnail-foot-left.gif);
	background-repeat: no-repeat;
	font-size: 0px;
}
/*
.Thumbnail-Foot-Center {
	float: left;
	height: 6px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0px;
}
*/
.Thumbnail-Foot-Right {
	float: right;
	width: 6px;
	height: 6px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/thumbnail-foot-right.gif);
	background-repeat: no-repeat;
	font-size: 0px;
}

.Thumbnail-More {
	margin: 5px 10px 0px 10px;
	border-top: 1px solid #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
}
.Thumbnail-More img {
	width: 15px;
	height: 15px;
	border: none;
	vertical-align: text-bottom;
}
.Thumbnail-More a:link {
	color: #ffffff;
}
.Thumbnail-More a:visited {
	color: #ffffff;
}
.Thumbnail-More a:hover {
	color: #ff6600;
}

.Thumbnail-Connect {
	float: left;
	width: 15px;
	height: 15px;
}



/********** 縦長 2列 **********/
.Thumbnail-TypeA-2 {
	float: left;
	width: 247px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #888888;
}
.Thumbnail-TypeA-2 p {
	margin: 5px 0px 10px 0px;
}
.Thumbnail-TypeA-2 a:link {
	color: #ffffff;
	text-decoration: none;
}
.Thumbnail-TypeA-2 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.Thumbnail-TypeA-2 a:hover {
	color: #ff6600;
}

.Thumbnail-TypeA-2-Body {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 0px 0px 0px 0px;
	
}
.Thumbnail-TypeA-2-Body p {
	color: #cccccc;
}

#Center h3 .Thumbnail-TypeA-2-Title {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
	text-align: center;
}
#Center h3 .Thumbnail-TypeA-2-Title a:link {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	color: #ffffff;
}
#Center h3 .Thumbnail-TypeA-2-Title a:visited {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	color: #ffffff;
}
#Center h3 .Thumbnail-TypeA-2-Title a:hover {
	background-color: #444444;
	color: #ffffff;
}

.Thumbnail-TypeA-2-Content {
	padding: 0px 0px 0px 8px;
	line-height: 14px;
}
.Thumbnail-TypeA-2-Content-Image img {
	width: 227px;
	margin: 0px 0px 5px 0px;
}
.Thumbnail-TypeA-2-Content-Caption {
	margin: 0px 0px 0px 0px;
}


/********** 縦長 3列 **********/
.Thumbnail-TypeA-3 {
	float: left;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #888888;
}
.Thumbnail-TypeA-3 p {
	margin: 5px 0px 10px 0px;
}
.Thumbnail-TypeA-3 a:link {
	color: #cccccc;
	text-decoration: none;
}
.Thumbnail-TypeA-3 a:visited {
	color: #cccccc;
	text-decoration: none;
}
.Thumbnail-TypeA-3 a:hover {
	color: #ff6600;
}

.Thumbnail-TypeA-3-Body {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 0px 0px 0px 0px;
}
.Thumbnail-TypeA-3-Body p {
	color: #000000;
}

#Center h3 .Thumbnail-TypeA-3-Title {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
	text-align: center;
}
#Center h3 .Thumbnail-TypeA-3-Title a:link {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	color: #ffffff;
}
#Center h3 .Thumbnail-TypeA-3-Title a:visited {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	color: #ffffff;
}
#Center h3 .Thumbnail-TypeA-3-Title a:hover {
	background-color: #444444;
	color: #ffffff;
}

.Thumbnail-TypeA-3-Content {
	padding: 0px 0px 0px 8px;
	line-height: 14px;
}
.Thumbnail-TypeA-3-Content-Image img {
	width: 140px;
	margin: 0px 0px 5px 0px;
}
.Thumbnail-TypeA-3-Content-Caption {
	margin: 0px 0px 0px 0px;
}


/********** 横長 1列 **********/
.Thumbnail-TypeB-1 {
	float: left;
	width: 510px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #888888;
}
.Thumbnail-TypeB-1 p {
	margin: 5px 0px 10px 0px;
}
.Thumbnail-TypeB-1 a:link {
	color: #cccccc;
	text-decoration: none;
}
.Thumbnail-TypeB-1 a:visited {
	color: #cccccc;
	text-decoration: none;
}
.Thumbnail-TypeB-1 a:hover {
	color: #ff6600;
}

.Thumbnail-TypeB-1-Body {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 0px 0px 0px 0px;
}
.Thumbnail-TypeB-1-Body p {
	color: #000000;
}

#Center h3 .Thumbnail-TypeB-1-Title {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
	text-align: center;
}
#Center h3 .Thumbnail-TypeB-1-Title a:link {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	color: #ffffff;
}
#Center h3 .Thumbnail-TypeB-1-Title a:visited {
	display: block;
	height: 100%;	/* 100%にしないとブラウザによっては崩れてしまう。例）Firefox × */
	color: #ffffff;
}
#Center h3 .Thumbnail-TypeB-1-Title a:hover {
	background-color: #444444;
	color: #ffffff;
}

.Thumbnail-TypeB-1-Content {
	padding: 0px 0px 0px 8px;
	line-height: 14px;
}
.Thumbnail-TypeB-1-Content-Image {
	float: left;
}
.Thumbnail-TypeB-1-Content-Image img {
	width: 140px;
	margin: 0px 0px 5px 0px;
}
.Thumbnail-TypeB-1-Content-Caption {
	float: right;
	width: 344px;	/* Firefox にて 345px だとずれる */
	margin: 0px 3px 0px 10px;
}