body {
	font-size: 15px !important; 
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}

/*大小文字表記*/
h1, h2, h3, h4, h5, h6 {
	text-transform: none;
}

a {
	text-decoration: none;
	color: #888439 !important;
}

a:hover {
	text-decoration: underline !important;
	color: #cccc65 !important;
}

.post-title h3:hover {
	text-decoration: underline !important;
	color: #cccc65 !important;
}

strong { 
	font-weight: normal; 
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	padding: 0.5em 0;
	margin: 0;
	font-style: normal;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

h1 {
	font-size: 28px;
	font-weight: bold;
}

h2 {
    font-size: 34px ;
	  font-weight: bold;
}

h3 {
    font-size: 28px ;
}

p {
	  font-size: 15px;
}

#header-holder {
    display: inline-block;
	  border-bottom: 1px solid #000000;
}

.more-link:hover {
	color: #999999;
}

#main .standard-posts-wrapper .post-wrapper {
	width: 94%;
	border: 1px solid #b6b6b6;
}

#content-box {
	border: 1px solid #b6b6b6;
}

#content-box #post-body {
	width: 94%;
}

.simple-pagination span,
.pagination span, .pagination a {
	background: #888439;
}
 
.pagination a:hover{
	background: #cccc65;
}
 
.pagination .current{
	background: #141414;
}

#article p a {
	font-weight: normal;
}

.page-links a {
	color: #888439;
}

.page-links a:hover {
	color: #cccc65;
}

#article .link-post p.link-text a {
	color: #888439;
}

.link-post p.link-text a,
.quote-post p.quote-text {
	color: #888439;
}

.sidebar .widget {
	border: 1px solid #b6b6b6;
}

input[type="submit"],
button {
	background-color: #888439;
}

input[type="submit"]:hover,
button:hover {
	background-color: #cccc65;
}

.sidebar ul.link-pages {
	  border: 1px solid #b6b6b6;
}

.sidebar ul.link-pages li a span,
.sidebar ul.link-pages li a i.fa {
	color: #888439;
}

.sidebar ul.link-pages li a span:hover,
.sidebar ul.link-pages li a i.fa:hover {
	color: #cccc65;
}

.sidebar ul.link-pages li a strong {
    color: #888439;
}
.sidebar ul.link-pages li a strong:hover {
    color: #cccc65;
}
