.margin-nomal {
	padding: 15px 25px;
}
.nmargin {
	padding: 15px 15px 0px;
}

.tmargin {
	padding: 15px 5px 0px;
}

body {
	font-size: 100%;
}

p.bodycopy {
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 22px;
	color: #993333;


}

td {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
	margin: 0px;
	padding: 0px;


}
h1 {
	font-size: 160%;
	padding: 20px;
	font-weight: bold;

}

h2 {
	font-size: 150%;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}

h2.tagline {
	font-size: 14pt;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #993333;


}

h3 {
	font-size: 140%;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0px;
	margin: 10px 0px;
	padding-bottom: 0px;
	padding-left: 0px;



}
h4 {
	font-size: 120%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 10px 0px;


}

p {
	margin: 5px 0px 0px;
}


/*■■■■リンク設定■■■■*/

/*全体のリンク*/
A:link {
	text-decoration:none; color:#0000ff}
	
A:visited {
	text-decoration:none; color:#0000EE}
	
A:active {
	text-decoration:none; color:#003399}
	
A:hover {
	text-decoration:underline; color:#ff0000}
	
/*トップページメニュー英字*/
a.menu:link  {
	font-family: "Times New Roman", "Times", "serif","ＭＳ Ｐゴシック", "Osaka";
	font-size: 120%;
	text-decoration: none;    /* テキストの下線なし*/
	font-weight: bold;
	color: #193EAA;
}

a.menu:visited  {
	font-family: "Times New Roman", "Times", "serif","ＭＳ Ｐゴシック", "Osaka";
	font-size: 120%;
	text-decoration: none;    /* テキストの下線なし*/
	font-weight: bold;
	color: #193EAA;
}

a.menu:active  {
	font-family: "Times New Roman", "Times", "serif","ＭＳ Ｐゴシック", "Osaka";
	font-size: 120%;
	text-decoration: none;    /* テキストの下線なし*/
	font-weight: bold;
	color: #193EAA;
}

a.menu:hover  {
	font-family: "Times New Roman", "Times", "serif","ＭＳ Ｐゴシック", "Osaka";
	font-size: 120%;
	text-decoration: none;    /* テキストの下線なし*/
	font-weight: bold;
	color: #0000FF;
}

/*下層ページメニュー文字（日本語）*/
a.bottommenu:link  {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 100%;
	color: #193EAA;
	text-decoration: none;    /* テキストの下線なし*/
}

a.bottommenu:visited  {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 100%;
	color: #193EAA;
	text-decoration: none;    /* テキストの下線なし*/
}

a.bottommenu:active  {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 100%;
	color: #FF3300;
	text-decoration: none;    /* テキストの下線なし*/
}

a.bottommenu:hover  {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 100%;
	color: #0000FF;
	text-decoration: underline;  /* マウスオーバーでテキストの下線表示 */
}
