@charset "utf-8";

/* 基本タグ：全般 */
  /* 初期化 */
* {
  margin:0;
  padding:0;
}

  /* 基本 */

body {
  text-align:center;/* box centering */
  font-family:"ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka,"メイリオ", Meiryo,"ＭＳ Ｐゴシック",  verdana, arial, sans-serif;
  margin: 0;
  padding: 0;
  background: url(/images/common/background-base.gif) left top #000000;
  color:#333333;
  font-size: 13px;
  *font-size: small; /* IE 7向け */
  *font: x-small; /* IE 6以下 */
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
  padding: 0;/* margin&padding reset */
  line-height: 1.5;/* base line height */
  text-align: left;
  display: block;
  margin: 0 0 0 0;
  font-weight: normal;
  font-size: 100%;
}
table {
 margin : 0;
 border-collapse: collapse;
 border: none;
}
hr,.areaAnchor,.anchor {
 display : none; 
 }
img {
 border: none;/* img do not want a border */
}
li {
 list-style: none;
 }/* link do not want a dot */ 
 

 /* clearfix 
--------------------------------------*/
.clearfix{
  zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
  content:".";
  display: block;
  height:0px;
  clear:both;
  visibility:hidden;
}
.iepngfix {
behavior: url(/js/iepngfix.htc)
}
/*
===== link setting ===========================
*/
a {
	outline: none;
}
a:link,
a:visited {
  color: #990000;
  text-decoration:none;
}
a:hover,
a:active {
  color: #660000;
  text-decoration: underline;
}

/* font
==============================================
*/

div#contents p {
	font-size: 92%;
	}
div#contents p {
	margin-bottom: 10px;
	}

.style99 {
	color: #990000;
	}