@charset "utf-8";
/* CSS Document */

/***************全体共通***************/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10.5pt;
	color: #000000;
	margin: 0px;
	padding: 0;
}


/***************文字フォント***************/
h1 {
	font-size: 12pt;
	padding: 3px;
}
h2 {
	font-size: 10.5pt;
	/*color: #000;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #88CBD2;
	line-height: normal;*/
}
h3 {
	font-size: 10.5pt;
	/*color: #000;
	padding: 3px;
	height: auto;*/
}
h4 {
	font-size: 10.5pt;
	/*line-height: normal;*/
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer{
	font-size: 9px;
}


/***************レイアウト***************/

/*#wrapper {
	background-image: none;
	border-bottom: none;
	border-bottom-width: 1px;
}

#header {
	background-image: none;
	line-height: normal;
	height: auto;
}

#body {
	float: left;
}

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	}

#copyright {
	margin-top:10px;
	}


table {
	
}

.line {
	visibility: hidden;
}
*/

