@charset "UTF-8";
@import url("css_structure.css");
@import url("css_dropdown.css");
@import url("css_tables.css");
@import url("css_boites.css");

body {
	font: 95% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
	background: #FFFFFF;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: center;
	}
h1 {
	color: #8a53b1;
	font-size: 1.4em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	line-height: 1.4em;
}
h2 {
	color: #8a53b1;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.4em;
}
h3 {
	color: #8a53b1;
	font-size: 1.1em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	line-height: 1.4em;
}
h4 {
	color: #8a53b1;
	font-size: 1.0em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	line-height: 1.4em;
}
p {
	color: #586ea0;
	font-size: 0.95em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	line-height: 1.2em;
}
em {
	color: #586ea0;
	font-size: 0.95em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
}
strong {
	color: #586ea0;
	font-size: 0.95em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	line-height: 1.2em;
}

 a:link, a:visited {
	color:#3300BA;	
	text-decoration:none ;
}

 a:active, a:hover  {
	color:#B40099;
	text-decoration:underline ;
}

