﻿/*	title.htmlスタイル - title.css	*/

/* 要素 */
/* 文書全体 */
BODY{
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0%;
	white-space: nowrap;
	width: 175mm;
}

/* ID */
/* タイトル */
#title{
	font-size: 23pt;
	margin-top: 2mm;
	margin-bottom: 0mm;
	margin-left: 40%;
}

/* サブタイトル */
#subTitle{
	margin-top: 1mm;
	margin-bottom: 0mm;
	margin-left: 40%;
}

/* メッセージ */
#msg{
	margin-top: 1mm;
	margin-bottom: 0mm;
	margin-left: 30%;
	white-space: normal;
}

/* イメージ */
#image{
	width: auto;
	height: 90px;
	margin-left: 3%;
	float: left;
	border-style: none;
}
