@charset "euc-jp";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	color:#555555;
}

img{
	border:0 none;
}
a:link,a:visited{
	text-decoration:none;
	color:#555555;
}
a:hover{
	text-decoration: underline;
	color:#00F;
}
#wrapper{
	font-size:12px;
	width:180px;
	margin:0 auto;
	padding-bottom: 7px;
}
#kanban{
	background-image:url(../img/nuts2.jpg);
	width: 180px;
	height: 69px;
	padding: 64px 0 0 0;
	background-repeat: no-repeat;
	}
#border{
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-top: #000000 1px solid;
	width: 178px;
	padding-bottom: 10px;
}
#photo{
	float: left;
	margin:0 0 0 5px;
}
#photo img{
}
#leftblock{
	width:150px;
	float:left;
	height: 77px;
	padding: 25px 15px 25px 390px;
	line-height: 130%;
}
#intro{
	font-size:14px;
	color:#FF6600;
	font-weight: bold;
}
#comment_box{
	width: 90px;
	padding:3px 5px 4px 10px;
	height: 56px;
	font-size: 10px;
	float: right;
	margin-right: 5px;
	line-height: 110%;
}
#comment{
	height:54px;
	overflow:hidden;
	display: block;
	padding-left:2px;
}
#box{
	padding:5px 4px 0 4px;
	background-color: #FFF;
	width: 170px;
	margin: 0 auto;
}
#ticker{
	overflow:hidden;
	background-color: #FFF;
	width: 170px;
	height:395px;
}

li{
	border:0;
	margin:0;
	padding:0;
	list-style:none;
}
p{
	float:left;
	display:block;
	width:113px;
	padding:3px;
	font-size:11px;
}
.line{
	margin:6px 0 2px 0;
}
.iconbox{
	float:left;
	text-align:center;
	width:50px;
	padding-top:4px;
}
.htk_icon{
/*height:44px;*/
	width:44px;
	background-color:#FFF;
}
.float_clear{
	clear:both;
}

.order{
	background-color:#FFF;
}
.review{
	background-color:#FFF;
}
.news{
	background-color:#FFF;
}

.speedctrl{
	font-size:11px;
	display:block;
	margin:0 auto;
	text-align:center;
	padding:3px;
}
