﻿@charset "utf-8";

/* BODY */
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif; font-size: 12px; line-height: 1.5;
  background-color : white;
  color : white;
}

/* TEXT */
.rmv {
	display: block; position: absolute; top: -9999px; left: -9999px; 
}

/* LINK COLOR */
a:link {
	color: #005bac; text-decoration: underline; 
}
a:visited {
	color: #005bac; text-decoration: underline; 
}
a:hover {
	color: #44a7ff; text-decoration: none; 
}
a:active {
	color: #ffcc00; text-decoration: none; 
}

a:link.FTL {
	color: #333333; text-decoration: underline; 
}
a:visited.FTL {
	color: #333333; text-decoration: underline; 
}
a:hover.FTL {
	color: #999999; text-decoration: none; 
}
a:active.FTL {
	color: #333333; text-decoration: none; 
}

a:link.NonNon {
	color: #000000; text-decoration: none; 
}
a:visited.NonNon {
	color: #000000; text-decoration: none; 
}
a:hover.NonNon {
	color: #000000; text-decoration: none; 
}
a:active.NonNon {
	color: #000000; text-decoration: none; 
}

/* FONT WEIGHT */
.TxtNormal {
	font-weight: normal; 
}
.TxtBold {
	font-weight: bold; 
}

/* H */
h2 {
	font-size: 120%; font-weight: bold; text-align: left; background: url(../img/sq_red.gif) no-repeat 0% 30%; padding-left: 12px; margin-bottom: 10px; 
}

h3 {
	font-size: 120%; font-weight: bold; text-align: left; background: url(../img/sq_redQ.gif) no-repeat 0% 30%; padding-left: 25px; margin-bottom: 10px; 
}
h4 {
	font-size: 120%; font-weight: MS P Gothic ; text-align: left; background: url(../img/sq_redA.gif) no-repeat 0% 0%; padding-left: 25px; margin-bottom: 35px; 
}


/* HOME */
p.Date {
	font-weight: bold; margin-bottom: 4px; 
}

/* COPY */
.HeadCatchCopy {
	line-height: 220%; 
}
.MainText {
	line-height: 160%; 
}

/* FOOTER */
.FootLink {
	font-size: 11px; 
}
.CR {
	color: #666666; font-size: 10px; 
}