
/* global */
.entryBox {
	margin:20px;
}

/* head */
.entryHead {
	margin:15px 0;
}
.entryHead .entryTitle {
	padding:3px 15px 3px 15px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background-image:url(../../common/img/entry/h03_back.png);
	background-repeat:repeat;
	background-color: #F4C13F;
}
.entryHead .entryTitle a {
	color:#fff;
	text-decoration:none;
}
.entryHead .entryTitle a:hover {
	text-decoration:underline;
}

/* body */
.entryBody {
	margin:15px;
}

/* navi */
.entryNavi {
	margin:30px 60px;
}
.entryNavi ul {
	position:relative;
}
.entryNavi .prev {
	position:absolute;
	top:0; left:0;
	text-align:left;
}
.entryNavi .home {
	text-align:center;
}
.entryNavi .next {
	position:absolute;
	top:0; right:0;
	text-align:right;
}


/*
	submenu
*/
#subMenu dl dt.close {
	border-bottom:1px solid #fff;
}

#archiveList {
	margin:0 10px;
}

#archiveList dt {
	margin-bottom:5px;
}
#archiveList dd {
	border:none;
	padding:0;
	margin:0 0 20px;
	position:relative;
	line-height:1.6;
	background:none;
}
#archiveList dd ul li {
	margin-top:-1px;
	position:relative;
	z-index:1;
	zoom:1;
	line-height:1.4;
	background-image:url(../../common/img/entry/side_list.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#F4C13F;
}
#archiveList dd ul li.active {
	background-image:url(../../common/img/entry/side_list_act.png);
}
#archiveList dd ul li a {
	display:block;
	padding:5px 0 5px 18px;
}

.entryLisTable {
	width:100%;
	margin:15px 0;;
}
.entryLisTable td {
	padding:15px 0;
	border-bottom:1px dotted #aaa;
}
.entryLisTable .ph {
	width:130px;
}

.entryLisTable .txt {
}
.entryLisTable .txt span {
	font-size:10px;
	background:#F4C13F;
	padding:1px 3px;
	color: #fff;
}
.entryLisTable .txt span a {
	text-decoration:none;
	line-height:1.2;
	color: #fff;
}
.entryLisTable .txt span a:hover {
	text-decoration:underline;
}
.entryLisTable .txt dt {
}
.entryLisTable .txt dt a {
	font-size:16px;
	color:#F4C13F;
	font-weight:bold;
}
.entryLisTable .txt dd {
	margin-left:15px;
}
.entryLisTable .txt dd a {
	text-decoration:none;
	color:#333;
}
.entryLisTable .txt dd a:hover {
	text-decoration:underline;
}

