


/*リセット */

body, div, h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}

/* セッティング */

body,td{
	font-family: "ＭＳゴシック", Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.5;
}

* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

/* 全体リンク指定  */
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #666666;
}

/* 区切り線 */
hr.ten { 
border-style: dotted none none none; 
border-top-width: 1px; 
border-top-color:#999999; 
height: 1px; 
} 

/* 個別テキスト*/
.txtBoldL{font-size: 15px;font-weight: bold;color:#333333;}
.txtBold{font-size: 13px;font-weight: bold;color:#333333;}
.txtL{font-size: 15px;color:#333333;line-height: 1.5;}
.txtRed{font-size: 13px;color:#CC0000;line-height: 1.4;}
.txtS{font-size: 12px;color:#333333;line-height: 1.4;}
.txtMini{font-size: 11px;color:#333333;line-height: 1.4;}
.txtMiniRED{font-size: 11px;color:#CC0000;}
