/*
Theme Name: Taki-CT-INFO
Theme URI: http://www.taki-ct.jp/
Description: This is taki-ct theme for info.
Author: Chikuchu
Template: taki-ct
*/

@import url('../taki-ct/style.css');

#rootContainer {
	width: 980px;
	border: solid 1px rgb(192,192,192);
}
#rootInfocontainer {
	width: 980px;
	background-image: url('../taki-ct-root/images/back_ground_root_info.png');
	background-repeat: repeat-y;
}
/* ルートコンテンツ */
#blogcontent {
	float: left;
	width: 660px;
	margin-left: 30px;
}

.rootshopTableContainer {
	width: 800px;
}
.rootshopTDside {
	background-color:rgb(255,255,255);
}
.rootshopTDcontent {
	background-color: rgb(192,210,170);
}



/* サイドバー*/
#sidebar .widget h2 {
/*	background-color: rgb(227,217,207);*/
	background-image: url('images/background_side_info.png');
	background-repeat: no-repeat;
	width:154px;
	height:22px;
	color: rgb(72,31,10);
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
	text-align: center;
	padding-top:5px;
}
#sidebar input[type="submit"] {
	background-color: rgb(196,213,174);
	color: rgb(102,61,33);
}
#sidebar .infoLogin {
	float: right;
}
#sidebar .infoLogin a {
	color:rgb(74,140,34);
	font-size: 10px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
}

/* コンテンツ */
#rootcontent {
	float: right;
	width: 570px;
	background-color: rgb(192,210,170);
}
/* 店舗情報部分 */
.rootshopHeader {
	width: 570px;
	height: 218px;
	background-image: url('images/info_header_background.png');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 35px;
	padding-left: 25px;
	padding-right:35px;
}
.rootshopHeaderImage {
	float:left;
	width: 190px;
	margin-right: 5px;
}
.rootshopHeaderText {
	float:left;
	width: 330px;
}
.rootshopHeaderTitle {
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 18px;
	font-family: "ＭＳ ゴシック",sans-serif;
	width: 300px;
	border-bottom: dotted 2px rgb(255,255,255);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.rootshopHeaderBody {
	width:300px;
	color: rgb(72,31,10);
	font-size: 11px;
	font-family: "ＭＳ ゴシック",sans-serif;
	line-height: 13px;
	margin-top: 5px;
}
.rootshopHeaderBusinessHour {
	width:340px;
	color: rgb(72,31,10);
	font-weight: bold;
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	line-height: 14px;
	margin-top: 5px;
}
.rootshopHeaderTel {
	color: rgb(72,31,10);
	font-weight: bold;
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	line-height: 14px;
	margin-top: 5px;
}
.rootshopHeaderURL {
	color: rgb(72,31,10);
	font-weight: bold;
	font-size: 11px;
	font-family: "ＭＳ ゴシック",sans-serif;
	line-height: 13px;
	margin-top: 5px;
}
/* 記事部分 */
.rootpost {
	width: 500px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: rgb(255,255,255);
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#808080, Strength=5, Direction=135);
}
.rootthumb {
	float: right;
}
.rootpostTitle {
	margin-left: 30px;
}
.rootpostTitle a {
	color: rgb(74,140,34);
	font-size: 20px;
	font-weight: bold;
}
.mobileInfoEntryTitle {
	background-color: rgb(74,140,34);
}

//フッター
#rootfoottop {
	text-align: center;
	background-color:rgb(220,208,195);
	color:rgb(72,31,10);
	font-size: 10px;
	font-family: "ＭＳ ゴシック",sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rootfoottop .copyright {
	text-align: center;
	background-color:rgb(220,208,195);
	color:rgb(72,31,10);
	font-size: 10px;
	font-family: "ＭＳ ゴシック",sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rootfoottop .rootfoottoplink {
	text-align: center;
	color:rgb(72,31,10);
	background-color:rgb(220,208,195);
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rootfoottop .rootfoottoplink a {
	color:rgb(72,31,10);
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
}

/* フッター */
#rootinfofoot {
	text-align: center;
	background-color:rgb(74,140,34);
	color:rgb(255,255,255);
	font-size: 10px;
	font-family: "ＭＳ ゴシック",sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rootinfofoot a {
	color:rgb(255,255,255);
	font-size: 10px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
}
.rootinfofootlink {
	color:rgb(255,255,255);
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
	margin-bottom: 2px;
}
.rootinfofootlink a {
	color:rgb(255,255,255);
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
}
