@charset "{site_encoding}";

/* 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] */

.blogContents {
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
}

.blogContentsMain {
	padding-right: 40px;
}

.tp {
	padding-left: 10px;
	background-color: #FFFFFF;
	height: 350px;
	padding-top: 20px;
}

.main2 img {
	max-width: 100%;
	height: auto;
}

/* [Global Settings] */

p {
	margin-bottom: 1em;
}


.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* [Layout] */

div#pagenavi {
	text-align: center;
	padding-bottom: 15px;
}


/* [Entry] */
div.entry {
	padding-bottom: 50px;
}
div.entry h2 {
	font-size: 1.4em;
	padding: 0 0 10px 0;
	/* background: transparent url({site_parts}sb_entry_header.gif) no-repeat bottom; */
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
div.entry_author {
	text-align: right;
	margin-bottom: 20px;
}
div.entry_body {
	margin-bottom: 18px;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state {
	clear: both;
	text-align: right;
}
div.entry img.pict {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div.entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry blockquote {
	padding: 15px 15px;
	margin-bottom: 30px;
	background-color: #EEE;
}
div.entry ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry ol{
	list-style-type: decimal;

	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry em{
	font-weight: bold;
}
div.entry table {
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	margin-bottom: 18px;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #800;
	border-right: 1px solid #DDD;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	vertical-align: top;
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	color: #800;
	font-weight: bold;
	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}
/* [Comment] */
div#comments {
	padding-bottom: 50px;
}
div#comments h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
div#comments dl.comment_body {
	padding-bottom: 30px;
}
div#comments dl.comment_body dt {
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
div#comments h4 {
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	font-weight: bold;
	color: #FFF;
	/* background: transparent url({site_parts}sb_comment_form_bg.jpg) no-repeat; */
	padding: 5px 10px;
}
dl#comment_form {
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #FFF;
	padding: 10px 20px;
}
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;
	border: 1px solid #CCC;
}
dl#comment_form dd textarea {
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	padding-bottom: 50px;
}
div#trackback h3 {
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
p.tb_link {
	background-color: #FAFAFA;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #800;
	text-align: center;
}
div#trackback dl.tb_body {
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
/* [Profile] */
div#profile {
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	padding: 0 0 6px 30px;
	/* background: transparent url({site_parts}sb_entry_header.gif) no-repeat bottom; */
	margin-bottom: 30px;
}
div.profile_body {
	margin-bottom: 18px;
}
/* [Navigation] */
div#navigation dl {
	margin-bottom: 30px;
}
div#navigation dt {
	padding: 0 0 2px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #800;
	/* background: transparent url({site_parts}sb_navi_dt.gif) no-repeat bottom left;*/
}
div#navigation ul {
	padding-left: 15px;
	list-style-position: outside;
	/* list-style-image: url({site_parts}sb_ul_arrow.gif); */
}
/* for IE5Mac */
/*\*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-bottom: 0px;
}
/* ++++ Calendar ++++ */
dl#calendar table {
	width: 100%;
}
dl#calendar table th,
dl#calendar table td {
	line-height: 1em;
	text-align: center;
	padding: 2px 3px;
}
dl#calendar table th {
	padding-bottom: 5px;
}

/* ++++ Extra ++++ */
dl#extra {
	padding: 10px;
	border: 1px solid #CCC;
	/* background: transparent url({site_parts}sb_extra_bg.jpg) no-repeat bottom; */
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
}
p#link2top {
	padding-left: 10px;
	/* background: transparent url({site_parts}sb_pagetop_arrow.gif) no-repeat; */
}
/* [Footer] */
div#footer address {
	padding: 5px 0 0 120px;
	font-style: normal;
	line-height: 1em;
	color: #FFF;
}
/* [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:  Georgia,Times New Roman,serif;
}