@charset "utf-8";
#main h1 {
	font-size: 24px;
	color: #0099FF;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#main h2 {
	font-size: 15px;
	line-height: 35px;
	background-image: url(../img/title_back.jpg);
	margin: 0px;
	height: 36px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	color: #333333;
}


#main h3 {
	font-size: 150%;
	padding: 5px;
	margin-bottom: 15px;
	color: #663333;
}

/* カテゴリ別記事ページスタイル */


#main #categoryList {
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#categoryList h2, #categoryList h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

#categoryList dt {
	font-size: 16px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#categoryList dd {
	font-size: 13px;
	background-color: #FFF;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #DFDFDF;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* 個別記事スタイル */


#bookmark {
	margin: 0px;
	padding: 0px;
	height: 30px;
	float: right;
	width: 270px;
}
#bookmark a {
	text-decoration: none;
}

#entryinfo {
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 11px;
	height: 20px;
	width: 395px;
}
#categorylabel {
	color: #666666;
	margin: 0px;
	height: 20px;
	width: 390px;
	font-size: 11px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.sb {
  text-align: right;
  margin: 0;
  padding: 0;
}
.sb a {
  margin: 0 5px 0 0;
  padding: 0;
}
.sb img {
  margin: 0;
  padding: 0;
  border: none;
}


#main #entrybody {
	font-size: 90%;
	line-height: 2;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
}
#main #entrybody h2 {
	font-size: 16px;
	line-height: 40px;
	background-image: url(../img/bg_main_h2.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main #entrybody h3 {
	font-size: 14px;
	line-height: 30px;
	background-image: url(../img/bg_main_h3.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #0099FF;
}
#main #entrybody .box01 {
	margin: 0px;
	padding: 20px;
	width: 600px;
	border: 1px solid #CCCCCC;
}
#same {
	margin-bottom: 20px;
	margin-top: 50px;
}
#same ul {
  margin: 0;
  padding: 0;
}
#same .titlebar {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	background-image: url(img/title_back.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}

#same li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 17px;
	list-style: none;
}

#main #samefolderlist h4 {
	color: #060;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dotted #060;
}
#main #samefolderlist li {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 15px;
	padding-left: 20px;
}
#main ul.sitemap, #main ul.sitemap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main ul.sitemap li {
	background-image: url(img/sitemap-listmark.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#main ul.sitemap a {
	text-decoration: none;
	display: block;
}
#main ul.sitemap a:hover {
	background-color: #FFFF00;

}
/* サイドバースタイル */


#mainsidebar .catelist {
	margin-bottom: 15px;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
}

#mainsidebar h2 {
	font-size: 13px;
	background-image: url(../img/back_sidemenu_title.jpg);
	background-repeat: no-repeat;
	height: 36px;
	background-position: 0px 0px;
	line-height: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainsidebar .catelist a {
	display: block;
	padding-left: 5px;
	font-size: 13px;
}
#mainsidebar .recent_entries {
	margin-bottom: 15px;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
}
#mainsidebar .recent_entries li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

#mainsidebar .recent_entries a {
	display: block;
	padding-left: 5px;
	font-size: 13px;
}
#mainsidebar #blog_parts {
	margin: 0px;
	padding: 0px;
}
#mainsidebar #blog_parts .parts {
	text-align: center;
	margin: 0px;
	font-size: 11px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#mainsidebar .search {
	margin-bottom: 15px;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
