@charset "EUC-JP";

/* Copyright 2005 stick. 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: #000;
	font: 12px/1.5em;
	background: #fff;
	margin: auto;
	}
p	{
	margin-bottom: 1em;
	}
img	{
	border: 0;
	}
a	{
	color: #0000cc;
	text-decoration: none;
	}
a:active,a:hover	{
	color: #cc0000;
	}
div	{
	text-align: left;
	}
table	{
	border: 0;
	}
ul	{
	list-style: none;
	}
strong {
	color: #cc0033;
	font-weight: bold;
	}

.hide {
	display: none;
	}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	}
/* [Layout] */
div#wrapper	{
	background-color: #fff;
	padding: 0px;
	width: 690px;
	margin: 0 auto 10px auto;
	}
div#header	{
	 background: white url(http://jubako.web-p.jp/blog/template/header_bg.gif) no-repeat;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
	height: 100px;
	}
div#contents	{
	float: left;
	padding: 0px;
	width: 450px;
}
div#pagenavi	{ font-size: 10px;
	text-align: center;
	padding-bottom: 5px;
	}
div#navigation	{ float: right;
	margin-right: 10px;
	padding: 0px;
	width: 200px;
	}
div#footer	{
	width: 690px;
	height: 35px;
	background: transparent url(http://jubako.web-p.jp/blog/template/footer_bg.gif) no-repeat;
	margin: 15px 0 0 0;
	}
/* [Header] */
div#title	{ float: left;
	padding: 0px;
	width: 100%;
	height: 100px;
	}
div#title h1	{
	margin-left: -999px;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	padding: 70px 0px 0px 15px;
	}
div#title h1 a	{
	color: #0000cc;
	text-decoration: none;
	}
div#title h1 a:active,
div#title h1 a:hover	{
	color: #3366ff;
	}
div#title p	{
	margin-left: -999px;
	color: #9A8E67;
	}
dl#search	{ text-align: center;
	padding: 0px;
	width: 200px;
	}
dl#search dt	{
	background-color: transparent;
	width: 200px;
	}
dl#search dd input.form	{
	background-color: #cfc;
	border: solid 1px #c00;
	width: 190px;
	}
dl#search dd input.button	{
	margin-top: 10px;
	}
/* [Entry] */
div.entry	{
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding: 0px;
	}
div.entry h2	{
	font-size: 14px;
	background: transparent url(http://jubako.web-p.jp/blog/template/entry_header.gif) no-repeat;
	margin-bottom: 10px;
	padding: 2px 4px 1px 10px;
	}
div.entry h2 a	{
	color: #060;
}
div.entry h2 a:active,
div.entry h2 a:hover	{
	color: #c00;
	}
div.entry_author	{
	text-align: left;
	margin: 0px 0px 5px 15px;
	}
div.entry_body	{
	margin: 0px 0px 10px 20px;
	}
div.entry_more	{
	margin: 0px 0px 10px 20px;
	}
div.entry_state	{
	text-align: right;
	clear: both;
	}
div.entry img.pict	{
	display: block;
	margin:0 0 15 20;
	text-align: left;
	}
div.entry img.thumb	{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	}
div.entry blockquote	{
	padding-left: 40px;
	color: #666;
	}
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 #B6ACBA;
	border-left: 1px solid #B6ACBA;
	margin-bottom: 18px;
	}
div.entry table th	{
	padding: 5px;
	border-bottom: 1px solid #D10034;
	border-right: 1px solid #9A8E67;
	}
div.entry table td	{
	padding: 5px;
	border-bottom: 1px solid #9A8E67;
	border-right: 1px solid #9A8E67;
	vertical-align: top;
	}
div.entry dl	{
	margin-bottom: 18px;
	}
div.entry dl dt	{
	color: #666;
	font-weight: bold;
	padding-bottom: 10px;
	}
div.entry dl dd	{
	padding: 0px 0px 10px 20px;
	}
/* [Comment] */
div#comments	{
	padding: 0px 0px 10px 10px;
	}
div#comments h3	{
	height: 20px !important;
	height: 35px;
	margin-bottom: 15px;
	background: transparent url(http://jubako.web-p.jp/blog/template/comments_header.gif) no-repeat;
	}
div#comments dl.comment_body	{
	padding:0px 0px 20px 10px;
	}
div#comments dl.comment_body dt	{
	background-color: #ccddcc;
	padding:2px 0px 2px 20px;
	}
div#comments dl.comment_body dd	{
	background-color: #f0fff0;
	padding:10px;
	}
div#comments h4	{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #009900;
	padding: 2px 0px 2px 14px;
	margin: 0px 0px 0px 10px;
	}
dl#comment_form	{
	background-color: #e0ffe0;
	padding: 5px 10px 10px 20px;
	margin: 0px 0px 0px 10px;
	}
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: 300px;
	background-color: #FFF;
	border: 1px solid #999;
	}
dl#comment_form dd textarea	{
	width: 300px;
	background-color: #FFF;
	border: 1px solid #999;
	}
dl#comment_form dd input.button	{
	padding: 2px 5px;
	margin-right: 10px;
	}
/* [Trackback] */
div#trackback	{
	padding: 0px 0px 20px 10px;
	}
div#trackback h3	{
	height: 25px;
	margin-bottom: 10px;
	background: transparent url(http://jubako.web-p.jp/blog/template/trackback_header.gif) no-repeat;
	}
p.tb_link	{
	color: #FFF;
	background-color: #006600;
	padding: 5px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	}
div#trackback dl.tb_body	{
	padding-bottom: 10px;
	}
div#comment dl.comment_body dt	{
	background-color: #009900;
	padding:5px 10px 25px 5px;
	}
/* [Profile] */
div#profile	{
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding: 0px;
	}
div#profile h2	{
	font-size: 14px;
	color: #060;
	background: transparent url(http://jubako.web-p.jp/blog/template/entry_header.gif) no-repeat;
	margin-bottom: 10px;
	padding: 2px 4px 1px 10px;
	}
div.profile_body	{
	margin-bottom: 18px;
	}
/* [Navigation] */
div#navigation dl	{
	margin-bottom: 30px;
	}
div#navigation dt	{
	width: 200px;
	padding: 0px 0px 1px 0px;
	margin-bottom: 6px;
	text-align: center;
	color: #030;
	background: transparent url(http://jubako.web-p.jp/blog/template/navi_dt.gif) no-repeat bottom left;
	}
div#navigation ul	{
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(http://jubako.web-p.jp/blog/template/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: 200px;
}
dl#calendar table th,
dl#calendar table td	{
	font-size: 75%;
	line-height: 1em;
	text-align: center;
	padding: 2px 3px;
	}
dl#calendar table th	{
	padding-bottom: 5px;
	}
dl#calendar table td span.today	{
	color: #090;
	}
dl#calendar table td span.today a	{
	color: #090;
	}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover	{
	color: #900;
	}
/* ++++ Extra ++++ */
dl#extra	{
	width: 180px;
	padding: 10px;
	background-color: #EFE;
	}
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://jubako.web-p.jp/blog/template/pagetop_arrow.gif) no-repeat;
	}
/* [Footer] */
div#footer address	{
	padding: 10px 0 0 0;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
	}
/* [Typography] */
dl#extra ul	{
	font-family:  "Georgia","Times New Roman",serif;
	}

/* [Memo] */
#Memo p	 {
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: center;
	margin: 0px auto 15px auto;
	padding: 4px 0;
	width: auto;
	border-top: 1px solid #0c0;
	border-bottom: 1px solid #0c0;
/* mac IE °Ęł° */
/*?*/
	font-size: 1.2em;
/* */
	}
