﻿.kose {
    background-image: url('../img/skin/kose/Kose_Middle.jpg');
    background-repeat: repeat-y;
    background-color: #DCDCDC;
    width: 196px;
    font-size: 11px;
    margin-bottom: 9px;
}
.kose .koseBox .koseContent {
	background-image: url('/img/skin/boxes/rightBox_content_middle.png');
	background-repeat: repeat-y;
}
.kose .koseBox {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
.kose .koseBox .koseContent {
	text-align: center;
	padding: 5px;
}
.kose .koseBox .koseContent a
{
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}
.kose .koseBox .koseContent a:hover
{
    text-decoration: none;
    color: #B50D0D;
    font-weight: bold;
}
.kose .koseBox .koseSubContent {
	background-image: url('/img/skin/boxes/rightBox_content_bottom.png');
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
}
.kose .koseBox .koseSubContent .koseSubContent_title {
	font-size: 9px;
	font-weight: bold;
	color: #666;
	text-align: center;
}

.scrollBox
{
    padding:3px;
        
}