@charset "EUC-JP";

/* sb design template -Summer Breeze- Copyright 2005 Toshihiro Abe. All rights reserved. */
/* ++++ Contents Index ++++
	1. Reset
	2. Global Settings
	3. Layout
	4. Header
	5. Entry
	6. Comment
	7. Trackback
	8. Navigation
	9. Footer
	10. Typography
  ++++++++++++++++++++ */
/* [Reset] */
* {
	margin: 0;
	padding: 0;
}

/* [Global Settings] */
body {
	color: #000000;
	font: 11px/1.5em Helvetica, Arial, Hiragino Kaku Gothic Pro, sans-serif;
	background: #fff;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:active,
a:hover {
	color: #00FF00;
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	color: #000000;
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* [Layout] */
div#wrapper   { padding: 0 30px; width: 700px !important }
div#header   { margin-bottom: 30px; width: 700px; height: 170px !important }
div#contents   { padding: 0 30px; width: 400px !important; float: left }
div#pagenavi   { color: #000000; font-size: 10px; text-align: center; padding-bottom: 15px; width: 400px }
div#navigation {
	width: 200px;
	float: right;
}
div#footer   { margin: 30px 0; width: 700px; height: 20px }
/* [Header] */
div#title {
	width: 600px !important;
	width: 600px;
	height: 70px !important;
	height: 50px;
	padding: 50px 0 0 35px;
	float: left;
}
div#title h1 {
	font-size: 15px;
	line-height: 1em;
	font-weight: bolder;
	padding-bottom: 2px;
}
div#title h1 a {
	color: #000000;
	text-decoration: none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color: #000000;
}
div#title p {
	color: #000000;
}
dl#search  { color: #000000; padding-top: 10px; width: 200px; height: 30px !important; float: right }
dl#search dt {
	width: 200px;
	height: 30px;
}
dl#search dd input.form {
	width: 130px !important;
	width: 132px;
	background-color: #fff;
	border: 1px solid #000000;
}
dl#search dd input.button {
	margin-top: 10px;
}
/* [Entry] */
div.entry  { padding-bottom: 50px; width: 400px }
div.entry h2 {
	font-size: 16px;
	width: 400px !important;
	width: 400px;
	padding: 0 0 0px 0px;
	margin-bottom: 5px;
	font-family:  Helvetica, Arial, Hiragino Kaku Gothic Pro;
}
div.entry h2 a {
	color: #000000;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #000000;
}
div.entry_author  { color: #000000
	text-align: right; margin-bottom: 20px; width: 400px }
div.entry_body {
	margin-bottom: 18px;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state  { color: #000000; text-align: right; width: 400px; clear: both }
div.entry img.pict {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-align: right;
}
div.entry img.thumb {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.entry blockquote  { background-color: #ffffff; margin-bottom: 30px; padding: 15px }
div.entry ul { list-style-type: disc; margin-bottom: 30px; padding: 15px }
div.entry ol { list-style-type: decimal; margin-bottom: 30px; padding-left: 20px }
div.entry em{
	font-weight: bold;
}
div.entry table {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin-bottom: 18px;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	vertical-align: top;
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}
/* [Comment] */
div#comments  { padding-bottom: 50px; width: 400px }
div#comments h3  { color: #000000; font-size: 14px; font-weight: bold; margin-bottom: 15px; padding-bottom: 5px; width: 400px }
div#comments dl.comment_body  { padding-bottom: 30px; width: 400px }
div#comments dl.comment_body dt  { color: #000000; text-align: right; margin-bottom: 5px; padding-bottom: 2px; width: 400px }
div#comments h4   { color: #000000; font-size: 11px; font-weight: bold; padding: 5px 10px; width: 408px !important; border-top: 0 solid #ddd; border-right: 0 solid #ddd; border-left: 0 solid #ddd }
dl#comment_form   { background-color: #fff; padding: 10px 20px; width: 388px !important; border-right: 0 solid #ddd; border-bottom: 0 solid #ddd; border-left: 0 solid #ddd }
dl#comment_form dt {
	padding-bottom: 5px;
}
dl#comment_form dd {
	padding-bottom: 15px;
}
dl#comment_form dd label {
	padding: 0 10px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.form   { background-color: #eee; width: 200px !important; border: solid 0 #ccc }
dl#comment_form dd textarea   { background-color: #ffffff; width: 300px !important; border: solid 1px #000000 }
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback   { padding-bottom: 50px; width: 400px }
div#trackback h3   { color: #999; font-size: 14px; font-weight: bold; margin-bottom: 15px; padding-bottom: 5px; width: 400px; border-bottom: 1px solid #ccc }
p.tb_link   { color: #f90; background-color: #fafafa; text-align: center; margin-bottom: 30px; padding: 5px; width: 418px !important }
div#trackback dl.tb_body   { padding-bottom: 30px; width: 400px }
div#trackback dl.tb_body dt   { color: #ccc; text-align: right; margin-bottom: 5px; padding-bottom: 2px; width: 400px }
/* [Profile] */
div#profile   { padding-bottom: 0; width: 400px }
div#profile h2 {
	font-size: 14px;
	width: 400px !important;
	width: 400px;
	padding: 0 0 6px 0px;
	margin-bottom: 30px;
}
div.profile_body {
	margin-bottom: 18px;
}
/* [Navigation] */
div#navigation dl {
	margin-bottom: 30px;
}
div#navigation dt {
	width: 180px !important;
	width: 200px;
	padding: 0 0 2px 20px;
	margin-bottom: 10px;
}
div#navigation ul {
	padding-left: 15px;
	list-style-position: outside;
}
/* for IE5Mac */
/*?*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-bottom: 0px;
}
/* ++++ Calendar ++++ */
dl#calendar table {
	width: 200px;
}
dl#calendar table th,
dl#calendar table td {
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	padding: 2px 3px;
}
dl#calendar table th  { padding-bottom: 5px }
dl#calendar table td span.today {
	color: #00FF00;
}
dl#calendar table td span.today a {
	color: #00FF00;
}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #00FF00;
}
/* ++++ Extra ++++ */
dl#extra {
	width: 178px !important;
	width: 200px;
	padding: 10px;
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
}
p#link2top {
	padding-left: 10px;
}
/* [Footer] */
div#footer address {
	padding: 5px 0 0 120px;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
	color: #000000;
}
/* [Typography] */
div#pagenavi,
div#title p,
div.entry_author,
div.entry_state,
div#navigation dt,
dl#calendar table th,
dl#calendar table td,
dl#extra ul,
div#comments dl.comment_body dt,
div#comments dl#comment_form dt,
dl#comment_form dd,
div#footer address {
	font-family:  Helvetica, Arial, Hiragino Kaku Gothic Pro;
}
