@charset "UTF-8";
body  {
	font: 75% Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	background-colir: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}

html,body {
    height:100%;
}

a:link{color:#3366CC; text-decoration: none;}
a:visited{color:#6699CC; text-decoration: none;}
a:hover{color:#CC6666; text-decoration:underline;} 

img {
   border:none;
}

.container { 
	width: 900px;
	background-image:url(../images/home/bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	padding:0;
	text-align: left;
	height:105%;
}

.header {
    width:900px;
	height:80px;
	display:block;
	background-image:url(../images/headerline.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

/*---------------------ニュース-------------------*/ 

.news {
   width:340px;
   height:400px;
   overflow:auto;
   margin-top:25px;
   margin-left:90px;
   padding:0;
   line-height:150%;
}

/*ul {
   margin:0;
}*/

li {
   margin-top:5px;
}

/*---------------------copy-------------------*/

.copy {
  display:none;
} 

