@charset 'utf-8';
/**
 * 基本CSS(黒)
 */
* {
	margin: 0px;
	padding: 0px;
	font-family: 'ＭＳ Ｐゴシック',sans-serif, Arial, Verdana, Osaka, 'MS P Gothic', sans-serif;
}

html, body {
	background-image:url(/images/thomasandfriends/template/thomasblog/img/blog_head.gif);
	color: #fff;
	font-size: 12px;
	letter-spacing:1px;
	height: 100%;
	margin:0;
}

p	{
	padding:0;
	margin:0;
}

* html div#container {
	height: 100%;
}

* html body {
	text-align: center;
}

/* -------------------------------------------------------------------------container */
div#container {
	background-color:#198ad6;
	margin: 0 auto;
	width: 840px;
	min-height: 100%;
	position: relative;
}

body > #container {
	height: auto;
}

/* -------------------------------------------------------------------------header */
#blog-head {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	width: 840px;
background-color:#198ad6;
	height: 264px;
	background: transparent url(http://www.thomasandfriends.jp/blog/thomas_header.gif) no-repeat 0px 0px;
}

#blog-head img {
	display: block;
}

#blog-body {
	margin:0 auto;
	text-align: left;
	padding: 0px;
	width: 100%;
	padding-bottom: 30px;
}

/* -------------------------------------------------------------------------ブログTOPへ */
#gototop {
	margin:0;
	text-align:right;
}

/* -------------------------------------------------------------------------footer */
#blog-foot {
	margin:0 auto;
	text-align: center;
	padding: 0px;
}

/* -------------------------------------------------------------------------コピーライト */
#blog-foot .footcopy {
	font-size:10px;
	color:#fff;
	padding:5px 10px 0;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}


/* -------------------------------------------------------------------------copyright */
#blog-foot #copy-right {
	margin:0 auto;
	text-align: center;
	padding: 10px;
	width: 100%;
	color: #fff;
	font-size: 10px;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

#blog-body #user-area {
	margin:5px auto 0;
	width: 840px;
}

#blog-body #user-area #user-head {
	margin:0 auto;
	width: 100%;
}

#blog-body #user-area #user-head img {
	display: block;
}

#blog-body #user-area #user-body {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}


#blog-body #user-area #user-foot {
	margin:15px auto 0;
	width: 100%;
}

#user-foot {
	color:#fff;
}

#blog-body #user-area #user-body #user-main .page_foot {
	font-size:12px;
	color:#fff;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:1px;
	font-weight:bold;
	padding:10px 0 0;
}

img {
	border: 0px none #fff;
}

form {
	margin: 0px;
	padding: 0px;
}

/* -------------------------------------------------------------------------linktext */
a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #ff0;
	text-decoration: underline;
}

div.clear {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	clear: both;
}

/* -------------------------------------------------------------------------左側メイン */
#blog-body #user-area #user-body #user-left {
	width: 190px;
	float: left;
	text-align: left;
	padding:15px 0 0 10px;
}

#blog-body #user-area #user-body #user-left #official {
	background: transparent url(/images/thomasandfriends/template/thomasblog/img/plo_title1.gif) no-repeat scroll left top;
	padding:30px 0 20px 5px;
}

#blog-body #user-area #user-body #user-left #profile {
	background: transparent url(/images/thomasandfriends/template/thomasblog/img/plo_title2.gif) no-repeat scroll left top;
	padding-top: 30px;
	padding-left: 5px;
	padding-bottom: 20px;
}

/* -------------------------------------------------------------------------calendar */
#blogparts{
	margin:0 auto;
	text-align:center;
	padding:0 0 15px;
}

/* -------------------------------------------------------------------------calendar */
#blog-body #user-area #user-body #user-left #calender {
	width:190px;
	background: transparent url(/images/thomasandfriends/template/thomasblog/img/plo_title3.gif) no-repeat scroll left top;
	padding:50px 0 20px 8px;
}

#blog-body #user-area #user-body #user-left #calender td {
	font-size:10px;
	letter-spacing:1px;
	color:#fff;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	padding:2px 0;
	vertical-align:middle;
}

#blog-body #user-area #user-body #user-left #calender td	a{
	background-color:#ff0;
	color:#1b2e63;
	padding:0 2px;
	text-decoration:none;
}

#blog-body #user-area #user-body #user-left #calender td	a:hover{
	background-color:#fff;
	color:#1b2e63;
	padding:0 2px;
	text-decoration:none;
}

#blog-body #user-area #user-body #user-left #mobile {
	background: transparent url(/images/thomasandfriends/template/thomasblog/img/plo_title4.gif) no-repeat scroll left top;
	padding-top: 30px;
	padding-left: 5px;
	padding-bottom: 20px;
}


/* -------------------------------------------------------------------------最新記事 */
#blog-body #user-area #user-body #user-left #entries {
	width:190px;
	background: transparent url(/images/thomasandfriends/template/thomasblog/img/plo_title6.gif) no-repeat scroll left top;
	padding:60px 0 20px 5px;
}

/* -------------------------------------------------------------------------最新記事のリンク */
#blog-body #user-area #user-body #user-left #entries	a{
	list-style-type:none;
	padding: 5px 0 5px 30px;
	line-height: 25px;
	background-image: url(/images/thomasandfriends/template/thomasblog/img/parts.gif);
	background-repeat:no-repeat;
	background-position: left 2px;
}

#blog-body #user-area #user-body #user-left #archives {
	background: transparent url(/images/thomasandfriends/template/thomasblog/img/plo_title7.gif) no-repeat scroll left top;
	padding-top: 30px;
	padding-left: 5px;
	padding-bottom: 20px;
}

/* -------------------------------------------------------------------------カテゴリー */
#blog-body #user-area #user-body #user-left #category {
	width:190px;
	background: transparent url(/images/thomasandfriends/template/thomasblog/img/plo_title8.gif) no-repeat scroll left top;
	padding:60px 0 20px 5px;
}

/* -------------------------------------------------------------------------カテゴリーのリンク */
#blog-body #user-area #user-body #user-left #category	a{
	list-style-type:none;
	padding: 5px 0 5px 30px;
	line-height: 25px;
	background-image: url(/images/thomasandfriends/template/thomasblog/img/parts.gif);
	background-repeat:no-repeat;
	background-position: left 2px;
}

/* -------------------------------------------------------------------------左サイドバナー */
#banner {
	margin:0 auto 40px;
}

/* ---------------------------------------------------------------個々のバナー設定 */

.onlineshop{
	width:131px;
	position:relative;
	left:10px;
}

.mobile{
	width:131px;
	position:relative;
	left:80px;
}

.official{
	width:131px;
	position:relative;
	left:40px;
}

/* ---------------------------------------------------------------googleAdSense */
#googlead{
	width:160px;
	height:1250px;
	position:relative;
	margin:20px auto 0;
}


/* -------------------------------------------------------------------------右側メイン */
#blog-body #user-area #user-body #user-main {
	width: 610px;
	padding:20px 10px 0 0;
	float:right;
}

#blog-body #user-area #user-body #user-main #main-title {
}

.page_title{
	padding:0 5px;
	color:#ff0;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}


#blog-body #user-area #user-body #user-main .article {
	margin: 0 auto;
	width: 610px;
	margin:0 0 10px;
}

#blog-body #user-area #user-body #user-main .article .article_head {
	height: 15px;
}

/* -------------------------------------------------------------------------記事タイトル */
#blog-body #user-area #user-body #user-main .article_title {
	background: transparent url(/images/thomasandfriends/template/thomasblog/img/waku.gif) no-repeat 0px 0px;
	font-size:14px;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:1px;
	text-align: left;
	height:75px;
	margin:0;
}

#blog-body #user-area #user-body #user-main .article_title	strong{
	position:relative;
	top:19px;
	left:25px;
}


/* -------------------------------------------------------------------------記事の中身 */
#blog-body #user-area #user-body #user-main .article .article_body {
	text-align: left;
	line-height:150%;
	color:#15234c;
	font-weight:bold;
	background-color:#fff;
	padding:0 25px 10px;
	letter-spacing:1px;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
}


/* #blog-body #user-area #user-body #user-main .article .article_body:after{ */
/* 	content:url('<p>http://www.thomasandfriends.jp/blog/adsense_code.js</p>'); */
/* } */


/* --------------------------------------------------------------------記事中のカテゴリ表示 */
#blog-body #user-area #user-body #user-main .cate {
	border-bottom:1px dotted #aaa;
	padding:0 0 10px;
	margin:0 auto;
	display:none;
}

/* -------------------------------------------------------------------------記事のフッター */
#blog-body #user-area #user-body #user-main .article_foot {
	background: transparent url(/images/thomasandfriends/template/thomasblog/img/waku_2.gif) no-repeat;
	color:#198ad2;
	font-weight:bold;
	height: 61px;
	text-align: right;
	padding:0 15px 15px 0;
	letter-spacing:1px;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
}

/* -------------------------------------------------------------------------記事中リンク */
#blog-body #user-area #user-body #user-main .article .article_body	a{
	color:#ff3300;
	text-decoration:underline;
}

#blog-body #user-area #user-body #user-main .article .article_body	a:hover{
	color:#ff6600;
	text-decoration:none;
}


#blog-body #user-area #user-body #user-main .article .article_comment {
	text-align: left;
	border: 1px solid #999999;
	background-color: #F0F0F0;
	padding: 15px;
	width: 380px;
}

#blog-body #user-area #user-body #user-main .article .article_comment .comm_head {
	padding-top: 10px;

}

#blog-body #user-area #user-body #user-main .article .article_comment .comm_title {

}

#blog-body #user-area #user-body #user-main .article .article_comment .comm_body {

}

#blog-body #user-area #user-body #user-main .article .article_comment .comm_foot {
	text-align: right;
}

#blog-body #user-area #user-body #user-main .article .article_comment .comm_name {
	font-size: 12px;
	text-align: left;
}

#blog-body #user-area #user-body #user-main .article .article_comment .comm_text {
	font-size: 12px;
	text-align: left;
}

/* -------------------------------------------------------------------------SNS欄 */
.social_media{
	padding:10px 0 5px;
}