/*  
Theme Name: Simple La Bob
Theme URI: http://www.blogohblog.com/
Description: Simple eh? This theme was designed and built by Bob of <a href="http://www.blogohblog.com/">Blog Oh Blog</a> based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. I love to hear of my work being used :). This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution 3.0 License</a>. This means you may use it for any purpose, and make any changes you like. Just leave my Bob link under your footer.
Version: 1.0
Author: Bob 
Author URI: http://www.blogohblog.com/
*/

* {margin: 0; padding: 0;}	
form {margin: 0; padding: 0;}
h1 {font-size: 19px; color: #858383;}
h2 {font-size: 16px; line-height: 20px; color: #00749E;}
.h2 {font-family: Arial, Helvetica, sans-serif; line-height: 18px; font-size: 12px; color: #312E2E; font-weight: bold;}
h3 {font-size: 15px; color: #656565;}
html, body {
	margin: 0px;
	padding: 0px;
}
body, tr, td {font-family: Meiryo,Arial, Helvetica, sans-serif; font-size: 14px;}
a:link,a:visited,a:active {
	color:#000000;
	text-decoration: none;
}
a:hover	{
	color:#09C;
	text-decoration: underline;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#wrap {
	border-right: 0px solid #ccc;
	padding: 0px;
}
#wrap div.wrap-inner {
	width: 1155px;
	margin: 0 auto;
}
/*
#header {
	width: 1180px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
	position: relative;
}
#header_navi {
	position: relative;
	margin-bottom: 10px;
	height: 30px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0px 30px;
	padding-bottom: 1px;
}
#topchach {
	float: left;
}
#serchArea {
	position: absolute;
	top: 0px;
	right: 0px;
}
#searchform #s {
	height: 16px;
}
#header_navi ul li {
	display: inline;
	padding-left: 5px;
}
#header_navi ul {
	position: absolute;
	right: 206px;
	/right: 270px;
	/top: 5px;
	top: 1px;
}
#logo {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	float: left;
	width: 550px;
	margin-top: 10px;
} 
#logo h1 { text-indent: -10000px; padding: 0px; margin: 0px; } 
#menu ul li {
	display: inline;
}
#menu {
	position: absolute;
	top: 51px;
	right: 1px;
}
#logo h1 a {
	display: block;
	background-image: url(http://blog.tokyosharehouse.com/wp-content/themes/simple-la-bob-10/images/common/logo.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
}
*/
#middle {clear: both; width: 1180px; margin-top: 13px;}
#right {
	float: left;
	width: 234px;
}
#left {
	float: left;
	width: 900px;
	margin-right: 10px;
	margin-left: 0;
}
.entry {
	width: 890px;
	background: #fff url(images/entry.gif) repeat-x left top;
	margin-bottom: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	clear: both;
	float: left;
}
.entry p {
	font-family: Meiryo,'???C???I',Meiryo,Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.entry h2 {
	font-family: Meiryo,'???C???I',Meiryo,Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 16px;
	color: #898585;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.entry li {margin-left: 25px;}
#sidebar {
	background: #fff;
	width: 240px;
	border: 1px solid #dadada;
	margin-bottom: 5px;
	font-family: Meiryo,'???C???I',Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
/*
	padding: 10px;
*/
	border-top-width: 0;
}
#sidebar h2 {
	font-size: 14px;
/*
	padding: 3px 0px;
	margin: 0px 7px 3px 7px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #09C;
*/
	padding: 5px;
	color: #555;

	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
#sidebar ul { list-style-type: none; margin: 0 ; padding: 0; }
#sidebar ul li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
}
#sidebar ul li ul { list-style-type: square; margin: 0px; /* padding: 0 3px */ padding: 10px; }
#sidebar ul li ul li {
	list-style-type:none;
	background: transparent url(images/bullet.gif) no-repeat 0 4px;
	padding: 0px 0px 2px 14px;
	border: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}
.alignright { float: right; }
.alignleft { float: left; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
.comments h3 {
	font-size: 14px;
	border-bottom: dashed 1px #ccc;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 770px;
}
.gcomment {
	border-left: none;
	vertical-align:middle;
	border-right:none;
	margin-bottom:3px;
	border-bottom: 1px solid #f3f3f3;
	padding:3px;
	float: left;
	clear: both;
	width: 770px;
}
.ucomment {
	border-left: none;
	border-right:none;
	margin-bottom:3px;
	border-bottom: 1px solid #f3f3f3;
	padding:3px;
	float: left;
	clear: both;
	width: 770px;
}
ol.commentlist { padding: 0; margin: 0 0 1px; }
.comments {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	clear: both;
	width: 770px;
}
#commentform {
	float: left;
	width: 770px;
	margin-left: 0px;
	padding-left: 0px;
}
ol.commentlist li { list-style: none; margin: 0; padding: 13px 13px 1px; }
ol.commentlist li.commenthead { list-style: none; margin: 0; }
ol.commentlist li.commenthead h2 { margin: 0;}
#footerbox {
	clear:both;
	width: 100%;
	background-color: #CCC;
	margin: 0px auto;
	text-align: center;
	color: #000;
}
#footerpad { clear:both; width: 1180px; padding-top: 5px; margin: 0px auto; text-align: left;}
#footer {
	clear:both;
	width: 1180px;
	background-color: #CCC;
	height: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer p { font-family: Meiryo,'???C???I',Meiryo,Arial, Helvetica, sans-serif; font-size: 11px; color: #8E8C8C;}
#footer a:link, #footer a:active, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover { color: #00749E; text-decoration: underline;}
#copy {
	color: #000;
}
#footer {
	background-color: #CCC;
	height: 20px;
}
.post-date {
	float: left;
	width: 40px;
	height: 55px;
	text-align: center;
	text-transform: uppercase;
	margin-right: 10px;
/*
	color: #ffffff;
	background-color: #000000;
*/
	padding-top: 9px;
	color: #000;
	margin-top: 5px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;

	background-image: url('./images/common/icon_calender.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#line {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 10px;
}
.post-date span {
	margin-bottom: 2px;
	display: block;
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}
#twitter {
	margin-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



div.col2 {
	float: left;
	width: 430px;
}
div.col3 {
	float: left;
	width: 290px;
}
div.col2 img {
	width: 400px;
}
div.col3 img {
	width: 280px;
}
div.col3 p {
	padding: 5px 15px;
}

table.inquiry th {
	width: 120px;
}
table.inquiry td {
}
table.inquiry td.inquiryButton {
	text-align: center;
}

/*
 * Interview
 */
div.interview {
}
div.interview div.mainImageArea div.mainImage img {
	width: 100%;
}
div.interview div.mainImageArea div.mainImageExplain {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	background-color: #eee;
	padding: 5px;
	font-size: 85%;
}
div.interview div.mainImageArea div.mainImageExplain span.profile {
	color: #258cb7;
	font-weight: bold;
}
div.interview div.mainText {
	font-weight: bold;
}
div.interview div.explain {
	padding: 10px 0 0 0;
}
div.interview div.explain p {
	padding: 0;
}
div.interview div.interviewImageArea {
}
div.interview div.interviewImageArea {
	margin-top: 20px;
}
div.interview div.interviewImageArea div.interviewImage img {
	width: 550px;
}
h3,
div.interview h3 {
	border-style: solid;
	border-color: #5c6971;
	border-width: 0 0 0 14px;
	margin-top: 20px;
	padding-left: 10px;
	font-size: 140%;
}
div.interview div.interviewArea {
	margin-top: 20px;
}
div.interview div.interviewArea dl dt {
	clear: left;
	float: left;
	text-align: center;
}
div.interview div.interviewArea dl dd {
	margin-bottom: 15px;
}
div.interview div.interviewArea dl dt.from {
	background-image: url('http://blog.tokyosharehouse.com/wp-content/uploads/2011/09/logo_c-e1314964009544.png');
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
div.interview div.interviewArea dl dd.from {
	color: #248bb4;
	font-weight: bold;
}
div.interview div.interviewArea dl dt.from img {
	width: 25px;
	height: 25px;
}
div.interview div.interviewArea dl dt.to {
	color: #ff6600;
	font-weight: bold;
	margin-right: 5px;
}
div.interview div.interviewArea dl dd.to p {
	line-height: normal;
	padding: 0;
}
div.interview div.authorArea {
	margin-top: 20px;
	padding: 5px;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}
div.interview div.authorArea div.authorImage {
	float: left;
	width: 90px;
}
div.interview div.authorArea div.authorImage img {
	width: 80px;
	height: 80px;
}
div.interview div.authorArea div.authorExplain {
}
div.interview div.authorArea div.authorExplain div.authorName {
	font-weight: bold;
}
div.interview div.authorArea div.authorExplain p {
	display: none;
}

/*
 * Related Article
 */
div.houseContactArea {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	background-color: #eee;
	padding: 10px;
}
div.interview div.houseContactArea div.image img,
div.houseContactArea div.image img {
	float: left;
	width: 300px;
/*
	height: 200px;
*/
	max-height: 200px;
}
div.houseContactArea div.content {
	float: left;
	padding-left: 10px;
	width: 550px;
}
div.houseContactArea div.content div.houseNameArea {
	font-size: 120%;
	font-weight: bold;
}
div.houseContactArea div.content div.houseNameArea span.houseNameTitle {
	color: #0bb1e1;
	padding-right: 20px;
}
div.houseContactArea div.content table th {
	text-align: left;
	width: 100px;
}
div.houseContactArea div.content table td.button {
	text-align: center;
}
div.houseContactArea div.content table td.button img {
	width: auto;
}

/*
 * Related Article
 */
div.relatedPostArea div.relatedPostAreaTitle {
	font-weight: bold;
	font-size: 110%;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #aaa;
}
div.relatedPostArea div.relatedPost {
	margin-top: 20px;
}
div.relatedPostArea div.relatedPost div.relatedPostImage {
	float: left;
	width: 360px;
}
div.relatedPostArea div.relatedPost div.relatedPostImage img {
	max-width: 340px;
	height: 155px;
}
div.relatedPostArea div.relatedPost div.relatedPostContent div.relatedPostTitle {
	font-weight: bold;
}
div.relatedPostArea div.relatedPost div.relatedPostContent div.relatedPostTitle a {
	color:#09C;
}
div.columnPost div.relatedPostArea div.relatedPost div.relatedPostImage {
	width: 260px;
}
div.columnPost div.relatedPostArea div.relatedPost div.relatedPostImage img {
	max-width: 240px;
	height: 155px;
}

/*
 * Header
 */
#header {
	width: 980px;
	margin: 10px auto 0px auto;
	text-align: right;
/*
	padding: 0 0 7px 0;
*/

/*	background: url(../../img/common/dots.gif) repeat-x bottom; */ /* change to no dots */
}
* html #header {
	margin-bottom: 8px;
}
#header img.catch {
	float: left;
}
#header table.headerTable {
	margin-left: auto;
}
#logo {
/*
	margin: 0 auto 10px auto;
*/
	margin: 0 auto 0px auto;
}
#logo img.logo {
	float: left;
}
#logo ul.topNavi {
	float: right;
	padding-left: 100px;
}
#logo ul.topNavi li {
	float: left;
	margin: 10px 5px 10px 5px;
	list-style-type: none;
}

#logo ul.topNavi li a div {
	width: 50px;
	height: 20px;
}
#logo ul.topNavi li a div.login { background-image: url('./images/common/headerfooter/text_manu/txt_login.gif'); }
#logo ul.topNavi li a div.event { background-image: url('./images/common/headerfooter/text_manu/txt_event.gif'); }
#logo ul.topNavi li a div.map { background-image: url('./images/common/headerfooter/text_manu/txt_map.gif'); }
#logo ul.topNavi li a div.area { background-image: url('./images/common/headerfooter/text_manu/txt_area.gif'); }
#logo ul.topNavi li a div.faq { background-image: url('./images/common/headerfooter/text_manu/txt_FAQ.gif'); }
#logo ul.topNavi li a div.news { background-image: url('./images/common/headerfooter/text_manu/txt_news.png'); }

#logo ul.topNavi li a:hover div.login { background-image: url('./images/common/headerfooter/text_manu/txt_login_over.gif'); }
#logo ul.topNavi li a:hover div.event { background-image: url('./images/common/headerfooter/text_manu/txt_event_over.gif'); }
#logo ul.topNavi li a:hover div.map { background-image: url('./images/common/headerfooter/text_manu/txt_map_over.gif'); }
#logo ul.topNavi li a:hover div.area { background-image: url('./images/common/headerfooter/text_manu/txt_area_over.gif'); }
#logo ul.topNavi li a:hover div.faq { background-image: url('./images/common/headerfooter/text_manu/txt_FAQ_over.gif'); }
#logo ul.topNavi li a:hover div.news { background-image: url('./images/common/headerfooter/text_manu/txt_news_over.png'); }

div.logo-link-area {
}
div.logo-link-area div.link {
	float: right;
	padding-top: 5px;
}
div.logo-link-area div.link a {
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #444;
}
div.logo-link-area div.link a:hover {
	color: #ff9c3d;
}

/* Search */
#header .searchArea {
	margin-left: 5px;
	width: 280px;
}
/* Add new style for searcArea */

#header .searchArea form {
	margin: 0;
	padding: 0;
}
#header .searchArea form input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#header .searchArea form input.keywordField {
	width: 150px;
}
#header .searchArea form input.searchButton {
	padding: 0 5px;
	width: 80px;
}
#header .localeFlags {
	margin-right: 7px;
	width: 160px;
}

/* Login */
#header .loginArea {
	text-align: right;
	padding-left: 10px;
}

#header .loginArea a {
	text-decoration: none;
}

#header .loginArea span.userNameArea {
	font-weight: bold;
	background-image: url('./images/common/headerfooter/user_menu.png');
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 13px;
}

#header .loginArea span.userImageArea img {
	width: 20px;
}



#header .loginArea div.userDropdownMenuArea {
	position: relative;
}
#header .loginArea div.userDropdownMenuArea ul.dropdownMenu {
	background-color: #fff;
	position: absolute;
	width: 160px;
	left: -60px;
	top: 20px;
	display: none;
	margin: 0px;
	border: solid 1px #aaa;
	z-index: 20;


    box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.30);
}
#header .loginArea div.userDropdownMenuArea ul.dropdownMenu li {
	text-align: left;
	font-weight: bold;
	border-top: solid 1px #aaa;
}
#header .loginArea div.userDropdownMenuArea ul.dropdownMenu li.first {
	border-top: solid 0 #ccc;
}
#header .loginArea div.userDropdownMenuArea ul.dropdownMenu li a {
	display: block;
	padding: 5px 5px 5px 10px;
	height: 20px;
}
#header .loginArea div.userDropdownMenuArea ul.dropdownMenu li a:hover {
	background-color: #e6f9ff;
}

/*
 * Side Area
 */
div.sideAreaTop {
	width: 224px;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #535F66;
	margin: 4px 0px 0px 0px;
    padding: 8px 0px 0px 12px;
	background-image: url(./images/menu/sidebar/sidebox_bar2.jpg);
	background-repeat: no-repeat;
	border: 0px #F00 solid;
}
div.sideAreaBottom {
	width: 224px;
	height: 20px;
	font-size: 14px;
	color: #333;
    padding: 8px 0px 0px 10px;
	background-image: url(./images/menu/sidebar/sidebox_gray_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0 0 12px 0;
	border: 0px #F00 solid;
}
div.sideAreaContent {
	width: 234px;
	border: 0px solid #36bfe6;
	background: #e5f4f8;
	background-image: url(./images/menu/sidebar/sidebox_gray_middle.jpg);
}
div.sideAreaContent div.postExplain {
	padding: 5px;
	font-size: 85%;
}
div.sideAreaContent a {
	color: #3192ba;
}
div.sideAreaContent a:hover {
	color: #ff9c3d;
	text-decoration: none;
}

/*
 * Concept
 */
div.concept div.sideAreaContent {
	background-image: url(./images/menu/sidebar/sidebox_white_middle.png);
}
div.concept div.sideAreaContent ul.conceptListArea {
	padding: 0 7px;
	height: 330px;
	overflow-y: hidden;
}
div.concept div.sideAreaContent ul.conceptListArea li {
	list-style-type: none;
	text-align: center;
	padding: 5px 0 0 0;
}
div.concept div.sideAreaContent ul.conceptListArea li a {
	display: block;
	padding: 5px 0;
	background-color: #eaeaea;
	font-weight: bold;
}
div.concept div.sideAreaBottom {
	background-image: url(./images/menu/sidebar/sidebox_white_bottom.png);
	height: 20px;
	margin-bottom: 0;
}
div.concept div.sideAreaShowAll {
	margin-top: 10px;
	padding: 0 7px;
	text-align: right;
	font-size: 90%;
}

/*
 * Rank
 */
div.rank div.rankTitle span.rank {
	font-weight: bold;
	color: #ff6501;
}
div.rank div.rankTitle span.title a {
	font-weight: bold;
}
div.rank div.sideAreaContent div.rankContent {
	padding: 0 5px;
}
div.rank div.sideAreaContent div.rankContent div.rankList {
	border-style: dotted;
	border-width: 0 0 2px 0;
	border-color: #aaa;
	padding: 5px 0;
}
div.rank div.sideAreaContent div.rankContent div.rankList div.rankTitle span.rank img {
	vertical-align: middle;
}
div.rank div.sideAreaContent div.rankContent div.rankList div.post img {
	width: 100%;
	height: auto !important;
}

/*
 * Column
 */
div.columnPost div.wrap-inner {
	width: 960px !important;
	margin: 0 auto;
}
div.columnPost #left {
	width: 640px;
}
div.columnPost #left h3 {
	border-style: solid;
	border-color: #5c6971;
	border-width: 0 0 0 14px;
	margin-top: 20px;
	padding-left: 10px;
	font-size: 100%;
}
div.columnPost div.entry {
	width: 640px;
}
div.columnPost .entry p {
}
div.columnPost div.authorArea {
	margin-top: 20px;
	padding: 5px;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	font-size: 80%;
}
div.columnPost div.authorArea div.authorImage {
	float: left;
	width: 90px;
}
div.columnPost div.authorArea div.authorImage img {
	width: 80px;
	height: 80px;
}
div.columnPost div.authorArea div.authorExplain {
}
div.columnPost div.authorArea div.authorExplain div.authorName {
	font-weight: bold;
}
div.columnPost div.authorArea div.authorExplain div.authorIntroduction {
	margin-top: 5px;
}
div.columnPost div.authorArea div.authorExplain p {
	display: none;
}
div.columnPost #footerbox #footer {
	width: 960px;
}


/*
 * Social Button
 */
#aw_sbookmarks {
	position: relative;
}
#aw_sbookmarks ul {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
}
#aw_sbookmarks li {
	float: left;
	padding-left: 5px;
	list-style-type: none;
}

/*
 * Footer
 */
#footerbox {
	background-color: transparent;
	margin: 0px auto;
	text-align: center;
	color: #000;
	width: 960px;
}
#footer {
	width: auto;
	height: auto;
	background-color: transparent;
}
#footer div.cautionTitle {
	width: 740px;
	border-bottom: 1px solid #b2b2b2;
	padding: 0 0 1px 0;
	text-align: left;
}
#footer p.caution {
	font-size: 10px;
	line-height: 1.7em;
	margin-top: 7px;
	text-align: left;
	color: #333;
}
#footer div.footerCopyright div.footerNavi {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 400px;
}
#footer div.footerCopyright div.footerNavi a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#footer div.footerCopyright div.footerNavi a:hover {
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}
#footer div.footerCopyright div.copyright {
	width: 278px;
	height: 10px;
	position: relative;
	top: 150px;
	margin: 0 auto;
	text-align: center;
}
#footer #copy {
	margin-top: 20px;
}


/*
 * Side Area Title
 */
table.sideAreaTopInner {
	width: 100%;
}
table.sideAreaTopInner td.sideAreaTitle {
}
table.sideAreaTopInner td.sideAreaShowAll {
	text-align: right;
	padding-right: 10px;
}
table.sideAreaTopInner td.sideAreaShowAll a {
	color: #666;
	font-size: 80%;
}



div.entry div.post + p,
div.entry div.post #line + p
{
	display: none;
}
div.entry div.post h2 ~ #line {
	padding-bottom: 0;
}

div.archive-link {
	text-align: left;
	margin-top: 30px;
	margin-right: 10px;
}
div.archive-link a {
	color: #3192ba;
}
div.archive-link div.prev {
	float: left;
}
div.archive-link div.next {
	float: right;
}

/*
 * TV Movie
 */
div.side-tv-movie-latest {
	position: relative;
	margin: 5px 0;
}
div.side-tv-movie-latest div.title {
	position: absolute;
	bottom: 0;

	width: 100%;
	color: #fff;
	font-size: 85%;
	line-height: 1.3em;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000);
	background-color: rgba(0, 0, 0, 0.6);
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
div.side-tv-movie-latest div.title-inner {
	padding: 5px;
}
div.side-tv-movie-latest div.image img {
	width: 100%;
}
div.side-facebook-likebox-home {
	border-style: solid;
	border-width: 1px;
	border-color: #315c99;
	margin-bottom: 10px;
}

/*
 * Keyword Search
 */
div.search {
}
div.search input {
	vertical-align: middle;
}
div.search input.txtField {
	width: 200px;
	padding: 3px;
}



div.sideAreaArchive {
	background: #fff;
	width: 240px;
	border: 1px solid #dadada;
	margin-bottom: 5px;
	font-family: Meiryo,'メイリオ',Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	/* padding: 10px; */
	border-top-width: 0;
	margin-top: 20px;
}
div.sideAreaArchive ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.sideAreaArchive ul li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
}
div.sideAreaArchive h2 {
	font-size: 14px;
	padding: 5px;
	color: #555;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
div.sideAreaArchive ul li ul {
	list-style-type: square;
	margin: 0px;
	/* padding: 0 3px; */
	padding: 10px;
}
div.sideAreaArchive ul li ul li {
	list-style-type: none;
	background: transparent url(images/bullet.gif) no-repeat 0 4px;
	padding: 0px 0px 2px 14px;
	border: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}
