@charset "Shift_JIS";
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #333333;
}
.address-j {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
		font-size: 0.9em;
	line-height: 1.3em;
	color: #333333;
}

.address-g {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		font-size: 0.9em;
	line-height: 1.3em;
	color: #333333;
}

.g-honbun{
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333333;
}


table.greetingform {
	font: 11px/13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #ECFCF6;
	border: 1px solid #CCCCCC;
}

.greetingform td {
	padding:5px;
}
a:hover {
	color: #00FFFF;
}
a:link {
	color: #003399;
}

.greetingform textarea,input {
	/*background-color: #E1E1E1;
	border: 1px;
	border-color:#666666;*/
}

.red{
	color: #CC0000;
}