/* Ｑ＆ＡサイトのＣＳＳです */
@charset "utf-8";

/* コンテンツ */
#content h3	{background-image: url(../img/bar-darkblue.gif);
				background-repeat: no-repeat;
				color:#FFFFFF;
				line-height: 46px;
				margin-left:20px;
				text-align:center;
				padding:0;				
				}				
#content h4	{font-family: "HG丸ｺﾞｼｯｸM-PRO";
				font-size: 1.2em;
				color:#333333;
				line-height: 1.2;
				}
#content table.noline	{
	margin-left:auto;
	margin-right:auto;
	border:0;
	border-collapse: collapse;	
	}
#content table.noline td	{
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 1em;
	text-align:left;
	vertical-align:top;
	color:#333333;
	border:0;
	border-collapse: collapse;
	}
#content table.noline td.dai	{
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 1.2em;
	color:#333333;
	text-align:left;
	vertical-align:top;
	line-height: 1.2;
	font-weight:bold;
	}
#content table.noline td.bun	{
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 1em;
	color:#333333;
	text-align:left;
	vertical-align:top;
	line-height: 1;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:40px;
	}
#content table.schedule	{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 0.875em;
	line-height:1.2;
	color:#333333;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px #333333;
	border-collapse: collapse;
	}
					
#content table.schedule th	{
	border: solid 1px #333333;
	padding: 0.4em;
	}
						
#content table.schedule td	{
	border: solid 1px #333333;
	padding: 5px;
	}
#content p	{
	font-size:1.2em;
	color:#333333;
	text-align:left;
	margin-right::20px;
}
#content p.migi	{
	font-size:0.875em;
	color:#333333;
	text-align:right;
	margin-right::20px;
}


