/* === news === */

/* -------------------------------------------------- title */

#page-title #page-title-inner h2 {
	background:url(../images/page_title.gif) no-repeat 0 0;
	width:61px;
	height:15px;
}

/* -------------------------------------------------- sub menu */

#smenu ul li#smenu-t1ss a {
	background:url(../images/smenu_tokyo01_def.gif) no-repeat 0 0;
}

#smenu ul li#smenu-t1ss a:hover {
	background:url(../images/smenu_tokyo01_hover.gif) no-repeat 0 0;
}

#smenu ul li#smenu-toshimi a {
	background:url(../images/smenu_watanabe_def.gif) no-repeat 0 0;
}

#smenu ul li#smenu-toshimi a:hover {
	background:url(../images/smenu_watanabe_hover.gif) no-repeat 0 0;
}

#smenu ul li#smenu-kawanabe a {
	background:url(../images/smenu_kawabe_def.gif) no-repeat 0 0;
}

#smenu ul li#smenu-kawanabe a:hover {
	background:url(../images/smenu_kawabe_hover.gif) no-repeat 0 0;
}

#smenu ul li#smenu-bikke a {
	background:url(../images/smenu_bikke_def.gif) no-repeat 0 0;
}

#smenu ul li#smenu-bikke a:hover {
	background:url(../images/smenu_bikke_hover.gif) no-repeat 0 0;
}


/* -------------------------------------------------- main contents */

#blog-main-contents {
	float:left;
	width:618px;
}

/*category*/
#page-category h3 {
	width:620px;
	height:33px;
	text-indent:-9999px;
	display:block;
	margin-bottom:18px;
}

#page-category h3.t1ss {
	background:url(../images/newstitle_t1ss.gif) no-repeat 0 0;
}

#page-category h3.toshimi {
	background:url(../images/newstitle_toshimi.gif) no-repeat 0 0;
}

#page-category h3.kawanabe {
	background:url(../images/newstitle_kawanabe.gif) no-repeat 0 0;
}

#page-category h3.bikke {
	background:url(../images/newstitle_bikke.gif) no-repeat 0 0;
}


/*2008.03.19*/
.entry-box {
	border:1px solid #34352B;
	background-color:#2a2b21;
	padding:20px;
	margin-bottom:30px;
	display: inline-block;
}

.entry-box:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

* html .entry-box {height: 1%;}
.entry-box {display: block;}
/* End hide from IE-mac */

.entry-box img {margin:0 10px 10px 0px;}



.last-entry {
	margin-bottom:0;
}

.entry-box .entry-title {
	background:url(../../common/images/doubleline_bg.gif) repeat-x 0 100%;
	padding-bottom:15px;
}

.entry-box .entry-title h3 {
	color:#FFB22C;
	font-size:14px;
	font-weight:bold;
	line-height:1.1;
}

.cat-t1ss {
	background:#2a2b21 url(../images/icon_t1ss.gif) no-repeat 17px 11px;
}

.cat-toshimi {
	background:#2a2b21 url(../images/icon_toshimi.gif) no-repeat 17px 11px;
}

.cat-kawanabe {
	background:#2a2b21 url(../images/icon_kawabe.gif) no-repeat 17px 11px;
}

.cat-bikke {
	background:#2a2b21 url(../images/icon_bikke.gif) no-repeat 17px 11px;
}


.cat-kawanabe .entry-title,
.cat-bikke .entry-title,
.cat-toshimi .entry-title,
.cat-t1ss .entry-title {
	padding-left: 34px;
}


.entry-box .entry-title p {
	margin-top:13px;
}

.entry-box .entry-body {
	margin:10px 0 0 0;
}

.entry-box .entry-body p {
	margin-bottom:1em;
}

/*link*/
.link-area {
	margin-top:40px;
	text-align:center;
}

#contents .link-area a {
	border-bottom:none;
	color:#969973;
	font-weight:bold;
}

.link-area a.prev {
	background:url(../../common/images/icon_arrow_02.gif) no-repeat 0 50%;
	padding:2px 0 2px 23px;
}

.link-area a.next {
	background:url(../../common/images/icon_arrow_01.gif) no-repeat 100% 50%;
	padding:2px 23px 2px 0;
}

/* -------------------------------------------------- sub contents */

#blog-sub-contents {
	float:right;
	width:160px;
}

/*sub contents common*/
#blog-sub-contents .scontents-box {
	margin-bottom:25px;
}

#blog-sub-contents .scontents-title {
	background:url(../../common/images/scontents_title_bg.gif) no-repeat 0 0;
	width:160px;
	height:27px;
	display:block;
}

#blog-sub-contents .scontents-title h3 {
	margin:0;
	padding:9px 9px 3px 19px;
	color:#6d7051;
	font-size:10px;
	font-weight:bold;
	line-height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

#blog-sub-contents ul {
	margin:10px 10px 0 10px;
}

#blog-sub-contents ul li {
	background:url(../../common/images/icon_arrow_03.gif) no-repeat 0 0.3em;
	padding-left:16px;
	margin-bottom:4px;
}

#blog-sub-contents ul li a {
	color:#969973;
	border-bottom-color:#969973;
}

/* -------------------------------------------------- calendar */
#calendar {
	
}

#calendar h4 {
	margin-top:10px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}

#calendar table {
	width:160px;
	border-spacing:0;
	table-layout:auto;
}


#calendar table th,
#calendar table td {
	padding:1px;
	text-align:center;
}

#calendar table a {
	color:#fff;
	border-bottom-color:#fff;
}

#calendar table th {
	font-weight:normal;
}

#calendar table th.sunday {
	color:#f00;
}