/* css:ニュース｜info_important 重要なお知らせ */

/* メインコンテンツ */
#wrapper #main {
	width700px;
	margin:0 auto 0 auto;
}

p.center {
	text-align:center;
	padding:10px 0 20px 0;
}

/* 会社ロゴ */
#wrapper #main #logo {
	margin:0 0 25px 0;
	border-style:none;
}
a img {
    border-style:none;
}

/* カスタマーサービス */
#wrapper #main img.cs {
	margin:30px auto 0 210px;
}
/* 画像 */
#wrapper #main div.img {
	text-align:center;
}

/* 文字（中央） */
#wrapper #main p.center {
	text-align:center;
	margin:10px 0 10px 0;
}
/* 文字（右寄せ） */
#wrapper #main p.right {
	text-align:right;
	margin:10px 120px 10px 0;
}


/* ----------------------------------------------------------------- */
/* テーブル */
#wrapper #main table.center {
	width:600px;
	line-height:18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:75%;
    border:none;
	margin:0 auto 50px auto;
}
#wrapper #main table.center tr {
	line-height:18px;
	border:none;
    padding:5px;
}
#wrapper #main table.center th {
	line-height:18px;
	border:none;
    color:#ffffff;
    padding:5px;
}
#wrapper #main table.center td {
	line-height:18px;
    border:none;
    padding:5px;
}

/* タイトル */
#wrapper #main table.center td.title {
	line-height:18px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:40px;
}
/* 右側(日にち) */
#wrapper #main table.center td.right {
	line-height:18px;
	text-align:right;
	font-size:12px;
    padding:5px 5px 15px 5px;
}
/* 記 */
#wrapper #main table.center td.note {
	line-height:18px;
	text-align:center;
	font-size:13px;
    border:none;
    padding:5px 5px 30px 5px;
}
/* 中央 */
#wrapper #main table.center td.center {
	line-height:18px;
	text-align:center;
    border:none;
    padding:5px;
}
/* 装飾 */
#wrapper #main table.center td span.back {
	background-color:#ffff00;
	font-weight:bold;
}
#wrapper #main table.center td span.red {
	color:#CC0033;
}

/* ----------------------------------------------------------------- */
/* テーブル(中側) */
#wrapper #main table.in {
	width:550px;
	line-height:18px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:75%;
    border:none;
	margin:0px auto 30px auto;
}
/* 文字中央揃え */
#wrapper #main table.in td.center {
	line-height:18px;
	text-align:center;
}
/* 文字赤 */
#wrapper #main table.in td span.red {
	line-height:18px;
	color:#CC0033;
}


