@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: #666;
	font: 12px/1.5em Helvetica, Arial, Hiragino Kaku Gothic Pro, sans-serif;
	background: #fff url(http://www.almostdeadbydawn.com/sb/template/sb_body_bg.gif) no-repeat;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
a {
	color: #9AC3D9;
	text-decoration: none;
}
a:active,
a:hover {
	color: #4093C2;
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	color: #F90;
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* [Layout] */
div#wrapper {
	width: 690px !important;
	width: 750px;
	padding: 0 30px;
}
div#header {
	width: 690px;
	height: 170px !important;
	height: 200px;
	margin-bottom: 30px;
	background: transparent url(http://www.almostdeadbydawn.com/sb/template/sb_header_bg.gif) no-repeat;
}
div#contents {
	width: 430px !important;
	width: 490px;
	padding: 0 30px;
	float: left;
}
div#pagenavi {
	width: 430px;
	text-align: center;
	color: #CCC;
	font-size: 10px;
	padding-bottom: 15px;
	margin: 0px 0px 0px 80px;
}
div#navigation {
	width: 200px;
	float: right;
}
div#footer {
	width: 690px;
	height: 20px;
	background: transparent url(http://www.almostdeadbydawn.com/sb/template/sb_footer_bg.gif) no-repeat;
	margin: 30px 0;
}
/* [Header] */
div#title {
	width: 448px !important;
	width: 490px;
	height: 70px !important;
	height: 170px;
	padding: 100px 0 0 42px;
	float: left;
}
div#title h1 {
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 2px;
}
div#title h1 a {
	color: #666;
	text-decoration: none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color: #333;
}
div#title p {
	color: #F90;
}
dl#search {
	width: 200px;
	height: 100px !important;
	height: 170px;
	padding-top: 70px;
	text-align: center;
	float: right;
}
dl#search dt {
	width: 200px;
	height: 30px;
	background: transparent url(http://www.almostdeadbydawn.com/sb/template/sb_search_header.gif) no-repeat;
}
dl#search dd input.form {
	width: 130px !important;
	width: 132px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#search dd input.button {
	margin-top: 10px;
}
/* [Entry] */
div.entry {  
width: 500px;/*全体の幅*/
  font-size: 10pt;/*文字サイズ*/
  margin: 10px 0px 5px 45px;
text-align:left;
}
div.entry h2 {/*タイトル部分の設定*/
  color: #414142;/*文字色*/
  background-color: #FCFCFD;/*背景色*/
  font-weight: bold;
  font-size:18px;
  width: 11em;/*タイトルの幅（文字数）*/
  padding: 0.3em 1em 0.2em 0.3em;
  border-style: solid;
  border-color: #616161;/*枠の色*/
  border-width: 1px 1px 1px 1px;
text-align:left;
margin: 4em 0 1em 0;
}



div.entry  hr
{

margin-top: 2em;
margin-bottom: 2em;
width:0.5em;
height:0.5em;
background-color:#666;
color:#666;
}


div.entry_author {
	width: 430px;
	color: #CCC;
	text-align: right;
	margin-bottom: 20px;
}
div.entry_body {
	margin-bottom: 18px;
text-align:center;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state {
	clear: both;
	width: 430px;
	color: #CCC;
	text-align: right;
}
div.entry img.pict {
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 18px;
	text-align: center;
}
div.entry img.thumb {
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry img {
	display: block;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}

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 #F90;
	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: #F90;
	font-weight: bold;
	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}
/* [Comment] */
div#comments {
	width: 430px;
	padding-bottom: 50px;
}
div#comments h3 {
	width: 430px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
div#comments dl.comment_body {
	width: 430px;
	padding-bottom: 30px;
}
div#comments dl.comment_body dt {
	width: 430px;
	color: #CCC;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
div#comments h4 {
	width: 408px !important;
	width: 430px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: transparent url(http://www.almostdeadbydawn.com/sb/template/sb_comment_form_bg.jpg) no-repeat;
	padding: 5px 10px;
}
dl#comment_form {
	width: 388px !important;
	width: 430px;
	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 {
	width: 200px !important;
	width: 202px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	width: 430px;
	padding-bottom: 50px;
}
div#trackback h3 {
	width: 430px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
p.tb_link {
	width: 418px !important;
	width: 430px;
	color: #F90;
	background-color: #FAFAFA;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #F90;
	text-align: center;
}
div#trackback dl.tb_body {
	width: 430px;
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	width: 430px;
	color: #CCC;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
/* [Profile] */
div#profile {
	width: 430px;
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	width: 400px !important;
	width: 430px;
	padding: 0 0 6px 30px;
	background: transparent url(http://www.almostdeadbydawn.com/sb/template/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 {
	width: 180px !important;
	width: 200px;
	padding: 0 0 2px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F90;
	background: transparent url(http://www.almostdeadbydawn.com/sb/template/sb_navi_dt.gif) no-repeat bottom left;
}
div#navigation ul {
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(http://www.almostdeadbydawn.com/sb/template/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: 180px;
}
dl#calendar table th,
dl#calendar table td {
	font-size: 75%;
	line-height: 0.8em;
	text-align: center;
	padding: 2px 3px;
}
dl#calendar table th {
	padding-bottom: 5px;
}
dl#calendar table td span.today {
	color: #F90;
}
dl#calendar table td span.today a {
	color: #F90;
}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #F30;
}
/* ++++ Extra ++++ */
dl#extra {
	width: 178px !important;
	width: 200px;
	padding: 10px;
	border: 1px solid #CCC;
	background: transparent url(http://www.almostdeadbydawn.com/sb/template/sb_extra_bg.jpg) no-repeat bottom;
}
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;
	background: transparent url(http://www.almostdeadbydawn.com/sb/template/sb_pagetop_arrow.gif) no-repeat;
}
/* [Footer] */
div#footer address {
	padding: 5px 0 0 120px;
	font-style: normal;
	font-size: 10px;
	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;
}




* {
margin: 0px;
padding: 0px;
text-align:center;
}

body
{font: 80% verdana,Osaka,MS UI Gothic,sans-serif;
color: #212121;
background:#efefef;
}


A:link, A:visited   {text-decoration:none;
color:#444;font-weight: 600; }
A:hover   {text-decoration:underline;
color:#222;
font-weight: 600; }

a:link img { border: solid 1px  #999; margin:0 0 0 0;}
a:visited img { border: solid 1px #666; margin:0 0 0 0;}
a:hover img  {border: solid 1px  #000;margin:0 0 0 0;}


/*-------------雑多----------------*/
img
{display:block;
text-align:left;
}


strong
{color:#222;
font-weight: 900; }


#log
width: 200px;
background:#fff;
margin:0px auto 40px auto;}


pre
{
font-family: verdana,Osaka,serif; 
margin: 1em;
line-height: 1.2em;}




/*-------------レイアウト----------------*/
#box {
width: 920px;
border:0px solid #000;
background:#fefefe url('back.png') repeat-y;
margin:0px auto 0 auto;
padding:0px 0px 40px 0px;
text-align:left;
}


#toybox {
width: 720px;
border:0px solid #000;
background:#fefefe url('toyback.png') repeat-y;
margin:0px auto 0 auto;
padding:100px 0px 40px 0px;
text-align:center;
}


#toybox img{
text-align:center;
}

#toybox  hr
{
margin-left: auto;
margin-right:auto;
margin-top: 0.5em;
margin-bottom: 5em;
width:150px;
height:1px;
background-color:#666;
color:#666;
}


#main { float:right;
width:600px;
margin:0px 0px 0px 0px;
border:0px solid #000;
padding:0px 0px 0px 0px;
}

#main img{ 
margin:0px auto 0px auto;
padding:0px 0px 0px 0px;
}

#inbox {
margin:0px 0px 0px 0px;
float:left;
width:300px;
}


#link
{
width:550px;
margin:30px 0px 30px 3px;
}


.koukoku
{
margin:0px 0px 0px 3px;
}


/*-------------info---------------*/


#info {
width:600px;
margin:0px 0px 30px 5px;
}

#infohigh { float:left;
width:290px;
margin:0px 0px 10px 5px;
}

#info img{ 
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left
}

#infolow { float:right;
width:290px;
margin:0px 5px 10px 0px;
}






.boxinfo1{
  width: 250px;/*全体の幅*/
  font-size: 10pt;/*文字サイズ*/
  margin: 0px auto 5px auto;
text-align:left;

  }


.boxinfo1 pre
{
font-family: verdana,Osaka,serif; 
margin: 1em;
line-height: 1.2em;
text-align:left;
}


.boxinfo2{/*タイトル部分の設定*/
  color: #414142;/*文字色*/
  background-color: #FCFCFD;/*背景色*/
  font-weight: bold;
  width: 11em;/*タイトルの幅（文字数）*/
  padding: 0.3em 1em 0.2em 0.3em;
  border-style: solid;
  border-color: #616161;/*枠の色*/
  border-width: 1px 1px 1px 1px;
text-align:left;
margin: 4em 0 1em 0;
  }

.boxinfo2 span{
  padding-left: 8px;
  border-left: 4px solid #BEBEBF;/*タイトル部の左縦線*/
text-align:left;
  }


.boxinfo3{/*内容部分*/
  border: solid 1px #717175;/*枠の色*/
  padding: 1.7em 0.5em 1em 1em;
text-align:left;
  }



/*-------------日記---------------*/

.diary1{
  width: 550px;/*全体の幅*/
  font-size: 10pt;/*文字サイズ*/
  margin: 50px 0px 5px 20px;
text-align:left;
  }




.diary1 pre
{
font-family: verdana,Osaka,serif; 
margin: 1em;
line-height: 1.2em;
text-align:center;
}




.diary2{/*タイトル部分の設定*/
  color: #414142;/*文字色*/
  background-color: #FCFCFD;/*背景色*/
  font-weight: bold;
  font-size:18px;
  width: 11em;/*タイトルの幅（文字数）*/
  padding: 0.3em 1em 0.2em 0.3em;
  border-style: solid;
  border-color: #616161;/*枠の色*/
  border-width: 1px 1px 1px 1px;
text-align:left;
margin: 4em 0 1em 0;
  }

.diary2 span{
  padding-left: 8px;
  border-left: 4px solid #BEBEBF;/*タイトル部の左縦線*/
text-align:left;
  }


.diary3{/*内容部分*/
  border: solid 1px #717175;/*枠の色*/
  padding: 1.7em 0.5em 1em 1em;
text-align:left;
  }
.diary3 .text {
  padding: 1.7em 0.5em 1em 1em;/*テキスト部分の余白*/
  border-left: solid 30px #DEDEDF;/*左側の着色部分*/
text-align:left;
  }


.diary1 hr
{
margin-top: 0.5em;
margin-bottom: 5em;
width:1em;
height:1em;
background-color:#666;
color:#666;
}




#diary1 A:link{text-decoration: underline;color:#666;font-weight: 600;text-align:left; }
#diary1 a:visited{ text-decoration: underline; color: #333; text-align:left;}
#diary1 a:hover{ text-decoration: underline;  color: #000;text-align:left;}

#diary1 a:link img { border: solid 1px  #999;}
#diary1 a:visited img { border: solid 1px #666;}
#diary1 a:hover img  {border: solid 1px  #000;}


.clap
{
color:#222;
font-size:100%;
font-weight:700; 
margin:0px 0px 0px 40px;
border-right:3px solid #333;
border-bottom:1px dashed #333;
width:400px;
text-align:left;
}

.name
{
text-align:right;
margin:0 10px 0 0;
}










/*-------------mailform----------------*/


input.name
{width:120px;
color: #212121;
background:#fff;
padding:0px;
border:2px solid  #333;
text-align:left;
}


input.submit
{width:100px;
color: #000000;
background:#fff;
padding:0px;
border:2px solid  #333;}

textarea
{width:400px;
scrollbar-base-color: #ffffff;
scrollbar-shadow-color: #ffffff;
color: #212121;
background:#fff;
padding:3px;
text-align:left;
border:2px solid  #333;}





/*-------------左の箱---------------*/



.leftbox1{
  width: 210px;/*全体の幅*/
  font-size: 10pt;/*文字サイズ*/
  margin: 50px auto 5px 20px;
text-align:left;
  }



.leftbox1 pre
{
font-family: verdana,Osaka,serif; 
margin: 1em;
line-height: 1.2em;
text-align:left;
}


.leftbox2{/*タイトル部分の設定*/
  color: #414142;/*文字色*/
  background-color: #FCFCFD;/*背景色*/
  font-weight: bold;
  width: 11em;/*タイトルの幅（文字数）*/
  padding: 0.3em 1em 0.2em 0.3em;
  border-style: solid;
  border-color: #616161;/*枠の色*/
  border-width: 1px 1px 1px 1px;
margin: 4em 0 1em 0;
text-align:left;
  }

.leftbox2 span{
  padding-left: 8px;
  border-left: 4px solid #BEBEBF;/*タイトル部の左縦線*/
  }


.leftbox3{/*内容部分*/
  border: solid 1px #717175;/*枠の色*/
  padding: 1.7em 0.5em 1em 1em;

  }



.left
{
text-align:left;
}


.leftbox1{
  width: 250px;/*全体の幅*/
  margin: 0px auto 5px 10px;
  }




/*--------------日記ログ---------------*/


#month
{
margin:10px 0px 10px 0px;
text-align: center;
}




/*-------------過去ログ系。----------------*/













#comicinbox {
width: 990px;
border-top:1px solid #fff;
background:#000 url('050914comic.png') repeat-y;
margin:0px auto;}

#comicinbox pre
{
font-family: verdana,Osaka,serif; 
margin: 1em;
line-height: 1.2em;
}



#comicinbox img
{
text-align:center;

}



.entry span{
  padding-left: 8px;
  border-left: 4px solid #BEBEBF;/*タイトル部の左縦線*/
text-align:left;
  }


.float
{float:left;
width:170px;
font-family: verdana,Osaka,serif; 
}

