@charset "EUC-JP";

/* =========== reset =========== */

* {
	margin: 0;
	padding: 0;
	font-family: verdana, Arial, "ＭＳ ゴシック", sans-serif;
	}


/* =========== Global Settings =========== */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #666;
	font-family: verdana, Arial, "ＭＳ ゴシック", sans-serif;
	background: #ded8c4;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-track-color: #ffffff;
	}

a:link,
a:visited {
	color: #a76054;
	text-decoration: none;
	}

a:active,
a:hover {
	color: #ff66cc;
	text-decoration: none;
	}

img {
	border: 0px;
	}

img.thumb,
img.pict {
	border: solid 2px #ddd;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	clear: left;
	background: #fff;
	}

img.pict_right {
	border: solid 2px #ddd;
	margin-left: 10px;
	float:right;
	clear:left;
	}

img.pict2 {
	border : solid 2px #ddd;
	margin: 0;
	clear:left;
	}

span {
	margin-bottom: 1em;
	}

div {
	text-align: left;
	}

table {
	border: 0px;
	}

ul {
	list-style: none;
	}

strong {
	font-weight: bold;
	}

.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	}


/* =========== Layout =========== */

div#layout {
	width: 780px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	background: url(http://www.speena.net/blog/template/ob11_main_bg.gif) repeat-y;
	}

div#contents {
	width: 455px !important;
	width: 485px;
	padding-left: 30px;
	float: left;
	}

div#pagenavi {
	width: 455px;
	padding: 0 5px 30px 5px;
	text-align: center;
	font-size: 10px;
	}

div#sidenavi {
	width: 260px !important;
	width: 265px;
	padding: 2px 5px 20px 0;
	font-size: 10px;
	line-height: 1.5em;
	float: right;
	color: #666;
	}


/* =========== Header =========== */

div#title {
	width: 780px;
	height: 320px;
	text-align: right;
	background: url(http://www.speena.net/blog/template/ob11_header_bg.jpg) no-repeat top;
	}

div#title div.search_area {
	width: 185px !important;
	width: 210px;
	height: 25px !important;
	height: 30px;
	margin: 0 0 0 auto;
	padding: 5px 25px 0 0;
	background: url(http://www.speena.net/blog/template/ob11_search_bg.gif) no-repeat right top;
	}

div#title table {
	width: 185px;
	}

div#title table tr td.frm {
	width: 122px !important;
	width: 132px;
	padding: 0 0 0 10px !important;
	padding: 5px 0 0 10px;
	text-align: left;
	}

div#title table tr td.btn {
	width: 53px;
	padding-top: 4px;
	}

div#title table tr td input {
	border: none;
	}

div#title table tr td input.noform {
	width: 110px;
	color: #8e8461;
	font-size: 10px;
	background: none;
	}

div#title_inBox {
	height: 120px !important;
	height: 250px;
	padding: 130px 85px 0 310px;
	text-align: right;
	}

div#title_inBox h1 {
	padding-right: 2px;
	font-size: 16px;
	font-family: verdana, Arial, "ＭＳ ゴシック", sans-serif;
	line-height: 1.5em;
	font-weight: bold;
	}

div#title_inBox h1 a:link, 
div#title_inBox h1 a:visited {
	color: #fff;
	text-decoration: none;
	}

div#title_inBox h1 a:active,
div#title_inBox h1 a:hover {
	color: #fff;
	text-decoration: underline;
	}

div#title_inBox p {
	padding-top: 25px;
	font-size: 10px;
	color: #fff;
	line-height: 1.2em;
	}


/* =========== Entry =========== */

div.entry {
	width: 455px;
	padding: 0 0 70px 0;
	}

div.entry h2 {
	width: 435px !important;
	width: 455px;
	height: 29px !important;
	height: 40px;
	padding: 11px 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	background: url(http://www.speena.net/blog/template/ob11_entry_header.gif) no-repeat top;
	}

div.entry_author {
	margin: 0 5px;
	padding: 0;
	font-size: 10px;
	text-align: right;
	border-bottom: 1px dotted #d3d1c5;
	}

div.entry_body,
div.entry_more {
	font-family: "ＭＳ ゴシック";
	padding: 0;
	margin: 30px 5px 0 15px;
	line-height: 1.4em;
	}

div.entry_state {
	clear: both;
	margin: 40px 5px 0 5px;
	padding-top: 5px;
	font-size: 10px;
	text-align: right;
	border-top: 2px solid #d3d1c5;
	}

div.entry blockquote {
	margin-top: 3px;
	padding-left: 20px;
	color: #666;
	background: url(http://www.speena.net/blog/template/ob11_bqline.gif) repeat-y left top;
	}

div.entry ul{
	list-style-type: disc;
	padding-left: 20px;
	}

div.entry ol{
	list-style-type: decimal;
	padding-left: 20px;
	}

div.entry em{
	font-weight: bold;
	}

div.entry table {
	border: 0;
	border-top: 1px solid #e2decf;
	border-left: 1px solid #e2decf;
	}

div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #d3cdb7;
	border-right: 1px solid #d3cdb7;
	font-size: 12px;
	background: #f0ede3;
	text-align: center;
	}

div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #d3cdb7;
	border-right: 1px solid #d3cdb7;
	vertical-align: top;
	font-size: 12px;
	}

div.entry dl {
	margin: 0;
	}

div.entry dl dt {
	font-weight: bold;
	}

div.entry dl dd {
	padding: 0 0 0 20px;
	}


/* =========== Comment =========== */

div#comments {
	width: 445px !important;
	width: 455px;
	padding: 0 5px 20px 5px;
	margin-bottom: 30px;
	}

div#comments h3 {
	height: 27px !important;
	height: 40px;
	padding: 13px 0 0 15px;
	font-size: 12px;
	color: #91836d;
	background: url(http://www.speena.net/blog/template/ob11_comtb_header.gif) no-repeat;
	border-bottom: 2px solid #dad7cc;
	}

div#comments dl.comment_body {
	width: 430px !important;
	width: 445px;
	margin: 20px 0 10px 0;
	padding: 5px 5px 5px 10px;
	color: #666;
	background: url(http://www.speena.net/blog/template/ob11_bqline.gif) repeat-y left top;
	}

div#comments dl.comment_body dt {
	padding: 0 0 5px 10px;
	font-size: 12px;
	background: url(http://www.speena.net/blog/template/ob11_dotline.gif) repeat-x bottom;
	}

div#comments dl.comment_body dt span {
	color: #bdbbae;
	}

div#comments dl.comment_body dd {
	padding: 10px 0 0 10px;
	font-size: 12px;
	line-height: 1.4em;
	}

div#comments h4 {
	width: 425px !important;
	width: 445px;
	margin: 20px 0 0 0;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #91836d;
	background-color: #d3d1c5;
	}

dl#comment_form {
	width: 401px !important;
	width: 445px;
	border: 2px solid #d3d1c5;
	padding: 20px;
	}

dl#comment_form dt {
	padding-bottom: 2px;
	}

dl#comment_form dd {
	padding-bottom: 5px;
	}

dl#comment_form dd label {
	padding: 0px 10px;
	}

dl#comment_form dt label#labelsubmit {
	display: none;
	}

dl#comment_form dd input.form {
	font-size: 12px;
	background: #fff;
	border: 1px solid #d3d1c5;
	}

dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #d3d1c5;
	}

dl#comment_form dd input.button {
	width: 100px;
	height: 20px;
	padding: 0px 5px;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, Arial, sans-serif;
	color: #8e8461;
	background: #cbc2a4;
	border: 1px solid #a69b75;
	}


/* =========== Trackback =========== */

div#trackback {
	width: 445px !important;
	width: 455px;
	padding: 0 5px 20px 5px;
	margin-bottom: 30px;
	}

div#trackback h3 {
	height: 27px !important;
	height: 40px;
	padding: 13px 0 0 15px;
	font-size: 12px;
	color: #91836d;
	background: url(http://www.speena.net/blog/template/ob11_comtb_header.gif) no-repeat;
	border-bottom: 2px solid #dad7cc;
	}

div#trackback p.tb_link {
	padding: 10px;
	margin: 10px 0;
	font-size: 10px;
	color: #91836d;
	text-align: center;
	background-color: #dad7cc;
	}

div#trackback dl.tb_body {
	margin: 25px 0 15px 0;
	padding: 10px 12px;
	border: 2px solid #d3d1c5;
	}

div#trackback dl.tb_body dt {
	padding-bottom: 3px;
	background: url(http://www.speena.net/blog/template/ob11_dotline.gif) repeat-x bottom;
	}

div#trackback dl.tb_body dd {
	padding-top: 10px;
	line-height: 1.4em;
	}

div#trackback dl.tb_body dd div.tb_time {
	padding: 5px 0 0 0;
	color: #aaa;
	text-align: right;
	line-height: 1.4em;
	}


/* =========== Profile =========== */

div#profile {
	width: 455px;
	padding: 0 0 70px 0;
	}

div#profile h2 {
	width: 435px !important;
	width: 455px;
	height: 29px !important;
	height: 40px;
	padding: 11px 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	background: url(http://www.speena.net/blog/template/ob11_entry_header.gif) no-repeat top;
	}

div.profile_body {
	padding: 0;
	margin: 30px 5px 0 15px;
	line-height: 1.4em;
	}


/* =========== Page Navigation =========== */

div#pagenaviunder {
	width: 455px;
	margin-bottom: 20px;
	text-align: center;
	}


/* =========== Side Navigation =========== */

div#sidenavi dl {
	width: 260px;
	margin-bottom: 30px;
	}

div#sidenavi dt {
	width: 250px !important;
	width: 260px;
	height: 37px !important;
	height: 45px;
	padding: 8px 5px 0 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #91836d;
	background: url(http://www.speena.net/blog/template/ob11_navi_title.gif) no-repeat left top;
	}

div#sidenavi dd {
	padding: 0 40px 10px 0;
	}

div#sidenavi ul li {
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: none;
	background: url(http://www.speena.net/blog/template/ob11_point.gif) no-repeat left 5px;
	background: url(http://www.speena.net/blog/template/ob11_point.gif) no-repeat left 4px !important;
	}

dl#recommend dd {
	padding: 0 0 10px 0;
	}

dl#recommend dd div.amazon {
	padding: 0 45px 0 5px;
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
	font-family: "Verdana","Osaka","ＭＳ ゴシック";
	}


/* =========== Calendar =========== */

div#calendar {
	margin: 0;
	color: #999;
	font-size: 10px;
	text-align: center;
	}

div#calendar span.today {
	font-weight: bold;
	}


/* =========== Extra =========== */

dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px; 
	}


/* =========== Footer =========== */

div#footer {
	width: 760px !important;
	width: 780px;
	padding-right: 20px;
	height: 60px;
	font-size: 10px;
	background: url(http://www.speena.net/blog/template/ob11_footer_bg.gif) no-repeat top;
	}

div#footer div.address {
	padding-top: 30px;
	color: #91836d;
	text-align: center;
	}


/* =========== メニュー折りたたみ =========== */

.sidetitle2 {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
}
 
.sidetitle2 a {
    width: auto;
}
 
/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#666666; /* 文字色 */
    background-color:#f6f6f6; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}
 
/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#ffffff; /* 文字色 */
    background-color: #999999; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}
