@charset 'Shift_JIS';

/*共通
---------------------------------------------------- */

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #333333;
}
table {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #666666;

}

/*フォント指定
---------------------------------------------------- */

p {
	margin: 0 0 15px 0;
	padding: 0;
}
p.small {
	font-size: 10px;
	line-height: 14px;
}
p.normal {
	font-size: 12px;
	line-height: 16px;
}
p.large {
	font-size: 14px;
	line-height: 16px;
}
.futoji {
	color: #d1ab50;
	font-weight: bold
}
.midashi {
	color: #d1ab50;
	font-weight: normal
}
.futoji2 {
	color: #d1ab50;
	font-weight: bold
}
.futoji3 {
	font-weight: bold
}
.small {
	font-size: 10px;
	line-height: 14px;
}
.normal {
	font-size: 12px;
	line-height: 16px;
}
.large {
	font-size: 14px;
	line-height: 16px;
}

.purple {
	color: #000799;
}

.blue {
	color: #0073cc;
}

.foot {
	font-size: 11px;
	line-height: 16px;
	color: #696969;
}


/* リンク
---------------------------------------------------- */

a:link {
  color: ##00599D;
  background: transparent;
}
a:visited {
  color: #00599D;
  background: transparent;
}
a:hover, a:active {
  color: #00599D;
  background: transparent;
}


hr {
   border-width: 1px 0px 0px 0px; 
   height: 1px; 
	border:dotted;
	border-color:#999999;
}

