@charset "EUC-JP";

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

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


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

body {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #666;
	background: #fff;
	}

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

a:active,
a:hover {
	color: #69f;
	text-decoration: underline;
	}

img {
	border: 0px;
	}

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

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

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

div {
	text-align: left;
	}

table {
	border: 0px;
	border-collapse: collapse;
	}

ul {
	list-style: none;
	}

strong {
	font-weight: bold;
	}

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


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

div#layout {
	width: 756px !important;
	width: 780px;
	padding: 0 12px;
	margin: 0 auto;
	text-align:left;
	line-height: 1.5em;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_main_bg.gif) repeat-y;
	}

div#contents {
	width: 470px !important;
	width: 490px;
	padding-left: 20px;
	float: left;
	}

div#pagenavi {
	width: 470px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 10px;
	}

div#sidenavi {
	width: 250px !important;
	width: 258px;
	padding: 12px 8px 20px 0;
	font-size: 10px;
	float: right;
	color: #666;
	}

div#footer {
	width: 756px;
	height: 25px;
	border-top: 3px solid #ccc;
	margin-top: 30px;	
	padding-bottom: 30px;
	}


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

div#title {
	height: 210px;
	padding: 0 20px;
	text-align: right;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_header_bg.gif) no-repeat top;
	}

div#title h1 {
	padding: 95px 0 5px 0;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	}

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

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

div#title p {
	padding: 0;
	font-size: 10px;
	color: #888;
	line-height: 1.4em;
	}


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

div.entry {
	padding: 10px 0 50px;
	}

div.entry h2 {
	height: 35px !important;
	height: 50px;
	padding: 15px 0px 0px 35px;
	font-size: 12px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_entry_header.gif) no-repeat top;
	}

div.entry h2 a:link,
div.entry h2 a:visited  {
	color: #666;
	text-decoration: none;
	}

div.entry h2 a:active,
div.entry h2 a:hover {
	color: #888;
	text-decoration: underline;
	}

div.entry_author {
	padding: 0 10px;
	font-size: 10px;
	text-align: right;
	margin-bottom: 30px;
	}

div.entry_body {
	padding: 0 10px 20px;
	}

div.entry_more {
	padding: 0 10px 20px;
	clear: both;
	}

div.entry_state {
	margin: 5px 10px 0;
	padding-top: 5px;
	font-size: 10px;
	text-align: right;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_entry_state.gif) no-repeat top;
	clear: both;
	}


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

div#comments {
	margin-bottom: 30px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_comtb_body.gif) repeat-y;
	}

div#comments h3 {
	height: 29px !important;
	height: 30px;
	padding: 1px 0 0 20px;
	font-size: 12px;
	color: #666;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_comtb_header.gif) no-repeat top;
	}

div#comments dl.comment_body {
	margin: 0 25px;
	padding: 10px 0;
	}

div#comments dl.comment_body dt {
	padding-bottom: 3px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_dotline.gif) repeat-x bottom;
	}

div#comments dl.comment_body dd {
	padding: 3px 0 10px;
	margin-bottom: 5px;
	}

div#comments h4 {
	margin: 0 25px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #888;
	background-color: #ddd;
	}

dl#comment_form {
	height: 230px !important;
	height: 280px;
	padding: 10px 35px 40px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_comtb_bottom.gif) no-repeat bottom;
	}

dl#comment_form dt {
	width: 100px;
	padding-bottom: 2px;
	float: left;
	clear: both;
	}

dl#comment_form dd {
	width: 300px;
	padding-bottom: 5px;
	float: right;
	}

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

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

dl#comment_form dd input.form {
	background-color: #fff;
	border: 1px solid #aaa;
	}

dl#comment_form dd textarea {
	width:280px;
	background-color: #fff;
	border: 1px solid #aaa;
	}

dl#comment_form dd input.button {
	width: 80px !important;
	width: 100px;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 10px;
	color: #888;
	background-color: #ddd;
	border: 1px solid #aaa;
	}


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

div#trackback {
	padding-bottom: 30px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_comtb_bottom.gif) no-repeat bottom;
	}

div#trackback h3 {
	height: 29px !important;
	height: 30px;
	padding: 1px 0 0 20px;
	font-size: 12px;
	color: #666;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_comtb_header.gif) no-repeat top;
	}

div#trackback p.tb_link {
	font-size: 10px;
	color: #888;
	padding: 10px 25px 20px;
	text-align: center;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_comtb_body.gif) repeat-y;
	}

div#trackback dl.tb_body {
	padding: 10px 25px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_comtb_body.gif) repeat-y;
	}

div#trackback dl.tb_body dt {
	padding-bottom: 3px;
	font-size: 10px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_dotline.gif) repeat-x bottom;
	}

div#trackback dl.tb_body dd {
	padding: 3px 0 10px 0;
	margin-bottom: 5px;
	font-size: 12px;
	}


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

div#profile {
	padding: 10px 0 50px;
	}

div#profile h2 {
	height: 35px !important;
	height: 50px;
	margin-bottom: 30px;
	padding: 15px 0px 0px 35px;
	font-size: 12px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_entry_header.gif) no-repeat top;
	}

div.profile_body {
	padding: 0 10px 20px;
	}


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

div#pagenaviunder {
	text-align: center;
	}


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

div#sidenavi dl {
	margin-bottom: 10px;
	padding: 0;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_navi_body.gif) repeat-y;
	}

div#sidenavi dt {
	height: 24px !important;
	height: 65px;
	padding: 41px 20px 0 40px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_navi_title.gif) no-repeat top;
	}

div#sidenavi dd {
	padding: 0 20px 20px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_navi_bottom.gif) no-repeat bottom;
	}

div#sidenavi ul li {
	padding-left: 12px;
	line-height: 17px;
	list-style: none;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_point.gif) no-repeat left 5px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_point.gif) no-repeat left 4px !important;
	}

div#sidenavi input.form {
	margin-left: 5px;
	width: 135px;
	font-size: 10px;
	font-family: verdana, Arial, sans-serif;
	background-color: #fff;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #ccc;
	}

div#sidenavi input.button {
	width: 58px !important;
	width: 60px;
	font-size: 10px;
	color: #888;
	font-family: verdana, Arial, sans-serif;
	background-color: #ddd;
	border: 1px solid #aaa;
	}

dd div.amazon {
	padding: 0 0 5px;
	text-align: center;
	}


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

dl#calendar a:link,
dl#calendar a:visited {
	color: #36c;
	text-decoration: none;
	}

dl#calendar a:active,
dl#calendar a:hover {
	color: #69f;
	text-decoration: underline;
	}

dl#calendar table {
	padding: 0;
	width: 210px;
	}

dl#calendar table th,
dl#calendar table td {
	width: 30px;
	padding: 5px 0;
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	color: #666;
	}

dl#calendar table td.calendar_month {
	width: 210px;
	padding-bottom: 10px;
	font-weight: bold;
	}

dl#calendar table td span.today {
	color: #666;
	font-weight: bold;
	background: #eee;
	}

dl#calendar table td span.today a {
	color: #69f;
	font-weight: bold;
	background: #eee;
	}

dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #c0ae78;
	font-weight: bold;
	background: #5c5131;
	}


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

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


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

div#footer address {
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
	}



/* =========== Entry & Profile TAGs ===========
　（エントリおよびプロフィールの中で使えるタグまとめ） */

div.profile_body h5,
div.entry h5 {
	margin: 0 0 5px;
	padding: 0 0 2px 5px;
	font-size: 12px;
	font-weight: bold;
	border-left: 5px solid #62bcff;
	border-bottom: 1px dotted #666;
	}

div.profile_body blockquote,
div.entry blockquote {
	padding: 10px;
	border-top: 1px solid #ddd;
	border-left: 2px solid #62bcff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

div.profile_body ul,
div.entry ul {
	list-style: none;
	padding: 0;
	}

div.profile_body ul li,
div.entry ul li {
	padding: 2px 0 2px 18px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_point.gif) no-repeat 1px 7px !important;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_point.gif) no-repeat 1px 6px;
	}

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

div.profile_body strong,
div.entry strong {
	font-weight: bold;
	}

div.profile_body em,
div.entry em {
	font-style: italic;
	}

div.profile_body ins,
div.entry ins {
	text-decoration: underline;
	}

div.profile_body del,
div.entry del {
	text-decoration: line-through;
	}

div.profile_body table,
div.entry table {
	border: 0;
	vertical-align: top;
	}

div.profile_body table th,
div.entry table th {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	}

div.profile_body table td,
div.entry table td {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	}

div.profile_body table.setborder,
div.entry table.setborder {
	border: 0;
	vertical-align: top;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}

div.profile_body table.setborder th,
div.entry table.setborder th {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #62bcff;
	border-right: 1px solid #ddd;
	background: #eee;
	}

div.profile_body table.setborder td,
div.entry table.setborder td {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}

div.profile_body dl,
div.entry dl {
	margin: 0;
	padding: 0;
	}

div.profile_body dl dt,
div.entry dl dt {
	padding: 0 0 2px;
	font-weight: normal;
	border-bottom: 2px solid #ddd;
	}

div.profile_body dl dd,
div.entry dl dd {
	padding: 2px 0 2px 30px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_point.gif) no-repeat 13px 7px !important;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_point.gif) no-repeat 13px 6px;
	}

div.profile_body .amazon,
div.entry .amazon {
	margin: 0;
	padding: 0;
	}

img.amazon_pict,
div.profile_body .amazon a img,
div.entry .amazon a img {
	margin: 0;
	padding: 0;
	border: 5px solid #ddd;
	}

div.profile_body .amazon_text,
div.entry .amazon_text {
	margin: 0;
	padding: 0 0 5px;
	}

div.profile_body .amazon_text a,
div.entry .amazon_text a {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_point.gif) no-repeat 1px 5px !important;
	background: url(http://adp-hbyp.info/sozai/sb_ver2/template/ob09_point.gif) no-repeat 1px 4px;
	}

div.profile_body input.form,
div.entry input.form {
	width: 300px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ccc;
	}

div.profile_body textarea,
div.entry dd textarea {
	width: 300px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ccc;
	}

div.profile_body input.button,
div.entry dd input.button {
	padding: 3px 10px;
	font-size: 10px;
	font-family: verdana, Arial, sans-serif;
	color: #888;
	background: #ddd;
	border: 1px solid #aaa;
	}
