@charset "UTF-8";
* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #686868;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.0;
  }


/* リンクテキスト (a) */

a:link {
  color: #0066A2;
  text-decoration: none;
  }
a:visited {
  color: #99CC00;
  text-decoration: none;
  }
a:hover {
  color: #99CC00;
  text-decoration: underline;
  }
a:active {
  color: #99CC00;
  text-decoration: underline;
  }


/* 画像 (img) */
img {
  border: 0;
  }


/* 新着情報 (#update) */

div#new{
margin:0;
padding:0px;
width:250px;
float:left;
background:url(../img/270-350.gif) no-repeat;
background-attachment:fixed;
}

div#new dl{
width:250px;
margin:0px;
font-size: small;
}

div#new dl dt{
margin-top: 5px;
padding-left:20px;
background:url(../img/update-arrow.gif) no-repeat;
float: left;
width:40px;
color:#FF9900;
line-height:150%;
vertical-align: top;
}


div#new dl dd{
margin-top:7px;
margin-left:65px;
line-height:1.2em;
width:175px;
padding-bottom:10px;
border-bottom-color: #CCCCCC;
border-bottom-style: dotted;
border-bottom-width:1px;
}

div#new dl dd img.new{
vertical-align: middle;
margin-left: 8px;
}







