@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------------ */
/* --- resetter section --------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}

html, body {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #4a453f;
	font-style: normal;
	font-size: 12px;
	line-height: 1.6;
}

ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border: 0px;
	table-layout: fixed;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 0%;
	vertical-align: bottom;
	padding-bottom: 10px;
}
a {
	text-decoration: underline;
}
a:link {
	color: #a08664;
}
a:active {
	color: #a08664;
}
a:hover {
	color: #b49e83;
	text-decoration: none;
}
a:visited {
	color: #a08664;
}

/*-- リンクの点線を消去 --*/
body div a:active, body div a:focus {
	outline: none;
}

/*------------------------------------------------------------------------ */
#container {
}

#content {
//	background-color: #FAFAD2;
//	background: url(../img/blog/bg_article.png) no-repeat;
}

#diary {
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 15px;
//	text-align: center;
}

#line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#titleText {
	color: #a08664;
}

/*------------------------------*/
.pagination{
    text-align: center;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
	line-height:2.8em;
}
.pagination .current{
    background: #999;
    border: solid 1px #999;
    color: #fff;
}
