/* @Main
====================================== */
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #615B5E;
	text-align: center;
}
a {
	color: #cc2200;
}
a:visited {
	color: #cc2200;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
 
/* @Container
====================================== */
#content {
	margin: 0 auto;
	background: #fff;
	text-align: left;
	zoom: 1;
	width: 90%;
	max-width: 910px;
	border-right: 1px solid #4a5973;
	border-left: 1px solid #4a5973;
	overflow: auto;
}
#box2 {
	background: #fff;
	line-height: 1.5;
	width: 220px;
	float: right;
	border-left: none;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
#main {
	width: 640px;
	height: auto;
	float: left;
	background: #fff;
	padding: 20px 15px 2em 20px;
	clear: both;
}
 
/* @BLOG-TITLE
====================================== */
#globalheader-container {
	margin: 0px auto 0 auto;
	width: 90%;
	max-width: 910px;
	border-right: 1px solid #4a5973;
	border-left: 1px solid #4a5973;
	position: relative;
	text-align: left;
	padding: 5px 0 10px 0;
	background: #530511;
	color:#fff;
}
 
#blog-title {
    	color: #ffffff;
    	margin: 0px auto;
    	padding: 0;
    	background: #530511;
    	text-align: left;
    	font-size: 0.8em;
    	text-indent: 20px;
    	width: 90%;
    	max-width: 910px;
    	border-right: 1px solid #4a5973;
    	border-left: 1px solid #4a5973;
}
 
h1#title a,h1#title a:visited {
	color: #ffffff;
    text-decoration: none;
}
h1#title a:hover {
	text-decoration: underline;
}
 
#title {
    	padding: 55px 20px 0;
    	margin: 0;
    	text-indent: 0;
}
 
#blog-description {
    	padding: 0 20px 55px;
    	margin-bottom: 0;
    	text-indent: 0;
}
 
#blog-title-inner {
    background-color: #fff;
	height: auto!important;
	min-height: 240px;
}
 
.header-image-enable #blog-title #title a {
    	-moz-text-shadow: none!important;
    	-webkit-text-shadow: none!important;
    	text-shadow: none!important;
}
 
.header-image-enable #blog-title #blog-description {
    	-moz-text-shadow: none!important;
    	-webkit-text-shadow: none!important;
    	text-shadow: none!important;
}
 
/* @Top-box and Navigation Module
====================================== */
#top-box,#top-editarea,#bottom-editarea {
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
}
.breadcrumb a {
  color: #0022cc;
  margin-left: 20px;
}
.breadcrumb {
	background: #eee;
	max-width: 910px;
	margin: 0 auto;
	border-right: 1px solid #4a5973;
	border-left: 1px solid #4a5973;
}
 
/* @ENTRY
====================================== */
.entry-title a {
    text-decoration: none;
	color: #fff;

}
.entry-header h1.entry-title {
	border-left: 9px solid #700;
      border-bottom: 3px solid #700;
	padding-left: 10px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 0;
	font-size: 100%;
	margin: 0.4em 0 0 0;
	background: #530511;
}
h1.entry-title {
	margin:0;
}
.day a {
	color: #530511;
}
.date {
	margin: 0 0 10px 0;
	font-size: 100%;
	font-family: "times new roman", "geogia", serif;
	padding: 25px 0.5em 0.2em 0;
	line-height: 100%;
	color: #555;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
.date a {
	color: #555;
    text-decoration: none;
}
.entry-header-menu {
   margin: 0 0 15px 0;
   padding: 0 0 0 12px;
   text-align: left;
   font-size: 80%;
   position: relative;
   line-height: 1.5;
   vertical-align: top;
   color: #999;
   border-left: 9px solid #ccc;
}
.entry-header div.categories {
	padding: 0 0 0 12px;
	text-align: left;
	font-size: 80%;
	position: relative;
	line-height: 1.5;
	vertical-align: top;
	color: #999;
	border-left: 9px solid #530511;
}
.section h4 {
   border-bottom: 1px dotted #530511;
   padding: 3px;
   margin: 1em 0 0.5em 0;
}
 
.social-buttons {
    	margin: 20px 0;
}
 
/* @Comment
====================================== */
.comment {
	margin: 0;
	clear: both;
	border: 1px solid #333;
	background: #ffffff;
}
.leave-comment-title {
	margin: 0 0 7px 0;
	padding: 3px 0.5em 3px 0.7em;
	background: #530511;
	color: #ffffff;
	display: block;
}
.entry-comment {
    list-style:none;
}
/* @Entry TextStyle
====================================== */
.entry-content {
	line-height: 1.5;
}
.entry-content p {
  0.6em 0 0.6em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.5em 0;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
 border-left: 9px solid #d88;
 padding-left:10px;
 background: #fee;
  font-size: 120%;
}
.entry-content h4 {
  font-size: 115%;
  margin-bottom: 10px;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry blockquote {
  border: 1px solid #900;
  background:#eee;
  margin: 1em 0;
  padding: 0.5em;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: small;
}
.entry-content ul {
	list-style: disc;
}
.entry-content ul,
.entry-content ol {
  margin: 16px 0;
  padding: 0 0 0 40px;
}
.entry-content table {
  border-collapse: collapse;
　font-size: 90%;
　margin: 1em 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #d2deee;
  padding: 5px;
}
.entry-content table th {
  background: #e9eff8;
  border: 1px solid #d2deee;
}
a.keyword {
  color: #3D3D3D;
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
}
pre.code {
  font-size: 90%;
  background: #e9eff8;
  border: 1px solid #d2deee;
  padding: 0.5em 0.8em;
  color: #555;
  overflow: auto;
  overflow-y: hidden;
  white-space: pre-wrap;
}
.synIdentifier {
  color: #008080;
}
.synStatement {
  color: #804000;
}
.synType {
  color: #008000;
}
.synConstant {
  color: #c00000;
}
.synSpecial {
  color: #c000c0;
}
 
/* @Module
====================================== */


.hatena-module-title {
	padding: 3px 0.5em 3px 0.7em;
	color: #333;
	font-weight: bold;
	font-size: 100%;
	#background: #E7DEE0;
	#text-align: center;
}
.hatena-module-title a {
	color: #000;
    text-decoration: none;
}
.hatena-module-body {
	margin-right: 10px;
	background:#E7DEE0;
	padding: 7px;
	zoom: 1;
}
.hatena-module ul, .sidebar .hatena-module ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}
.hatena-module ul li, .hatena-module ol li {
	padding-bottom: 3px;
	padding-left: 2px;
    margin-bottom: 4px;
	border-bottom: 1px solid #e5ebfa;
	line-height: 1.3;
}
.hatena-module ul li a, .hatena-module ol li a {
    text-decoration: none;
}
 
/* @Module::Profile
====================================== */
.hatena-module-profile {
	font-size: 90%;
	line-height: 135%;
}
.hatena-module-profile .id {
	padding-bottom: 0.2em;
	font-weight: bold;
}
.hatena-module-profile .id a {
	font-family: "times new roman", "geogia", serif;
    text-decoration: none;
}
.profile-icon {
    	float: left;
    	margin: 5px 10px 5px 5px;
}
.hatena-module-profile .profile-description p {
	margin: 0;
}
 
/* @Module::Search
====================================== */
form.search-form input {
    	border: 1px solid #ccc;
    	margin: 5px 5px 5px 0;
    	vertical-align: middle;
    	background: #fff;
}
.search-form .search-module-input {
	width: 130px;
	padding: 3px;
	margin: 0;
	font-size: 12px;
}
.search-form .search-module-button {
	border: 1px solid #ccc;
	margin: 5px 5px 5px 0;
	vertical-align: middle;
	background: #fff;
}
input[type="button"], input[type="submit"] {
    	padding: 1px;
}
textarea, input {
    	padding: 3px;
}
 
/* @Module::Recent-entries
====================================== */
 
/* @Module::Category
====================================== */
 
/* @Footer
====================================== */
#footer {
	margin: 0 auto;
	background: #fff;
	zoom: 1;
	width: 90%;
	max-width: 910px;
	line-height: 1.5;
	border-right: 1px solid #4a5973;
	border-left: 1px solid #4a5973;
	clear: both;
}
 
/* @HATENA-EMBED
====================================== */
/* ---STANDARD
.hatena-embed {
	padding-left: 20px;
	margin: 1em 0;
}
 
.hatena-embed.fotolife,
.hatena-embed.twitpic {
    	padding:0;
    	margin:0;
    	border: none;
    	background: transparent;
    	display: inline;
}
 
.hatena-embed.hatena-bookmark {
    	background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/hatena-bookmark.png?version=e0e0a3993d8aff6a6344f19dd784d5') no-repeat left 3px;
}
 
.hatena-embed.foursquare {
    	background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/foursquare.png?version=e0e0a3993d8aff6a6344f19dd784d5') no-repeat left 3px;
}
 
.hatena-embed.hatena-coco {
    	background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/hatena-coco.png?version=e0e0a3993d8aff6a6344f19dd784d5') no-repeat left 3px;
}
 
.hatena-embed.hatena-haiku {
    	background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/hatena-haiku.png?version=e0e0a3993d8aff6a6344f19dd784d5') no-repeat left 3px;
}
 
.hatena-embed.twitter {
    	background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/twitter.png?version=e0e0a3993d8aff6a6344f19dd784d5') no-repeat left 3px;
}
 
*/
/* @HATENA-EMBED(FOTOLIFE,TWITPIC)
====================================== */
.hatena-embed.hatena-fotolife,
.hatena-embed.twitpic {
	padding: 10px 10px 30px 10px;
	margin: 1em 0;
	background: transparent;
	display: inline-block;
	border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
	background: #fff;
	text-align: center;
}
.hatena-embed.hatena-fotolife {
	background: #ffffff url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-fotolife.png?version=e0e0a3993d8aff6a6344f19dd784d5') no-repeat right bottom;
}
.hatena-embed.twitpic {
	padding: 10px 10px 10px 10px;
}
.hatena-embed.hatena-fotolife .hatena-embed-image,
.hatena-embed.twitpic .hatena-embed-image {
	display: inline-block;
	max-width: 600px;
}
.hatena-embed.hatena-fotolife .hatena-embed-body,
.hatena-embed.hatena-fotolife .hatena-embed-body a,
.hatena-embed.twitpic .hatena-embed-body,
.hatena-embed.twitpic .hatena-embed-body a {
	text-align: center;
	font-family: 'Homemade Apple', cursive;
	color: #454545;
	font-size: 16px;
	margin-top: 10px;
}
img.hatena-fotolife {
	border: 1px solid #777;
}
/* @HATENA-EMBED(COCO,4SQ)
====================================== */
.hatena-embed.hatena-coco,
.hatena-embed.foursquare {
	margin: 1em 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
}
.hatena-embed.hatena-coco {
	border: 1px solid #e2d279;
	padding: 20px 30px;
	background: #faf9e6 url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-coco.png?version=e0e0a3993d8aff6a6344f19dd784d5') no-repeat right bottom;
}
.hatena-embed.hatena-coco .hatena-embed-image,
.hatena-embed.foursquare .hatena-embed-image {
	width: 100px;
	height: 100px;
}
.hatena-embed.foursquare {
	border: 1px solid #C1D5DB;
	padding: 20px 30px;
	background: #e6eff2 url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-4sq.png?version=e0e0a3993d8aff6a6344f19dd784d5') no-repeat right bottom;
}
/* @HATENA-EMBED(BOOKMARK)
====================================== */
.hatena-embed.hatena-bookmark {
	padding: 15px 15px 15px 70px;
    margin: 1em 0;
	background: transparent;
	border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
	background: #ffffff url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-bookmark.png?version=e0e0a3993d8aff6a6344f19dd784d5') no-repeat 10px top;
	position: relative;
}
.hatena-embed.hatena-bookmark a {
    text-decoration: underline;
}
.hatena-embed.hatena-bookmark .hatena-embed-image {
	max-height: 50px;
}
/* @HATENA-EMBED(HAIKU)
====================================== */
.hatena-embed.hatena-haiku {
	padding: 15px 15px 15px 70px;
	margin: 1em 0;
	background: transparent;
	border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
	background: #ffffff url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-haiku.png?version=e0e0a3993d8aff6a6344f19dd784d5') no-repeat 5px 5px;
}
/* @HATENA-EMBED(MONOLITH)
====================================== */
.hatena-embed.hatena-monolith {
	width: 580px;
	padding: 15px;
	margin: 1em 0;
	background: transparent;
	border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
	background: #ffffff url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-monolith.png?version=e0e0a3993d8aff6a6344f19dd784d5') no-repeat right bottom;
}
.hatena-embed.hatena-monolith .hatena-embed-image {
	display: block;
	float: left;
	max-width: 98px;
	border: 1px solid #dfdfdf;
}
.hatena-embed.hatena-monolith .hatena-embed-body {
	float: left;
	width: 470px;
	margin-left: 10px;
}
.hatena-embed.hatena-monolith:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/* @HATENA-EMBED(TWITTER)
====================================== */
.hatena-embed.twitter {
	padding: 10px 0;
	margin: 1em 0;
	border-bottom: 1px dotted #757575;
	border-top: 1px dotted #757575;
}
/* @HATENA-EMBED(ATND)
====================================== */
.hatena-embed.atnd {
	padding: 10px 0;
	margin: 1em 0;
	border-bottom: 1px dotted #757575;
	border-top: 1px dotted #757575;
}
.hatena-embed-detail.atnd-detail {
	font-size: 20px;
	font-weight: bold;
	color: #262626;
}
.hatena-embed-detail.atnd-detail:hover {
	color: #EA1F00;
	text-decoration: none;
}
.hatena-embed.atnd .content-body {
	font-size: 12px;
	color: #222;
}
 
/* @About
====================================== */
.page-about dt {
	margin: 0 0 10px 0;
	font-size: 130%;
	padding: 25px 0.5em 0.2em 0;
	line-height: 100%;
	color: #530511;
	border-bottom: 1px solid #a5bce7;
    font-weight:bold;
}
.page-about dd {
	margin: 0.6em 0 0.6em 0;
}
 
/* @Archive
====================================== */
.autopagerize_page_element .categories {
	border:none; 
	margin-right: 20px;
}
.autopagerize_page_element .entry-title {
    border:none;  
}
 



