@charset "EUC-JP";

* {
	margin: 0;
	padding: 0;
}

/* [Global Settings] */
BODY {
	scrollbar-3dlight-color : #999966;
	scrollbar-arrow-color : #999966;
	scrollbar-base-color : #E1E1E1;
	scrollbar-darkshadow-color : #999966;
	scrollbar-face-color : #E1E1E1;
	scrollbar-highlight-color : #EFEFEF;
	scrollbar-shadow-color : #E1E1E1;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", "Meiryo", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	font-size: 10pt;
color: #333333: #FFFFFF;
	background-color: #FFFFFF;
	color: #333333;
	line-height: 120%;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
p {
	margin-bottom: 1em;
}
img{
	border: 0;
}
a {
	color: #0066CC;
}
a:active,
a:hover {
	color: #FF6600;
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
strong {
	color: #F90;
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* [Layout] */
div#wrapper {
	width: 765px;
	padding: 0;
	background-image: url(../images/bgbody.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}

div#header {
	width: 765px;

	height: 100px;
	margin-bottom: 10px;
	background: transparent url(http://www.puppetmuppet.com/diary/template/sb_header_bg.gif) no-repeat;
}
div#contents {
	width: 470px;
	float: left;
	padding-left: 15px;
	margin-top: 10px;
}
div#pagenavi {
	width: 480px;
	text-align: center;
	color: #666666;
	font-size: 10px;
	padding-bottom: 15px;
}
div#navigation {
	width: 235px;
		float: right;
	padding-left: 0px;
	clear: none;
	text-align: left;
	margin-right: 12px!important;
		margin-right: 6px;
	margin-top: 10px;
	margin-left: 0px!important;
		margin-left: 20px;
}
div#footer {
	width: 765px;
	height: 18px;
	background: transparent url(http://www.puppetmuppet.com/diary/template/sb_footer_bg.gif) no-repeat;
	margin-top: 10px;
	margin-bottom: 0px;
	background-image: url(../images/btmcopy.gif);
}
/* [Header] */
div#title {

	width: 448px;
	height: 90px!important;
	height: 100px;
	float: left;
	padding-left: 46px;
	padding-top: 12px;
}
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: #FFFFFF;
}
div#title p {
	color: #F90;
}
dl#search {
	width: 200px;
	height: 90px!important;
	height: 100px;
	padding-top: 5px;
	text-align: center;
	float: right;
	padding-right: 15px;
}
dl#search dt {
	width: 200px;
	height: 30px;
	background: transparent url(http://www.puppetmuppet.com/diary/template/sb_search_header.gif) no-repeat;
}
dl#search dd input.form {
	width: 130px !important;
	width: 130px;
	background-color: #FFFFFF;
}
dl#search dd input.button {
	margin-top: 10px;
}
/* [Entry] */
div.entry {
	width: 480px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
}
div.entry h2 {
	font-size: 14px;
	width: 470px;
	padding: 7px 0px 0px 55px;
	height: 40px;
	background-image: url(http://www.puppetmuppet.com/diary/template/sb_entry_header.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
div.entry h2 a {
	color: #0099FF;
	text-decoration: none;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #F30;
}
div.entry_author {
	width: 470px;
	color: #999999;
	text-align: center;
	margin-bottom: 8px;
}
div.entry_body {
	margin-bottom: 8px;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state {
	clear: both;
	width: 470px;
	color: #666666;
	text-align: center;
}
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 #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 {
	padding-bottom: 20px;
	margin: 0px;
	width: 470px;
}
div#comments h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div#comments dl.comment_body {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #66CCFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 470px;
}
div#comments dl.comment_body dt {
	width: 470px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div#comments h4 {
	width: 470px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent url(http://www.puppetmuppet.com/diary/template/sb_comment_form_bg.jpg) no-repeat;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top: 1px solid #0099cc;
	border-right: 1px solid #0099cc;
	border-left: 1px solid #0099cc;
	background-repeat: repeat-x;
	margin-top: 10px;
}
dl#comment_form {
	width: 470px;
	background-color: #FFF;
	border: 1px solid #0099cc;
	padding-left: 4px;
	padding-top: 5px;
	font-weight: normal;
}
dl#comment_form dt {
	margin: 0px;
	padding: 0px;
}
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: #FFFFFF;
	border: 1px solid #666666;
}
dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	background-color: #FFFFFF;
	color: #333333;
}
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: 500px;
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	width: 500px;
	color: #CCC;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #0099FF;
}
/* [Profile] */
div#profile {
	width: 470px;
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	width: 470px;

	padding: 0px] 0 6px 0px;
	color: #0099FF;
	background: url(http://www.puppetmuppet.com/diary/template/sb_entry_header.gif);
	height: 40px;
	padding: 7px 0px 0px 55px;
	margin: 0px;
	background-repeat: no-repeat;
}
div.profile_body {
	margin-bottom: 18px;
	width: 470px;
}
/* [Navigation] */
div#navigation dl {
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #00CCFF;
}
div#navigation dt {
	padding: 11px 0px 0px 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #0066FF;
	margin-top: 0px;
	background-image: url(../images/h3_menu.gif);
	height: 30px!important;
	height: 35px;
	background-repeat: no-repeat;
}
div#navigation ul {

	padding-left: 10px;
	list-style-position: outside;
	list-style-image: url(../images/yaji_sita.gif);
	margin-left: 10px;
}
/* for IE5Mac */
/*\*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-bottom: 2px;
	list-style-type: none;
}


/* ++++ Calendar ++++ */



dl#calendar table {
	width: 210px;
	margin-bottom: 5px;
	color: #666666;
	margin-left: 10px;
}
dl#calendar table th,
dl#calendar table td {
	font-size: 90%;
	line-height: 1em;
	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;
}

.cell{
}

.weekday{
	color: #0099FF;
}


.calendar_month{
	color: #0099CC;
}




/* ++++ Extra ++++ */
dl#extra {
}
dl#extra dt {

}
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.puppetmuppet.com/diary/template/sb_pagetop_arrow.gif) no-repeat;
	padding-right: 8px;
	margin-left: 20px;
}
/* [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,
div.entry_author,
div.entry_state,
dl#calendar table th,
dl#calendar table td,
dl#extra ul,
div#footer address {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}


div#comments dl.comment_body dt,
div#comments dl#comment_form dt,
dl#comment_form dd{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}




div#swfmenu{
	margin: 0;
	padding: 0;
}

div#blogtitle{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


img{
	border: 0;
}

h1 { display:none; }


#title h2 {
}



caption { border: #666666; 
          border-style: dotted; 
          color: #CC0000} 

input{ background-color: #FFFFFF;
       border: 1px #666666 dotted; 
       color:#0099FF; 
       font-size: 10pt ; 
       font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka"}
 
textarea { background-color: #FFFFFF; 
           border: 1px #666666 dotted; 
           color:#CC0000; 
           font-size: 10pt ; 
           font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka"} 

select { border: 1px #666666 dotted; 
         color:#CC0000; 
         font-size: 10pt ; 
         font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka"; 
         background-color: #FFFFFF}


#code{
	background-image: url(http://www.puppetmuppet.com/diary/template/QR.png);
	width: 74px;
	height: 74px;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #0099FF;
}

.blue{
	color: #0099FF;
}

td,tr{
	font-size: 12px;
}
.dispnone{
	display: none;
}
