/* 基本 */
body {
	color: #333333;
}
.white {
	color: #FFFFFF;
}

/* ヘッダー */
.Header {
	background-image: url(../image/header.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
.Header_text {
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: bottom;
	white-space: nowrap;
}

/* フッター */
.Footer {
	background-image: url(../image/footer.gif);
	background-repeat: no-repeat;
	height: 24px;
}
.Footer_text {
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
}

/* サイドメニュー */
.SideMenu_text {
	font-size: 11px;
	background-color: #F0F0F0;
	height: 20px;
}
.SideMenu_text_sub {
	font-size: 10px;
	background-color: #CCCCCC;
	height: 20px;
}

/* タイトル */
.Title_text {
	font-size: 14px;
	font-weight: bolder;
	background-color: #F0F0F0;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.HeadTitle_text {
	font-size: 16px;
	font-weight: bolder;
	background-color: #999999;
	height: 30px;
	padding-right: 15px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
}
.SubTitle_text {
	font-size: 14px;
	font-weight: bolder;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* トップページ */
.TopImage {
	background-image: url(../image/top/top_img_01_jp.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.TopImageEn {
	background-image: url(../image/top/top_img_01_en.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.TopImageText {
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
	font-size: 88%;
}
.TopContactImage {
	background-image: url(../image/top/top_img_02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* イメージ説明 */
.ImageText {
	font-size: 88%;
	font-weight: bolder;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 可変テキスト */
.Text10_120 {
	font-size: 75%;
	line-height: 120%;
}
.Text10_140 {
	font-size: 75%;
	line-height: 140%;
}
.Text12_120 {
	font-size: 88%;
	line-height: 120%;
}
.Text12_140 {
	font-size: 88%;
	line-height: 140%;
}
.Text14_120 {
	font-size: 100%;
	line-height: 120%;
}
.Text14_140 {
	font-size: 100%;
	line-height: 140%;
}
