/* CSS Document */

body {
	margin: 0;
}

table#TitleImage {
	border-collapse: collapse;
	border-spacing: 0;
	height: 500px;
	width: 1024px;
}

table#TitleImage td {
	padding: 0;
}

table#TitleImage td img {
	border: none;
}

table#TitleImage td#r1c1 {
	background-image: url(Images/Title_r1_c1_s1.jpg);
	background-repeat: no-repeat;
	height: 450px;
	padding: 0 80px 0 460px;
	vertical-align: top;
	width: 1024px;
}

/***** 外国語ページへのリンク *****/
table#TitleImage td#r1c1 div.OtherLanguage {
	margin-right: 50px;
	text-align: right;
}

table#TitleImage td#r1c1 h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 140%;
	margin: 10px 0 150px 0;
}

table#TitleImage td#r1c1 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	font-size: 120%;
}

table#TitleImage td#r1c1 p {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	font-size: 100%;
}

/***** メッセージ *****/
table#TitleImage td#r1c1 p.Message {
	font-size: 120% !important;
	margin-top: 20px;
	margin-bottom: 30px;
}

/***** その他のお知らせ *****/
table#TitleImage td#r1c1 p.Others {
/*	color: #ff0000;*/
	font-size: 80% !important;
}

/********** 共通デザイン **********/

/***** 赤文字の強調 *****/
em.Red {
	color: #ff3300;
	font-style: normal;
	font-weight: 900;
}

/***** 黒文字の強調 *****/
em.Black {
	color: #000000;
	font-style: normal;
	font-weight: 900;
}
