@charset "Shift_JIS";
/*サイドメニュー*/
#column{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 150px;
	font-family: "Times New Roman";
	font-size: 12px;
            float:right;
	margin-right:10px;
}
#column h4{
        height:25px;
	color: white;
	background-color: silver;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
        padding-top:5px;
}
.cds-navi {
  list-style-type: none;
  padding: 0;
  width:150px;
}
.cds-navi li {
	display: inline; 
}
.cds-navi li a {
  text-align: left;
  margin: 0;
  padding: 5px 20px 4px;
  display: block;
  background-color: white;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid silver;
}
.cds-navi li a:hover {
  color: silver;
  text-decoration: none;
}

div#side_slide{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 150px;
            height:100px;
            float:left;
	margin-left:5px;
}

div#extra{
	float: right;
	clear: right;
	width: 150px;
            margin-top:15px;
	margin-right:10px;
}

div#extra2{
	float: right;
	clear: right;
	width: 150px;
            margin-top:15px;
	margin-left:5px;
}