@charset "utf-8";
/* CSS Document */

@import url('common.css');

div#visual{
position: relative;
top:-30px;
left:0;
width:982px;
height:380px;
padding:32px 0 0 34px;
margin: 0 auto;
background:url(../../images/index/bg_visual.png) no-repeat left top;
}

div#visual #deco{
position:absolute;
top:0;
left:0;
width:108px;
height:162px;
background:url(../../images/index/deco_visual.png) no-repeat left top;
z-index: 100;
}

div#main{
position:relative;
margin:0 auto;
width:950px;
}
/* left *****************************************************************/
div#left{
float:left;
}

div#banner_sp{
margin:263px 0 0;
padding:0 0 17px;
width:610px;
}

div#topics{
margin:0 0 0;
padding:0 0 65px;
width:610px;
border-top:solid 3px #DCE7CD;
background:url(../../images/index/bg_topics.png) no-repeat center bottom;
}
div#topics h1{
padding-top:44px;
height:0;
background:url(../../images/index/ttl.png) no-repeat left top;
overflow:hidden;
}
div#title {
	height: 44px;
	position: relative;
}
div#title a{
	position: absolute;
	top:10px;
	right: 0;
}
div#title a:hover{
	opacity:0.7;
}
div#topics ul{
overflow:hidden;
border-top:solid 1px #D6D6D6;
padding:8px 0;
line-height:18px;
}
div#topics li.date{
float:left;
/*clear:left;*/
padding:0 0 0 7px;
width:55px;
color:#858585;
background:url(../../images/common/icn_arrow.gif) no-repeat 2px center;
}
div#topics li.symbol{
float:left;
width:90px;
font-weight:bold;
color:#AB4152;
}
div#topics li.text{
float:left;
width:458px;
}
div#topics ul.first{
border-top:none;
}
div#topics ul:last-child{
padding-bottom:18px;
}

/* right *****************************************************************/
div#right{
float:right;
width:320px;
}

/* youtube */
div#youtube{
margin:0 0 20px;
padding:2px 0 0;
height:240px;
/*height:390px;*/
}

#youtube iframe {
height: 240px;
width: 100%;
}
#youtube ul{
background: none repeat scroll 0 0 #000000;
height:150px;
overflow: auto;
position:relative;
top:-6px;
}
#youtube li{
clear: both;
}
#youtube a{
border-top: 1px solid #FFFFFF;
color: #FFFFFF;
display: block;
font-size: 11px;
font-weight: bold;
overflow: hidden;
padding: 5px 10px;
text-decoration: none;
}
#youtube a img{
float: left;
margin-right: 10px;
}
#youtube .now a{
color:#FFFF00;
}
#youtube a:hover{
color: #2288BB;
}
/*#youtube .now a:before{
content:"??";
}*/

/* twitter */
div#bg-twitter{
position:relative;
width:320px;
padding:0 40px 42px 0;
background:url(../../images/index/bg_twitter.png) no-repeat right bottom;
}
div#twitter{
border:5px solid #DCE7CD;
padding:10px;
width:290px;
background:#fff;
}
div#twitter h3 a{
background: url("../../images/index/icn_twitter.png") no-repeat left top;
display: block;
height: 48px;
line-height: 1.2;
padding-left: 58px;
padding-top: 10px;
text-decoration: none;
}
div#twitter h3 a strong{
color: #000000;
display: block;
font-size: 14px;
}
div#twitter h3 a span{
font-size: 12px;
font-weight: normal;
color:#2288BB;
}
div#twitter #twitter-load p.text{
border-top: 1px dotted #CCCCCC;
font-size: 12px;
padding-top: 10px;
}
div#twitter #twitter-load p.time{
color: #999999;
padding-bottom: 10px;
text-align: right;
}
div#twitter #twitter-load p.time img{
vertical-align: top;
}
div#twitter #twitter-more{
margin:0;
line-height:28px;
}
div#twitter #twitter-more a{
background: none repeat scroll 0 0 #EEEEEE;
border-radius: 5px;
display: block;
padding: 3px;
text-align: center;
}
div#twitter #twitter-more a:hover{
background-color: #2288BB !important;
color: #FFFFFF;
}

/* banner *****************************************************************/
div#banner{
position:relative;
clear:both;
display:block;
content:"";
margin:0 auto;
padding:0 0 37px;
width:915px;
top:-12px;
overflow:hidden;
}
div#banner li{
float:left;
margin:0 10px;
}
div#banner li.app{
margin:5px 10px;
}

/* popup *****************************************************************/
#fancybox-close {
	position: absolute;
	top: auto;
	right: 310px;
	bottom: -50px;
	width: 80px;
	height: 16px;
	background:url(../../images/index/btn_skip.png) no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-close:hover {
	opacity: 0.75;
}



	div#topics li.symbol {
		color: #fff;
		font-size: 11px;
		background: #74703c;
		padding: 0;
		margin: 0 1em 0 0;
		font-weight: normal;
		border-radius: 3px;
		text-align: center;
		width: 40px;
	}
	div#topics li.date {
		float: left;
		/* clear: left; */
		padding: 0 0 0 7px;
		width: 70px;
		color: #858585;
		background: url(../../images/common/icn_arrow.gif) no-repeat 2px center;
	}
