html{
	-webkit-text-size-adjust:none;
}
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#624120;
}
h1,h2{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
div#all{
	width:100%;
	height:100%;
	text-align:center;
}
div#wrapper{
	width:100%;
	background-image:url(/img/bg_left.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	max-width:480px;
	min-height:480px;
	margin:0px auto 0px auto;
}
div#content{
	width:100%;
	background-image:url(/img/bg_right.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	min-height:480px;
	text-align:center;
	height:auto;
}
div#content-in{
	height:auto;
	text-align:left;
}

div#content-wrapper{
	width:280px;
	height:auto;
	margin:0px auto 0px auto;
	text-align:left;
}

div#header{
	margin:0px 20px 10px 20px;
	height:auto;
	text-align:center;
}
div#header-in{
	width:100%;
	height:auto;
	margin:0px auto 0px auto;
	text-align:left;
	padding:10px 0px 15px 0px;
	background-image:url(/img/header_image.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#footer{
	clear:both;
	width:100%;
	height:50px;
	background-image:url(/img/bg_left_b.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#footer-in{
	width:100%;
	height:50px;
	background-image:url(/img/bg_right_b.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:center;
}
#logo{
	width:50px;
	height:49px;
	float:left;
}
#outline{
	width:219px;
	height:11px;
	float:right;
}

h3#tl-newentry{
	margin:0px 0px 5px 0px;
}


div.entry-box{
	width:80px;
	height:auto;
	float:left;
	/*
	margin:0px 6px 5px 0px;
	*/
	margin:0px 3% 5px 0px;
	padding:20px 0px 0px 0px;
	position: relative;
}
div#new-entry{
	height:auto;
	margin:0px 0px 20px 0px;
}
div.unit{
	padding:0px 0px 0px 4%;
}
div.entry-data{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:110%;
	width:90px;
	height:34px;
	text-align:center;
	background-image:url(/img/hukidashi.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	top:0px;
	left:-5px;
	padding:3px 0px 0px 0px;
}
div.entry-body img{
	border:solid 1px #CCCCCC;
}

/* title */
h3.tl-green{
	width:100%;
	height:23px;
	background-image:url(/img/tl_bg_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h3.tl-green strong{
	display:block;
	height:23px;
	background-image:url(/img/tl_bg_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:5px 0px 0px 5px;
}


div#top-cat{
	height:auto;
}
div#top-cat ul,div#top-cat li{
	list-style-type: none;
	margin:0px;
	padding:0px;
}
div#top-cat li.cat-box{
	width:80px;
	height:80px;
	background-image:url(/img/waku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin:0px 3% 5px 0px;
	float:left;
}
div#top-cat li.cat-box a{
	display:block;
	width:80px;
	height:50px;
	padding:30px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
}

div#top-arc{
	height:auto;
}
div#top-arc ul,div#top-arc li{
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#page-title{
	font-size:18px;
	margin:0px 0px 10px 0px;
}

.link-amazon,.link-rakuten{
	background-repeat: no-repeat;
	background-position: left top;
	padding:2px 0px 2px 20px; 
}
.link-amazon{
	background-image:url(/img/icon_amazon.gif);
}
.link-rakuten{
	background-image:url(/img/icon_rakuten.gif);
}

.link-amazon a,
.link-rakuten a,
.link-normal a{
	display:block;
	background-image:url(/img/icon_blank.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:0px 15px 0px 0px;
	float:left;
}
