#ticker {
	width:240px;
	height:300px;
	margin:0 0 0 0;
	border:1px solid #ff0000;
	overflow:auto;
	background-color:#000;
}

#ticker
a {/*リンク色*/
    color:#fff;
    font-style:normal;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}

#ticker h3 {
	font-size: 14px;
	color:#fff;
	padding:0 10px 5px 10px;
	background-color:#000;
	padding-top:10px;
	border:1px solid #ff0000;
	border-bottom:none;
	border-right:none;
	position:relative;
}
#ticker div.text {
	margin-left:0;
	font-size: 11px ;
	color:#fff;
	padding:0 10px 10px 10px;
	border-bottom:1px solid #ff0000;
	background-color:#000;
	border-left:1px solid #ff0000;
	position:relative;
}
#ticker div.last {
    border-bottom:1px solid #ff0000;
}
#ticker div { margin-top:0; }

#tickerContainer{
			width:240px;
			float:left;
			margin:0 0 0 0;
}





.wrap {
	width:740px;
	background:#000;
	margin:0 auto;
	margin:0 0 0 0;
	padding:10px 10px 10px 10px;
}
.wrap p {
	height:342px;
}
.wrap ul {
	display:block;
	overflow:hidden;
	margin-top:80px;
	margin-right:0;
	clear:both;
}
.wrap li {
	display:block;
	float:left;
	background:#fff;
	argin-right:10px;
}
.wrap li img {
	cursor:pointer;
}












/*------------------------------------*\
    topfade
\*------------------------------------*/
*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}





/* back to top */
.scrollup {
	cursor:pointer;
	width:40px;
	height:40px;
	opacity:0.3;
	position:fixed;
	bottom:15px;
	right:15px;
	display:none;
	text-indent:-9999px;
	background: url('/img/icon_top.png') no-repeat;
	outline: none !important;
}




















