/*----------LIST----------*/

dl#eList {
    width : 900px;
    margin : 0 auto 35px auto;
	padding-top : 10px;
	border-top : solid 6px #d1d1d1;
}

dl#eList dt {
	float: left;
	width : 165px;
	padding : 14px 0 16px 0;
    letter-spacing : 1px;
}

dl#eList dt {
	clear : left;
}

dl#eList dd {
	padding : 14px 0 16px 0;
	border-bottom : dashed 1px #b4b4b4;
}

dl#eList dd a {
	color : #282828;
	text-decoration : underline;
}

dl#eList dd a:hover {
	color : #282828;
	text-decoration : none;
}

/*----------PAGE_NAVI----------*/

ul#pnavi {
	clear : both;
	width : 900px;
	margin : 0 auto 70px auto;
}

ul#pnavi li {
	list-style : none;
	display : inline;
	margin : 0 5px 0 0;
}

ul#pnavi li a {
	text-decoration : none;
	padding : 4px 12px 7px 12px;
	color : #ffffff;
	background : #dc8200;
    border-radius : 5px;
}

ul#pnavi li a:hover {
	color : #ffffff;
	padding : 4px 12px 7px 12px;
	background : #dc5a00;
    border-radius : 5px;
}

ul#pnavi span.current_page {
	padding : 4px 12px 7px 12px;
	color : #282828;
	background-color : #dcdcdc;
    border-radius : 5px;
}

/*----------ENTRY----------*/

#entry {
    width : 900px;
    margin : 0 auto 70px auto;
    line-height : 1.7em;
}

p#edate {
    margin-bottom : 3px;
    letter-spacing : 1px;
}

#entry h3 {
    margin-bottom : 30px;
    padding-bottom : 17px;
    border-bottom : solid 6px #d1d1d1;
    font-weight : 600;
    font-size : 120%;
}

/*----------POSTNAVI----------*/

ul#postnavi {
	list-style : none;
	margin : initial;
	margin-top : 50px;
	text-align : center;
}

ul#postnavi li {
	display : inline-block;
	margin-right : 1px;
}

ul#postnavi li a {
	display : block;
	padding : 10px 20px 10px 20px;
	color : #282828;
	background : #dcc8aa;
	text-decoration : none;
}

ul#postnavi li:first-child a {
	display : block;
	padding : 10px 20px 10px 25px;
	color : #282828;
	background : #dcc8aa;
	text-decoration : none;
	border-top-left-radius : 25px;
	border-bottom-left-radius : 25px;
}

ul#postnavi li:last-child a {
	display : block;
	padding : 10px 25px 10px 20px;
	color : #282828;
	background : #dcc8aa;
	text-decoration : none;
	border-top-right-radius : 25px;
	border-bottom-right-radius : 25px;
}

ul#postnavi li a:hover {
    color : #ffffff;
	background : #bea069;
}

ul#postnavi li:first-child a:hover {
    color : #ffffff;
	background : #bea069;
}

ul#postnavi li:last-child a:hover {
    color : #ffffff;
	background : #bea069;
}