@charset "Shift_JIS";

/* reset css
-----------------------------------------------------------------*/
* html div {
  font-family: 'ＭＳ Ｐゴシック', sans-serif;
  }
*:first-child+html div {
  font-family: 'メイリオ', sans-serif;
  }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th{
	padding:0;
	margin:0;
  }
fieldset,img{
	border:0;
  }
address,caption,cite,code,dfn,em,var{
	font-weight:normal;
	font-style:normal;
  }
ol,ul{
	list-style:none;
  }
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
  }
q:before,q:after{
	content:'';
  }
abbr,acronym{
	border:0;
  }
img{
  vertical-align: top;
  vertical-align: bottom;
  }

/***** clearfix ******/
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }
.clearfix {
  min-height: 1px;
  }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
  }



/* base
-----------------------------------------------------------------*/
body {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background-color: #fff;
	margin: 0;
	padding: 10px 0;
	}

/***** link ******/
a:link {
  color: #996600;
	text-decoration:none;
  }
a:visited {
  color: #996600;
	text-decoration:none;
  }
a:hover, a:active {
  color: #996600;
	text-decoration:underline;
  }

/*** 新着情報 ***/

.m01 {
  background: url(images/top_news_tits.gif) no-repeat;
	text-indent: -9999px;
	width:325px;
	height:24px;
	}

#whatsnew {
  width: 318px;
	font-size:14px;
	line-height:16px;
	border: 1px solid #9B4BAD;
	padding: 0 0 0 5px;
	}

#whatsnew .logbox {
	width: 318px;
 	height: 120px;
	overflow: auto;
}
	
#whatsnew .logbox table {
  margin-left:5px;
	}	

#whatsnew .logbox table td {
	padding:5px 0px;
	}	
	
#whatsnew .logbox table td .date {
  background:url(images/top_news_icon.gif) no-repeat 0 0px;
	line-height:18px;
	padding-left:16px;
	font-weight:bold;
	color:#892E9D;
	}	

.newstb {
  width:295px;
	margin-top:5px;
  }
