@charset "UTF-8";

body{
	/*background-image:url(../images/top/master-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;*/
}

#main-visual{
	display:block;
	margin:0 auto;
}

/*#mainvisual{
	width:100%;
	min-width:900px;
	max-width:1300px;
	height:640px;
	margin:0 auto;
	position:relative;
}

#mainvisual img#master-bg{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

#mainvisual #visuals{
	width:900px;
	margin:0 auto;
	
	height:550px;
}

#mainvisual #visuals div{
	display:none;
	right:-50px;
	bottom:0;
}

#mainvisual #visuals img{
	position:absolute;
	top:75px;
	right:0;
}
*/


#container{
	padding-top:0px;
}

#content{
	position:relative;
	margin-top:-721px;
	z-index:99;
}


#content #main{
	/*text-align:center;*/
	margin:0;
	position:relative;
	height:500px;
}

#content #main #logo{
	position:absolute;
	top:-20px;
	right:-6px;
}

#content #main #spec{
	position:absolute;
	bottom:0px;
	right:-6px;
}

#content #main #syokai{
	position:absolute;
	bottom:0px;
	left:0px;
}


#information{
	margin-top:20px;
}

#news{
	width:528px;
	margin-left:1px;
	
	background-color:#6f88ab;
	background:-moz-linear-gradient(left top,#205aa9,#d1e3f7 40%,#f6f9ff 50%,#d1e3f7 60%,#205aa9);
	background:-webkit-gradient(linear,left top,right bottom,from(#205aa9),color-stop(0.4,#d1e3f7),color-stop(0.5,#f6f9ff),color-stop(0.6,#d1e3f7),to(#205aa9));
	padding:1px 1px 1px 1px;
	float:left;
}

#news #news-inner{
	background-color:#000;
	padding-bottom:5px;
}	

#news #news-inner #news-body{
	width:515px;
	/*height:140px;*/
	height:230px;
	margin-left:8px;
	margin-top:-3px;
	overflow:auto;
	/*overflow:hidden;*/
}

#news #news-inner #news-body table{
	width:99%;
	border-collapse:collapse;
}
#news #news-inner #news-body table *{
	border:0;
}

#news #news-inner #news-body table tr{
	border:1px #333 dotted;
	border-width:1px 0  0;
}

#news #news-inner #news-body table tr:first-child{
	border-width:0;
}

#news #news-inner #news-body table th{
	width:90px;
	text-align:left;
}

#news #news-inner #news-body table th img{
	border:1px #666666 solid;
	margin-top:4px;
}

#news #news-inner #news-body table th,
#news #news-inner #news-body table td{
	padding-top:7px;
	padding-bottom:3px;
	line-height:1.3;
	vertical-align:top;
}


#main-banners{
	width:354px;
	margin-left:15px;
	float:left;
}

#main-banners img{
	margin-bottom:10px;
}


#links{
	margin-top:30px;
	text-align:center;
}

#links img{
	margin:0 7px;
}

/*--------------------*/
@media screen and (max-width:1300px) {
	/*body{ background-size:140%; }*/
	#main-visual{width:100%;}
	#content{ margin-top:-55%; }
}


@media screen and (max-width:1100px) {
	#content #main #logo{
		top:0px;
		right:20px;
		width:400px;
	}
}



/*-------Mobile-------*/
@media screen and (max-device-width:640px) {
	#news #news-inner #news-body{ font-size:20pt; }
}