@charset "UTF-8";

html{
	overflow:visible;
	width:100%;
	height:100%;
}

body {
	background:none;
}

#bg-img{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	background-color:#fff;
	cursor:pointer;
}

#bg-img span{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;

	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

#bg-img div{
	position:fixed;
	top:0;
	left:0;
	padding:0;
	margin:0;
	z-index:3;
}

#bg-img div img.text{
	position:absolute;
}


#bg-img img.img-be{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

#bg-img img.logo{
	position:fixed;
	left:50px;
	top:35px;
	z-index:4;
}

#wrapper{
	width:100%;
	height:225px;
	background:url(../img/top_bg.gif) repeat-x bottom;
	z-index:2;
	border:none;
	position:absolute;
	bottom:0;
	text-align:left;
}

#contents{
	width:1000px;
	height:225px;
	padding-left:50px;
	background:url(../img/top_bg.gif) repeat-x bottom;
	margin:0;
}

/*main-btn
-----------------------------------------------------*/
#top-glonavi-cel{
	width:1000px;
	padding-top:20px;
	height:50px;/*70-20*/
}

#top-glonavi-cel img{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#top-glonavi-cel a img:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*news-cel
-----------------------------------------------------*/
#news-cel{
	width:1000px;
	padding-top:20px;
	height:95px;/*115-20*/
}

#news{
	width:470px;
	height:70px;
	margin:0;
	background:url(../img/topic_tit.png) left top no-repeat;
	float:left;
	display:inline;
}

/*RSS-----*/

#news ul{
	width:370px;
	margin:0 0 7px 80px;
	padding:0;
	list-style:none;
	font-size:small;
	text-align:left;
}

#news li{
	margin-bottom:10px;
}

#news .date-box{
	font-size:12px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	color:#333333;
	display:inline-block;
	width:9em;
}

#news .title{
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:1.3em;
}

#news .title a{
	color:#333333;
}

#news .title a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*RSS-----*/

#news-cel #banner-cel{
	width:519px;
	float:left;
	display:inline;
}

#news-cel #banner-cel img{
	width:170px;
	margin:11px 3px 0 0;
	float:left;
	display:inline;
}


#news-cel #banner-cel img:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*footer
-----------------------------------------------------*/
#footer {
	width:1000px;
	margin:0;
}