/* === news === */

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

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

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

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

/*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;
}

.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;
}