/*
Theme Name: Society for the Dissemination of Historical Fact
Theme URI: 
Author: Society for the Dissemination of Historical Fact
Author URI: 
Description: The 2014 theme for Society for the Dissemination of Historical Fact
Version: 1.0
*/

/****************************************

RESET

*****************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	clear: both;
	line-height:1;
	font-size: 100%;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}


/****************************************

CLEAR

*****************************************/
.clear:after,
.contentWrapper:after,
#footPrimary:after {
	clear: both;
}
.clear:before,
.clear:after,
.contentWrapper:before,
.contentWrapper:after,
#footPrimary:before,
#footPrimary:after
 {
	display: table;
	content: "";
}
.clear {
	*zoom: 1;
}

/****************************************

CUSTOM

*****************************************/

body {
	font-family:Georgia,serif;
	font-size:87.5%;
	-webkit-text-size-adjust: 100%;
	height:100%;
	width:100%;
	color:#000;
	background:white;
	line-height: 1.6;
}
h4 {
	font-size:108%;
	font-weight:bold;
	color:#555;
	background:#f9f9f9;
	border-left:3px solid #DCDCDC;
	padding:13px;
	margin-bottom:15px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
 h5.title {
	font-size:108%;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
	letter-spacing:2px;
}
 h5.title02 {
	font-size:108%;
	font-weight:bold;
	margin-bottom:15px;
	text-align:left;
	letter-spacing:2px;
}
.blockTab {margin-left:30px;}

/* link */
a {
	color:#000;
	outline: none;
	-webkit-transition: color 0.3s ease-out;
}
a:hover {color:#999;}

/* font */
em {font-weight:bold;}
strong {font-weight:bold;}
.txt-l {font-size: 117%;}
.txt-s {font-size: 86%;}

.txt-red {color:#cb0201;}
.txt-gray {color:#808080;}
.txt-green {color:#6b8e23;}

/* list-table */
dt {font-weight:bold;}
ol li {
	list-style-position: outside;
	list-style: decimal;
	margin-left: 25px;
	margin-bottom:5px;
}
.box-gray {
	border:1px solid #EEE;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	padding:20px;	
}
ul.list-style01 li {
	border:1px solid #EEE;
	border-left:4px solid #EEE;
	margin-bottom:4px;
	padding:5px 5px 5px 10px;
}
ul.list-style02 li {
	margin-bottom:4px;
}
ul.list-style03 {
	color:#477830;
	background:#f3f9f0;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	padding:20px;
}
ul.list-style03 li, ul.list-style04 li {
	margin-bottom:8px;
	margin-left:20px;
	list-style:disc;
}
ul.list-style05 li {
	margin-bottom:4px;
	padding:15px;
	background:#FFF;
	border-left:4px solid #a1c58f;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
ul.list-believe a {
	display:block;
	margin-bottom:4px;
	padding:5px 10px;
	border:1px solid #EEE;
	border-left:4px solid #a1c58f;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

ul.col-2 li {
	float:left;
	width:330px;
	margin-right:4px;
}

.table, .tableData, .table-style01 {
	width:100%;
	background:#FFF;
}
.table th, .tableData th {
	padding:10px;
	color:#666;
	background:#f9f9f9;
	border:1px solid #ececec;
	text-align:center;
}

.table td {
	padding:10px;
	border:1px solid #ececec;
}

.tableData td {
	padding:10px;
	border:1px solid #ececec;
	text-align:right;
}
.cell-pink {background:#fff9fb;}
.tableData .cell-border-r {
	border-right:1px solid #CCC;
}
.table-style01 th {
	padding:10px;
	font-weight:bold;
	background:#e8f3e2;
	border:1px solid #477830;
	text-align:center;
}

.table-style01 td {
	padding:10px;
	border:1px solid #477830;
}

/* box */
.box-style01 {
	background:#f3f9f0;
	color:#477830;
	padding:25px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
.box-style02 {
	border:1px solid #DDD;
	background:#FFF;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	padding:20px;	
}


/* button */
a.btn, a.btn-gray, a.btn-red {
	text-align:center;
	display:inline-block;
	padding:10px 25px;
	text-decoration:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
a.btn span, a.btn-gray span, a.btn-red span {
	font-size:77%;
}
a.btn {
	background:#333;
	color:white;
}
a:hover.btn {background:#999;}
a.btn-gray {
	background:#d4d4d4;
	color:#333;
}
a:hover.btn-gray {background:#f7f7f9;}
a.btn-red {
	background:#bf0201;
	color:white;
}
a:hover.btn-red {background:#fe8282;}

.btn-block {display:block;}

/* text-align 調整用スタイル */
.ta-c {text-align: center !important;}
.ta-r {text-align: right !important;}
.ta-l {text-align: left !important;}

/* vertical-align 調整用スタイル */
.va-t {vertical-align: top !important;}
.va-m {vertical-align: middle !important;}
.va-b {vertical-align: bottom !important;}

/* image調整用スタイル */
.img-l {float: left !important;margin-right:20px;margin-bottom:20px;}
.img-r {float: right !important;margin-left:20px;margin-bottom:20px;}

/* border 調整用スタイル */
.bdt0{border-top: none !important;}
.bdb0 {border-bottom: none !important;}
.bdr0 {border-right: none !important;}
.bdl0 {border-left: none !important;}

/* margin-bottom 調整用スタイル */
.mgb00 {margin-bottom: 0px !important;}
.mgb05 {margin-bottom: 5px !important;}
.mgb10 {margin-bottom: 10px !important;}
.mgb15 {margin-bottom: 15px !important;}
.mgb20 {margin-bottom: 20px !important;}
.mgb25 {margin-bottom: 25px !important;}
.mgb30 {margin-bottom: 30px !important;}
.mgb35 {margin-bottom: 35px !important;}
.mgb40 {margin-bottom: 40px !important;}
.mgb45 {margin-bottom: 45px !important;}
.mgb50 {margin-bottom: 50px !important;}
.mgb55 {margin-bottom: 55px !important;}
.mgb60 {margin-bottom: 60px !important;}
.mgb65 {margin-bottom: 65px !important;}
.mgb70 {margin-bottom: 70px !important;}
.mgb75 {margin-bottom: 75px !important;}
.mgb80 {margin-bottom: 80px !important;}

/* margin-top 調整用スタイル */
.mgt00 {margin-top: 0px !important;}
.mgt05 {margin-top: 5px !important;}
.mgt10 {margin-top: 10px !important;}
.mgt15 {margin-top: 15px !important;}
.mgt20 {margin-top: 20px !important;}
.mgt25 {margin-top: 25px !important;}
.mgt30 {margin-top: 30px !important;}
.mgt35 {margin-top: 35px !important;}
.mgt40 {margin-top: 40px !important;}
.mgt45 {margin-top: 45px !important;}
.mgt50 {margin-top: 50px !important;}
.mgt55 {margin-top: 55px !important;}
.mgt60 {margin-top: 60px !important;}
.mgt65 {margin-top: 65px !important;}
.mgt70 {margin-top: 70px !important;}
.mgt75 {margin-top: 75px !important;}
.mgt80 {margin-top: 80px !important;}

/* margin-right 調整用スタイル */
.mgr00 {margin-right: 0px !important;}
.mgr05 {margin-right: 5px !important;}
.mgr10 {margin-right: 10px !important;}
.mgr15 {margin-right: 15px !important;}
.mgr20 {margin-right: 20px !important;}
.mgr25 {margin-right: 25px !important;}
.mgr30 {margin-right: 30px !important;}
.mgr35 {margin-right: 35px !important;}
.mgr40 {margin-right: 40px !important;}
.mgr45 {margin-right: 45px !important;}
.mgr50 {margin-right: 50px !important;}
.mgr55 {margin-right: 55px !important;}
.mgr60 {margin-right: 60px !important;}
.mgr65 {margin-right: 65px !important;}
.mgr70 {margin-right: 70px !important;}
.mgr75 {margin-right: 75px !important;}
.mgr80 {margin-right: 80px !important;}

/* margin-left 調整用スタイル */
.mgl00 {margin-left: 0px !important;}
.mgl05 {margin-left: 5px !important;}
.mgl10 {margin-left: 10px !important;}
.mgl15 {margin-left: 15px !important;}
.mgl20 {margin-left: 20px !important;}
.mgl25 {margin-left: 25px !important;}
.mgl30 {margin-left: 30px !important;}
.mgl35 {margin-left: 35px !important;}
.mgl40 {margin-left: 40px !important;}
.mgl45 {margin-left: 45px !important;}
.mgl50 {margin-left: 50px !important;}
.mgl55 {margin-left: 55px !important;}
.mgl60 {margin-left: 60px !important;}
.mgl65 {margin-left: 65px !important;}
.mgl70 {margin-left: 70px !important;}
.mgl75 {margin-left: 75px !important;}
.mgl80 {margin-left: 80px !important;}

/* float調整用スタイル */
.flt-l {float: left !important;}
.flt-r {float: right !important;}

/* width 調整用スタイル */
.w60 {width: 60px !important;}
.w100 {width: 100px !important;}
.w120 {width: 120px !important;}
.w160 {width: 160px !important;}
.w175 {width: 175px !important;}
.w190 {width: 190px !important;}
.w200 {width: 200px !important;}
.w210 {width: 210px !important;}
.w230 {width: 230px !important;}
.w250 {width: 250px !important;}
.w290 {width: 290px !important;}
.w430 {width: 430px !important;}
.w460 {width: 460px !important;}
.w480 {width: 480px !important;}
.w500 {width: 500px !important;}
.w515 {width: 515px !important;}
.w540 {width: 540px !important;}
.w570 {width: 570px !important;}
.w630 {width: 630px !important;}
.w690 {width: 690px !important;}


/****************************************

HEADER

*****************************************/


/****************************************

breadcrumbs

*****************************************/

#breadcrumbs-container {
	clear:left;
	background:#f9f9f9;
	border-top:1px solid #ececec;
	padding:8px 0;
}
#breadcrumbs-container p {
	width:960px;
	margin:0 auto;
	font-size: 86%;
}
#breadcrumbs-container p span {
	color:#AAA;
	margin:0 10px;
}

/****************************************

HEADER

*****************************************/

#headTitle {
	text-align:center;
	font-weight:bold;
	border-bottom:4px solid #000;
	padding:40px 0;
}
#headTitle a {
	color:#000;
	text-decoration:none;
	font-size:217%;
}
#header-innerPage {border-bottom:1px solid #000;}

/*---- FOR PC ----*/
@media screen and (min-width: 1041px) {

.contentInner {
	width:1000px;
	margin:20px auto 50px;
}

}


/*---- FOR TABLET ----*/
@media screen and (min-width:641px) and (max-width:1040px) {

.contentInner {
	width:90%;
	margin:20px auto 40px;
}

}


/*---- FOR SP ----*/
@media screen and (max-width:640px) {

.contentInner {
	width:90%;
	margin:20px auto 40px;
}

}


/****************************************

GLOBAL_NAV

*****************************************/

.globNav-row {
	font-family: Georgia,serif;
	font-size:85%;
	text-align:center;
}
.globNav-toggle { display: none;}
.globNav-inner{ overflow: hidden;}
.globNav-inner > li {display:inline-block;}
.globNav-inner a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:5px 10px;
	margin:0 10px;
}
.globNav-inner a:hover {color:#999;}
.globNav-inner em {
	font-size:146.5%;
	font-weight:normal;
}

/*---- FOR PC ----*/
@media only screen and (min-width: 641px){
.globNav-row {
	width:1000px;
	margin:15px auto;
}
.globNav-inner{
	display: block!important;
}
.home .navHome,
.post-type-archive-item .navItem, .single-item .navItem
 {
	margin-bottom:5px;border-bottom:1px solid black;
}
}

/*---- FOR SP ----*/
@media only screen and (max-width: 640px){
#header, #header-innerPage {text-align:center;}
h1 {margin:0;}
.globNav-toggle {
	display: block;
	padding:10px 20px;
	background:#000;
	color:#FFF;
}
.globNav-toggle img {vertical-align:middle;}
.globNav-inner{
	font-size:12px;
	display: none;
	border:1px solid #EEE;
	z-index:999;
}
.globNav-inner > li {
	float: none;
	text-align:center;
	width:100%;
	margin:0;
	border-top:1px solid #EEE;
}
.globNav-inner > li a {
	padding:10px 20px;
	display:block;
}
}


/****************************************

FOOTER_NAV

*****************************************/

.footNavi {
	font-family: Georgia,serif;
	font-size:77%;
	text-align:center;
	border-top:1px solid #000;
}
.footNav-inner{ overflow: hidden;}
.footNav-inner > li {display:inline-block;}
.footNav-inner a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:5px 10px;
	margin:0 10px;
}
.footNav-inner a:hover {color:#999;}
.footNav-inner em {
	font-size:116%;
	font-weight:bold;
}

/*---- FOR PC ----*/
@media only screen and (min-width: 641px){
.footNavi {
}
.footNav-inner{
	display: block!important;
	width:1000px;
	margin:15px auto;
}
}

/*---- FOR SP ----*/
@media only screen and (max-width: 640px){
.footNavi {
	display:none;
}
}


/****************************************

FOOTER

*****************************************/

#footer {
	font-family: Georgia,serif;
	border-top:1px solid #222;
}
#footNavi a {
	font-size:93%;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#footNavi a:hover {
	color:#999;
}
#copyright {
	font-size:85%;
	text-align:center;
	margin-bottom:20px;
}

/*---- FOR PC ----*/
@media only screen and (min-width: 1041px){
/* pageTop */
#page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
	font-weight:bold;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#page-top a {
    background: #222;
    text-decoration: none;
    color: #CCC;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#page-top a:hover {
    text-decoration: none;
    background: #555;
}

#footWrapper {
	width:1000px;
	margin:0px auto;
	letter-spacing:1px;
}
#footPrimary {padding:20px 0;}
#footNavi, #footSNS {float:left;}
#footNavi {padding:20px 40px 20px 0;}
#footNavi a {margin:0 10px;}
#footSNS {padding:10px 0;}
}

/*---- FOR TABLET ----*/
@media screen and (min-width:641px) and (max-width:1040px) {
/* pageTop */
#page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
	font-weight:bold;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#page-top a {
    background: #333;
    text-decoration: none;
    color: #CCC;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #666;
}
#footWrapper {
	width:90%;
	margin:0px auto;
	letter-spacing:1px;
}
#footPrimary {padding:20px 0;}
#footNavi, #footSNS {float:left;}
#footNavi {padding:20px 40px 20px 0;}
#footNavi a {margin:0 10px;}
#footSNS {padding:10px 0;}

}


/*---- FOR SP ----*/
@media only screen and (max-width: 640px){
#footPrimary,#footSecondary {
	margin-top:20px;
	text-align:center;
}
#footNavi a {padding:0 10px;}
#footSNS {width:180px;margin:10px auto 20px;}
}

/****************************************

COMMON

*****************************************/

/* layout */
.contentWrapper {
	width:1000px;
	margin:40px auto;
}
#sideLeft {
	width:190px;
	float:left;
	margin-right:30px;
}
#sideRight {
	width:300px;
	float:left;
	margin-left:30px;
}
#contentCenter {
	width:450px;
	float:left;
}
#articleContent {
	width:780px;
	float:left;
}

/* pagination */
.article-pagination a {text-decoration:none;}
.article-pagination {margin:20px 0;}

/****************************************

SIDEBAR

*****************************************/

.sideListText-inner a {
	display:block;
	font-size:85%;
	line-height:1.2;
	padding:10px;
	color:#000;
	background:#EEE;
	text-decoration:none;
	border-bottom:1px solid #CCC;
}
.cat-list li {
	border-bottom:1px solid #EEE;
	font-size:85%;
	line-height:1.2;
}
.cat-list a {
	padding:8px 0;
	display:block;
	text-decoration:none;
}
h3.widget-title {
	font-size:131%;
	font-weight:bold;
	font-style: italic;
	margin-bottom:5px;
}
.wpp-list {margin:10px 0 40px;border-top:1px solid #EEE;}
.wpp-list li {padding:10px 0;border-bottom:1px solid #EEE;}


/****************************************

INDEX

*****************************************/

#indexMainPhoto {
	line-height:0;
	text-align:center;
}
#whatsNew {line-height:1.4;}
#whatsNew h2.title {
	font-size:153.9%;
	font-weight:bold;
	font-style: italic;
}
#whatsNew dl {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #EEE;
}
#whatsNew dt {margin-bottom:5px;}
#whatsNew dt a {
	text-decoration:none;
	font-weight:bold;
	font-size:123.1%;
	line-height:1.2;
}
#whatsNew dd {margin-top:5px;}
#whatsNew dd span {color:#999;margin-right:10px;}
#whatsNew dd a {color:#C00;}
.whatsNewCat span {
	color:#FFF;
	background:#000;
	font-weight:bold;
	font-style: italic;
	font-size:77%;
	padding:2px 5px;
}
.indexNotes p {
	font-size:85%;
	color:#666;
	margin-bottom:10px;
}

/*---- FOR PC ----*/
@media only screen and (min-width: 1041px){
#indexMainPhoto p {width:1000px;margin:0 auto;}
}

/*---- FOR TABLET ----*/
@media screen and (min-width:641px) and (max-width:1040px) {
#indexMainPhoto img {width:100%;}
}


/*---- FOR SP ----*/
@media only screen and (max-width: 640px){
#indexMainPhoto img {width:100%;}
}


/****************************************

ARTICLE

*****************************************/

.hgroup h1 {
	font-size:167%;
	font-family:Georgia,serif;
	letter-spacing:0;
	font-weight:bold;
}

h1.title {margin-bottom:20px;}
h2.title {margin-bottom:20px;}
h3.title {
	font-size: 123.1%;
	font-weight:bold;
	border-bottom:2px solid #999;
	margin-bottom:15px;
	padding-bottom:13px;
}h3.title-style01 {
	font-size: 123.1%;
	font-weight:bold;
	border-bottom:2px solid #999;
	margin-bottom:15px;
	padding-bottom:13px;
}

.article-auther {
	font-style: italic;
	padding:20px 0;
	border-bottom:1px solid #efefef;
	font-weight:bold;
}
.article-auther a {
	font-style: italic;
	color:#C00;
}
.archive-auther {
	font-style: italic;
	padding:5px 0;
	font-weight:bold;
	font-style: italic;
}
.article-tags {
	margin-bottom:30px;
	padding:15px 0;
	border-bottom:2px solid #efefef;
	font-size:77%;
	font-style: italic;
}
.article-tags a {margin:0 3px;}
.article p {padding-bottom:20px;}
.sideListTitle, #sideListAbstract a, 
#sideListPdf a, #sideListSummary a, .sideListAuther a,
#sideListText a, .side-abstract #sideListText a, .side-summary #sideListText a {
	padding:10px 15px;
	color:#FFF;
	background:#333;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #555;
}
.sideListTitle {background:#000;}
.sideListTitle span {font-size:167%;font-style: normal;}
.side-abstract #sideListAbstract a,
#sideListText a, 
.side-summary #sideListSummary a {
	background:#555;
}
.sideListText-inner a {
	display:block;
	font-size:85%;
	line-height:1.2;
	padding:10px;
	color:#000;
	background:#EEE;
	text-decoration:none;
	border-bottom:1px solid #CCC;
}

.sideListTitle {
	font-style: italic;
	font-weight:bold;
}
.sideListCat {
	font-style: italic;
	font-weight:bold;
	font-size:131%;
}
.sideListAuther a span {font-size:77%;}

/*---- FOR PC ----*/
@media only screen and (min-width: 1041px){
#blogContent {width:690px;margin-right:60px;float:left;}
}


/*---- FOR TABLET ----*/
@media screen and (min-width:641px) and (max-width:1040px) {
#blogSide, #topicsSide {margin-top:50px;}
}


/*---- FOR SP ----*/
@media only screen and (max-width: 640px){
#blogSide, #topicsSide {margin-top:50px;}
}


/****************************************

SEARCH

*****************************************/

#notFound {
	font-size:217%;
}
#sideSearch {
	background:#f1f1f1;
	padding:15px 0;
	margin-bottom:30px;
	text-align:center;
}
#sideSearch input#s {
	border:0; 
	padding:4px 5%; 
	font-size:1.2em; 
	border:solid 1px #ccc; 
	margin-bottom:10px;
	width:76%;
}
#sideSearch input.btn {
	background:#666;
	color:white;
	border-style: none;
	padding:0;
	font-family:Georgia,serif;
	font-weight:bold;
	font-style:italic;
	height:2.4em;
	width:86%;
}
#sideSearch input.btn:hover {
	background:#999;
}
.searchWords {
	padding:15px;
	background:#FDFDFD;
	border:1px dashed #CCC;
	font-size:131%;
}
.searchWords span {font-style: italic;}
.searchResults {
	margin-top:20px;
}
.resultsNum {
	margin-top:20px;
	font-size:85%;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}



/****************************************

ARICHIVE

*****************************************/

#archiveList {line-height:1.4;}
#archiveList dl {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #EEE;
}
#archiveList dt {margin-bottom:5px;}
#archiveList dt a {
	text-decoration:none;
	line-height:1.2;
}
#archiveList dd {margin-top:5px;}
#archiveList dd span {color:#999;margin-right:10px;}
#archiveList dd a {color:#C00;}
.whatsNewCat span {
	color:#FFF;
	background:#000;
	font-weight:bold;
	font-style: italic;
	font-size:77%;
	padding:2px 5px;
}
.archiveList-auther {
	padding:5px 0;
	font-style: italic;
	color:#666;
}
