/**** LINK-tag style sheet sidebar.css ****/

#taketo-beta{
	width : 190px;
	float : right;
	margin-top : 5px;
	margin-left : 5px;
	margin-right: 10px;
	_margin-right: 10px;
	background-color : #fff;
	border-width : 1px;
	border-style : solid;
	border-color : pink;
}

a {
 color: #0000FF;
 text-decoration: underline; 
 font-weight: bold;
}

.taketo-sidebartitle a
{
background:url(image/side-top.gif) no-repeat;
	display:block;
	wideth: 170px;
	height: 30px;
	font-size: 0px;
	margin-left: 10px;
}

.taketo-sidebartitle a:hover
{
	background:url(image/side-top-ov.gif) no-repeat;
}

.taketo-sidebartitle-pr{
	background:url(image/baseside-top.gif) no-repeat; display:block;
	wideth: 170px;
	_wideth: 170px;
	higth: 30px;
	_higth: 30px;
	font-size: 16px;
	font-face: BodoniBla;
	font-weight: bold;
	color : #FFFFFF;
	padding-top: 3px;
	_padding-top: 3px;
	padding-left: 5px;
	_padding-lef : 5px;
	padding-bottom: 5px;
	_padding-bottom: 5px;
	margin-top : 0px;
	_margin-top : 0px;
	margin-left : 10px;
	_margin-left : 10px;
}

#side li {
	list-style: none;
	margin-left : -30px;
	_margin-left : -30px;
	margin-top: 5px;
	_margin-top: 5px;
}

