/*  スクロールバー  */
html {
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	color: #000000;
	margin: 30px 10px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	}

div.div1{
background-color : transparent ;
background-image : url(http://img-cdn.jg.jugem.jp/801/731637/20081125_347335.gif) ;
background-repeat : no-repeat ;
background-position : 99% 100% ;
background-attachment : fixed ;
margin-right: 0;
}


#layout {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	width: 848px;
	border: 1px solid #000000;
	margin: 0 0 10px 0;
           background-color: #ffffff;
	}

#left_box {
	width: 650px;
	float: left;
	}

#main_box {
	width: 450px;
	float: right;
	}

#menu_left {
	width: 190px;
	float: left;
	}

#menu_right {
	width: 190px;
	float: right;
	}

#footer {
	width: 848px;
	border: 1px solid #000000;
	clear: both;
           background-color: #ffffff;
	}

h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

p {
	margin: 0;
	padding: 0;
	line-height: 150%;
	}

#left_box ul {
	margin: 5px 30px 5px 30px;
	line-height: 150%;
	padding: 0;
	list-style-type: square;
	}

#menu_left ul, #menu_right ul {
	margin: 0 0 0 5px;
	line-height: 150%;
	padding: 0;
	list-style-type: none;
	}

blockquote {
	font-size: 9px;
	color: #333333;
	line-height: 150%;
	margin: 5px 30px 5px 25px;
	padding-left: 5px;
	border-left: 2px solid #333333;
	}


/*  リンク  */
a:link, a:visited, a:active {
	color : #000000;
	text-decoration: none;
	}

a:hover {
	color : #FFCC33;
	text-decoration: underline;
	}

.site_title a:hover, .entry_title a:hover {
	text-decoration: none;
	}

.entry_body a:link, .entry_body a:visited {
	text-decoration: underline;
	} 

.entry_more a:link, .entry_more a:visited {
	text-decoration: underline;
	}

.comment_body a:link, .comment_body a:visited {
	text-decoration: underline;
	}

.trackback_body a:link, .trackback_body a:visited {
	text-decoration: underline;
	}

.calendar a:link, .calendar a:visited {
	text-decoration: underline;
	}


/*  カレンダー  */
.calendar {
	font-family: "Osaka‐等幅", "Osaka‐等幅", "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif";
	font-size: 11px;
	text-align: center;
	line-height: 180%;
	padding: 5px;
	}


/*  ブログタイトル  */
.blog_title {
	border: 1px solid #000000;
	margin: 0 0 10px 0;
           background-color: #ffffff;
  background-image: url(http://img-cdn.jg.jugem.jp/801/731637/20081125_347564.jpg);
  background-repeat: no-repeat;
  background-position: left top;
	}

.site_title {
	font-size: 18px;
	padding: 20px 5px;
	text-align: right;
           font-weight: bold;
	}

.description {
	font-size: 12px;
	padding: 0 10px 10px 20px;
	text-align: right;
	}


/*  エントリー  */
.entry {
	margin: 0 0 10px 0;
	border: 1px solid #000000;
           background-color: #ffffff;
  background-image: url(http://img-cdn.jg.jugem.jp/801/731637/20081126_347614.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
	}

.entry_title {
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	padding:10px 10px 5px 10px;
	}

.entry_body {
	font-size: 11px;
	line-height: 150%;
	margin: 0;
	padding: 5px 10px 0 10px;
	}

.entry_more {
	font-size: 10px;
	line-height: 150%;
	margin: 0;
	padding: 0 10px 10px 10px;
	}

.post_date {
	font-size: 10px; 
	text-align: right;
	padding-right: 10px;
	}

.entry_state {
	margin: 0;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	}


/*  コメ・トラバ  */
.comment_body, .trackback_body {
	font-size: 10px;
	line-height: 150%;
	padding: 10px;
	}

.comment_state, .trackback_state {
	font-size: 10px;
	padding: 5px 10px 20px 20px;
	text-align: left;
	}

.entry_comment, .entry_trackback {
	margin: 0 0 10px 0;
	border: 1px solid #000000;
           background-color: #ffffff;
	}

.entry_trackback {
	padding-bottom: 10px;
	}

.comment_title, .trackback_title {
	font-size: 11px;
	padding:10px;
	text-align: left;
	}

.trackback_url {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	}

/*  プロフィール  */
.entry_profile {
	font-size: 10px;
	text-align: left;
	margin: 0 0 10px 0;
	border: 1px solid #000000;
           background-color: #ffffff;
	}

.profile_title {
	font-size: 10px;
	padding:10px;
	text-align: left;
	}

.profile_body {
	font-size: 10px;
	line-height: 130%;
	padding: 10px;
	}

.profile_name {
	font-size: 10px;
	padding-bottom: 20px;
	}


/*  メニュー  */
.link_box {
	margin: 0 0 10px 0;
	border: 1px solid #000000;
           background-color: #ffffff;
	}

.linktitle {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 5px;
	}

.linktext {
	text-align: left;	
	font-size: 10px;
	line-height: 130%;
	margin: 0px;
	padding: 5px 5px 20px 5px;
	text-align: left;
	}
.linktext2 {
	text-align: left;	
	font-size: 10px;
	line-height: 130%;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	}



/*  ナビ  */
.page_navi {
	font-size: 10px;
	text-align: center;
	margin: 0 0 10px 0;
	padding:5px;
	border: 1px solid #000000;
           background-color: #ffffff;
	}

.entry_navi{
	font-size: 10px;
	text-align: center;
	margin: 0 0 10px 0;
	padding:5px;
	border: 1px solid #000000;
           background-color: #ffffff;
	}


/*  画像  */
img { 
	border-style: none;
	} 

a img { 
	border-style: none; 
	}

.pict {
	padding: 5px;
	}

.amazon_pict {
	width: 50px;
	padding: 2px;
	}


/*  フッター  */
.copyright {
	font-family: "Osaka‐等幅", "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif";
	font-size: 9px;
	text-align: center;
	line-height: 180%;
	padding: 5px;
	}


/*  スポンサードリンク  */
.ads .linktext {
	padding: 5px;
	text-align: center;
           font-size: 9px;
	}


/*  フォーム  */
textarea {
	font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: 9px;
	color: #000000;
	background-color:#ffffff;
	border: 1px solid #000000;
	padding: 3px;
	}

input {
	font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: 9px;
	color: #000000;
	background-color:#ffffff;
	border: 1px solid #000000;
	}

label {
	font-size: 9px;
	color: #000000;
	}



/*  はてなスター  */
.hatena-star-star-image {
  background-image: url(http://img-cdn.jg.jugem.jp/801/731637/20081112_340288.gif);
}
.hatena-star-add-button-image {
  background-image: url(http://s.hatena.ne.jp/images/add_bl.gif);
}
.hatena-star-comment-button-image {
  background-image: url(http://s.hatena.ne.jp/images/comment_bl.gif);
}



/* RSS Feed */

.rss_box {
	 margin: 0px;
	 padding: 0px;
	 width: 180px;
	 background-color: #fff;
}

.rss_title, rss_title a {
	font-size: 11px;
	font-weight:bold;
	margin: 3px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	color: #999;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 10px;
	color: #666;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 10px;
	text-decoration : underline;
	color: #333;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}