/* ブラウザスタイルの初期化 */
*{
  margin: 0;
  padding: 0;
  border: 0;
  font: Verdana, Arial, sans-serif, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
  font-size: 100%;
  font-weight: normal;
  font-style :normal;
  text-decoration: none;
  }
body { font-size: 13px; }
table {
	margin-left: 10px;
}
table dl,table dt, table dd, table ul, table li {margin:0px; padding:0px;}

table td#title img { margin-bottom: 5px; margin-top: 10px; }

table td#syosai { vertical-align: top; }

table td#syosai p {
	width: 219px;
	border: 1px solid #CCCC00;
	padding: 3px;
}
table td#syosai dl {
	margin-top: 5px;
}
table td#syosai dt {
	width: 219px;
	text-align:center;
	color: #CC3333;
	font-weight: bold;
	border-bottom: 1px solid #CC3333;
}
table td#syosai dd {
	width: 219px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	text-align: center;
	border-bottom: 1px solid #CC3333;
}
table td#syosai dd img {
	border: none;
	margin: 3px;
}
table td#newsTitle em {
	color:#CC3333;
	font-size: 1.2em;
	font-weight: bold;
	float:left;
}
table td#newsTitle span {
	color:#CC3333;
	font-weight:bold;
	float:right;
}
table td#newsTitle {
	line-height: 2.0em;
	border-bottom: 1px solid #990000;
}
table.newsCon {
	width: 559px;
	background:url(image/top_bg2.gif) repeat top center;
	margin: 5px 0px 10px 0px;
}
table.newsCon dl {
	padding:10px;
}
table.newsCon dt {
	padding:8px;
	color:#CC3333;
	font-weight: bold;
}
table.newsCon dd{
	line-height: 120%;
	padding: 8px;
}
table.newsCon dd ul {padding-top: 10px;}
table.newsCon dd li {
	list-style-type: none;
	padding-left: 10px;
}
table.newsCon img {
	margin: 10px;
}
table.newsCon div#dotline {
	height: 1px;
	background:url(image/dot.gif) repeat-x;
}
table#footer  {width:559px;}
table#footer td#line {
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding-top: 3px;
	padding-bottom: 3px;
}


