@charset "utf-8";

/* top style */
#wrapper{
	background:#000D8C url(../images/content_inner_bg1.jpg) no-repeat scroll left bottom;
	}

#wrapper-inner{
	background:url(../images/content_inner_bg2.png) no-repeat left top;
	padding:0 0 15px;
	/*height:755px;*/
	}
#header{
	height:165px;
	}
#header h1{
	position:absolute;
	top:20px;
	left:-10px;
	z-index:1;
	}	
#header p{
	margin:0 0 0 130px;
	}

/* ティッカー */
.tickercontainer { 
	position :absolute;
	top :140px;
	right :0;
	height: 25px;
	color:#ced6eb;
	overflow: hidden;
	width: 720px;
	}
.tickercontainer .mask { 
	position: relative;
	left: 10px;
	top: 3px;
	width: 690px;
	overflow: hidden;
	}
ul.newsticker { /* that's your list */
	position: relative;
	left: 720px;
	width:1000px;
	}
ul.newsticker li {
	float: left;
	}


#content{
	padding:483px 0 0 0;
	}
	
h2{
	position:absolute;
	left:-3000px;
	}
h3{
	margin:15px 0 0 20px;
	}
#news{
	width:356px;
	/*height:169px;*/
	background:url(../images/bg_box1.jpg) no-repeat;
	float:left;
	margin-left:20px;
	display:inline;	/*ie6*/
	}
.news_inner{
	background:url(../images/bg_box1_bottom.jpg) no-repeat left bottom;
	padding:0 0 20px;
	}
#news dl,
#ever p{
	margin:45px 20px 0;
	}
#news dt{
	color:#2582f6;
	background:url(../images/li_icon.gif) no-repeat left 0.5em;
	padding:0 10px 0 12px;
	float:left;
	font-size:11px;
	line-height:18px;
	clear:left;
	}
#news dd{
	font-size:12px;
	line-height:21px;
	}
#ever{
	position:relative;
	width:262px;
	height:169px;
	background:url(../images/bg_box2.jpg) no-repeat;	
	float:right;
	margin-right:18px;
	display:inline;	/*ie6*/	
	}
#ever p span{
	position:absolute;
	right:-2px;
	bottom:-8px;	
	}
#ever p{
	font-size:12px;
	line-height:21px;
	}
#banaArea{
	margin:15px 0 0 20px;
	}
#banaArea li{
	float:left;
	margin-right:15px;
	display:inline;
	}

/*　サイドエリア-------------------------　*/
#side #box1{
	background:url(../images/side_box1_bg2.png) no-repeat;
	padding:10px 18px 18px;
	}
#side #box1 dt{
	padding:7px 0 0 0;
	text-align:left;
	}
	
/* カウントダウン */
#side #timebox{
	background:#000066;
	text-align:left;
	padding:5px 0 5px 5px;
	}
#side #timebox li{
	margin:0 4px 0 0;
	}
#side #timebox #day{
	background:url(../images/day.gif) no-repeat right bottom;
	width:45px;}
#side #timebox #time{
	background:url(../images/time.gif) no-repeat right bottom;
	width:55px;}
#side #timebox #min{
	background:url(../images/min.gif) no-repeat right bottom;
	width:47px;}
#side #timebox #second{
	background:url(../images/second.gif) no-repeat right bottom;
	width:47px;}
	
		
/*　今月の課題　*/
#work{
	background:url(../images/work_bg.gif) no-repeat;
	width:220px;
	height:115px;
	position:relative;
	}
#work #slider{
	width:160px;
	height:100px;
	overflow:hidden;
	margin:0 auto;
}
#slider li {
	margin-top:7px;
	}
#slider a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	}
#prevBtn,
#nextBtn,
#prevBtn a,
#nextBtn a{
	height:50px;
	width:30px;
	display:block;
	}
#prevBtn,
#nextBtn{
	position:absolute;
	text-indent:-3000px;
	}
#prevBtn{
	left:0;
	top:40px;
	}
#nextBtn{
	right:1px;
	top:40px;
	}
#prevBtn a{background:url(../images/back_off.png) no-repeat;}
#nextBtn a{background:url(../images/next_off.png) no-repeat;}
#prevBtn a:hover{background:url(../images/back_on.png) no-repeat;}
#nextBtn a:hover{background:url(../images/next_on.png) no-repeat;}

