@charaset "UTF-8";




/*---------------
 メニュー表示
---------------*/

.ich-dan{
	margin-bottom:15px;
}
.ich-dan div{
	float:left;
	width:310px;
	font-size:16px;
	margin-left:16px;
	border:solid 1px #ccc;
}

.ich-dan h3{
	font-weight:normal;
	padding: 15px 10px 15px 20px;
	font-size:18px;font-size:1.8rem;}
.ich-dan div img{
	display:block;
	margin-left:5px;
	margin-bottom:3px;
	width:300px;

}
.ich-dan div ul{margin:0px 5px 4px 5px;}
.ich-dan div ul li{
	background-color:#f4f0e8;
	margin-bottom:1px;
	
}

.ich-dan div ul li a{
	display: block;
	padding: 10px 10px 7px 20px;
	text-decoration:none;
	background:url(../img/lst/tri_red.png) 8px 15px no-repeat;
}
.ich-dan div ul li img{float:right;}


.ich-dan div ul li.add_li a{
	background:none;
	
}

/*---------------
 ticker
---------------*/
div#ticker{
	margin-right:15px;
}
div.tickercontainer { /* the outer div with the black border */
	overflow: hidden; 
	margin-left:0!important;
	padding-top:0!important
}
div.tickercontainer div.mask { /* that serves as a mask. so you get a sort of padding both left and right */
/*	position: relative;
	left: 10px;
	top: 5px;*/
	overflow: hidden;
	margin-left:0!important;
	padding-top:0!important
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 100%;
	list-style-type:none;
	padding:0!important;

}
div#tab div#tab_shita div#ticker div.tickercontainer div.mask ul.newsticker li {
	margin: 0;
	padding: 0;
	margin-left:0!important;
white-space: nowrap;
}

ul.newsticker a {
	white-space:nowrap;
	padding: 0;
	color: #ff0000;
} 

div#ads_kiji_shita{
	margin:0 15px 0 15px;
}
