@charset "utf-8";

/*******************************************/

@import url("common.css");
@import url("base.css");

/*******************************************/


#news {
	background-image: url(../images/news/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #8A9390;
	background-attachment: fixed;
}

#header,#visual,#contents,#footer {
	opacity: 0.95;
	filter: alpha(opacity=95);	/* IE6、IE7対応 */
	-moz-opacity: 0.95;		/* Firefox1.5以前対応 */
}


.newsblock {
	width: 100%;
	margin: 0px 0px 100px;
}

#main h2 span {
    font-size: 0.5em;
    font-weight: 100;
    color: #999;
}

@media screen and (max-width:768px) {
	
.newsblock {
	width: 100%;
	margin: 0px 0px 20%;
}

#sidemenu ul li {
	float: left;
	margin: 0% 3% 0% 0%;
	font-size: 1.2em;
}

#sidemenu ul {
	margin: 0% 0% 10% 0%;

}		
	
}