@charset "EUC-JP";

/* 
livedoor Blog User Template
The Falling Box CSS

by hamashun


TOC

1 reset
2 BlogHeader
3 entry style
4 common
5 header
6 contents
7 category archive
8 footer
9 ads

 */




/* style add */

body {
  background-color: #fff;
}

div.entry .wrap,
div.entry .article {
  margin-bottom: 50px;
}

div.entry h3,
div.entry h4,
div.entry h5 {
  margin-bottom: 10px;
}

div.entry h3 {
  padding: 2px 5px 3px 5px;
  border-left: 5px solid #666;
}

div.entry img {
  max-width: 100%;
}


div.entry p {
  margin: 10px;
}

div.entry ol {
  margin: 10px;
}

div.entry dl {
  margin-bottom: 20px;
}

div.entry dl dt {
  margin-bottom: 10px;
}

div.entry dl dt img {
  margin-left: 15px;
}

div.entry ul li {
  margin-bottom: 15px!important;
}


div.entry {
  padding-bottom: 10px;
}

div.twitter_timeline {
  position: relative;
}

div.twitter_timeline .icon {
  position: absolute;
  top: 0;
  left: 0;
}
div.twitter_timeline .icon img {
  width: 64px;
}

div.twitter_timeline .tweet {
  margin-left: 71px;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
}

div.twitter_timeline .tweet:hover {
  background: #333;
  color: #fff;
}




/* =1 reset
----------------------------------------------------------------- */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img,strong,em,ins,del,cite,abbr,acronym,sup,sub,dfn,code,var,samp,kbd {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

abbr {
	border-bottom: none;
}








/* =2 BlogHeader
----------------------------------------------------------------- */
table#header {
	position: fixed;
	z-index: 10;
	width: 100%;
	border-bottom: solid 1px #888;
	background: #f3f3f3;
}

table#header th {
	width: 1%;
}

table#header th img {
	margin: 2px 10px;
}

table#header td.catprbox {
	width: 1%;
	white-space: nowrap;
}

table#header td.catprbox span {
	margin-right: 15px;
}

table#header td.newstickerbox {
	width: 97%;
}

table#header td.newstickerbox div {
	text-align: left!important;
	padding-left: 10px;
}

table#header td.startblogbox {
	width: 1%;
	padding-right: 20px;
	white-space: nowrap;
}

table#header td.startblogbox img {
	margin-right: 3px;
	border: 0;
	vertical-align: middle;
}

table#header td.startblogbox a.header-nav-livedoor {
	margin-right: 5px;
	border-right: 1px solid;
	padding-right: 5px;
}

/* changed Js */
table#header a {
	text-decoration: none!important;
}

table#header td {
	height: 16px!important;
	font-size: 13px;
}

td.newstickerbox div {
	width: 200px!important;
	height: 14px!important;
}

#header_scroll {
	width: 170px!important;
}

#header_topics div {
	height: 14px!important;
}










/* =3 entry style
----------------------------------------------------------------- */
div.entry h1 {
	font-size: 200%;
}

div.entry h2 {
	font-size: 180%;
}

div.entry h3 {
	font-size: 150%;
}

div.entry h4 {
	font-size: 130%;
}

div.entry h5 {
	font-size: 120%;
}

div.entry h6 {
	font-size: 110%;
}

div.entry p {
	margin-bottom: 10px;
}

div.entry blockquote {
	margin: 10px;
	padding: 10px;
	border: solid 1px #333;
}

div.entry pre {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: #333;
	color: #fff;
}

div.entry ul li {
	list-style-type: square;
	margin: 3px 10px;
}

div.entry ol li {
	list-style-type: decimal;
	margin: 3px 14px;
}

div.entry dt {
	font-weight: bold;
}

div.entry dd {
	margin-left: 15px;
	margin-bottom: 10px;
}








/* =4 common
----------------------------------------------------------------- */
body {
	line-height: 1.3;
}

div#container {
	width: 850px;
	margin: 0 auto;
}

a:link {
	color: #333;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #333;
}







/* =5 header
----------------------------------------------------------------- */
html,body,#container {
	height: 100%;
}

div#header {
	position: fixed;
	top: 0;
	z-index: 5;
	width: 387px;
	height: 100%;
	background: url(http://livedoor.blogimg.jp/hamashun/imgs/3/f/3fad51fb.png) no-repeat 0 0;
}

	div#header h1 {
		position: absolute;
		top: 320px;
		width: 250px;
		margin-left: 20px;
	}

		div#header h1 a {
			font-size: 83%;
		}

	div#header p#blog-description {
		position: absolute;
		top: 365px;
		width: 280px;
		margin-left: 20px;
		font-size: 70%;
	}


	/* fix ie7 */
	*:first-child+html div#header {
		left: 0;
	}

	*:first-child+html div#container {
		margin: 0;
	}

	/* fix ie6 */
	* html body {
		text-align: center;
	}

	* html div#container {
		text-align: left;
	}


	* html div#header {
		float: left;
	}

	* html div#contents {
		float: left;
		margin: 0!important;
	}

	* html div#mainContents {
		margin-top: 0!important;
	}

	* html div#header h1 {
		top: 340px;
	}

	* html div#header p#blog-description {
		top: 385px;
	}










/* =6 contents
----------------------------------------------------------------- */
div#contents {
	width: 463px;
	margin-left: 387px;
	padding-bottom: 23px;
	background: url(http://livedoor.blogimg.jp/hamashun/imgs/f/f/ffa5c489.png) no-repeat bottom left;
	overflow: hidden;
}





/* = main contents
--------------------------------------------------------- */
div#mainContents {
	margin-top: 20px;
	padding-top: 23px;
	background: url(http://livedoor.blogimg.jp/hamashun/imgs/2/2/2283f665.png) no-repeat 0 0;
	font-size: 75%;
}

h2.article-title {
	min-height: 35px;
	margin-top: 15px;
	padding: 9px 0 0 35px;
	background: url(http://livedoor.blogimg.jp/hamashun/imgs/7/b/7b3ef1cd.png) no-repeat 0 0;
}

div.entry {
	margin: 0 15px 10px;
}


div.entryFooter {
	margin: 10px;
	padding: 5px 5px 0 5px;
	border: solid 1px #666;
	background: #ddd;
}

dl.article-category dd {
	display: inline;
}

dl.article-tags,
dl.article-category,
ul.article-post {
	padding-bottom: 5px;
}

dl.article-category {
	padding-top: 5px;
}

dl.article-tags *,
dl.article-category *,
ul.article-post li {
	display: inline;
}

ul.article-post {
	text-align: left;
}






div.pager {
	padding: 10px;
}

ul.article-pager li.prev {
	padding-right: 15px;
}




/* feedback area
------------------------------------------------ */
div#article-options {
	background-color: #ffffff;
	padding: 10px 20px;
}

div.article-option {
	padding: 15px 0;
}

div.article-option h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}

/*** 指定しやすいようstyleReset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form ul {
	margin: 0 30px;
	padding: 0;
}

div#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

div#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

div#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/** トラックバック一覧 */

li.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 90%;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
	padding: 0 0 10px 20px;
	font-size: 90%;
}

ul.comment-info li.comment-author {
	display: inline;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.comment-info li.comment-body img.trackback-rating {}

/* ----------------------------------------------- */
/** コメントフォーム */

div#comment-form-body {
	background-color: #f5f5f5;
	padding: 15px 0 15px 5px;
}

div#comment-form-body table {
	border: 0;
	width: 95%;
	line-height: 25px;
	font-size: 90%;
}

div#comment-form-body table th {
	width: 3em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}


input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 90%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;

}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 90%;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}






/* =7 category archive
----------------------------------------------------------------- */
h2.archives-title {
	padding: 10px;
}











/* =8 footer
--------------------------------------------------------- */
div#footer {
	position: relative; /* base */
	margin-top: 50px;
	padding-top: 36px;
	background: url(http://livedoor.blogimg.jp/hamashun/imgs/8/8/88343bd1.png) no-repeat 0 0;
	font-size: 70%;
	overflow: hidden;
}

	div#sub {
		float: left;
		width: 231px;
		text-align: right;
	}

	div#ex {
		float: left;
		width: 231px;
		text-align: left;
	}

		div#subInner {
			padding-right: 5px;
		}

		div#exInner {
			padding-left: 5px;
			padding-bottom: 100px;
		}



/* link
------------------------------------------------ */
div.sidetitle {
	color: #333;
	font-weight: bold;
}

div.sidebottom {
	margin-bottom: 15px;
}



/* etc
------------------------------------------------ */
ul#ld-services {
	text-align: center;
}

	ul#ld-services li {
		padding-bottom: 5px;
	}

p#versionInfo {
	position: absolute;
	bottom: 0;
	right: 7px;
}



/* Calendar
------------------------------------------------ */
div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	padding: 0 20px 10px;
	text-align: center;
/* 	color: #0287ff; */
	font-size: 90%;
	font-weight: bold;
}

div#sub div.calendarheadbody div.calendarhead a
, div#extra div.calendarheadbody div.calendarhead a {
/* 	color: #0287ff; */
}

div.caltop
, div.calbottom {
	display: none;
}

div.calbody {}

table.caltbl {
	width: 180px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-size: 90%;
	font-weight: bold;
	height: 20px;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	margin: 0 auto 25px;
	width: 180px;
/* 	color: #8d8d8d; */
	font-size: 82%;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}







/* =9 ads
----------------------------------------------------------------- */
div#ad {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

a.adtitle {
	color: #0000ff!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 90%!important;
}

a.addescription {
	color: #000000!important;
}

a.addescription span {
	font-size: 82%!important;
}

a.adurl {
	color: #1b8d1c!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 82%!important;
}

a.adld {
	color: #333!important;
	text-decoration: underline;
	font-size: 110%;
	font-weight: bold;
}

