@charset "utf-8";
/* CSS Document */

/***************全体共通***************/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10.5pt;
	color: #000000;
	margin: 0px;
}


/***************文字フォント***************/
h1 {
	font-size: 12pt;
	color: #CC0066;
	padding: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0066;
	background-image: none;
	height: auto;
}

h2 {
	font-size: 10.5pt;
	color: #CC0066;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0066;
	line-height: normal;
}

h3{
	font-size: 10.5pt;
	background-image: none;
	color: #000;
	padding: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: auto;
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
}

