* {
	margin: 10px;
}

body {
	font-family: "ＭＳ ゴシック";
	font-size: 12pt;
	color: #000000;
	text-align: center;
}

#greeting {
	width: 800px;
	height: 350px;
	margin: 20px auto;
}

#greeting strong {
	font-size: 14pt;
	text-decoration: underline;
}

#greeting p {
	text-align: left;
	font-size: 10pt;
}

#greeting span {
	line-height: 200%;
}

#business {
	width: 800px;
	height: 250px;
	margin: 20px auto;
	text-align: left;
}

#business strong {
	font-size: 14pt;
	text-decoration: underline;
}

#business p {
	text-align: left;
	font-size: 11pt;
}

#company {
	width: 800px;
	height: 300px;
	margin: 20px auto;
	text-align: left;
}

#company strong {
	font-size: 14pt;
	text-decoration: underline;
}

#company table {
	border: 2px #000 solid;
}

td.title {
	width: 120px;
	height: 30px;
	border: 2px #000 solid;
}

td.value {
	width: 450px;
	border: 2px #000 solid;
}

link {
	font-size: 12pt;
}

a:link {/*未訪問のリンク*/
    color:#0099cc;
    font-style:normal;
    text-decoration:underline;
}

a:visited {/*訪問後のリンク*/
    color:#cc99ff;
    text-decoration:underline;
}

/*
a:hover {マウスをのせたとき
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
*/

#link a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}

#screenshot {
	position: absolute;
	border: 3px solid #333333;
	background: #444444;
	padding: 5px;
	display: none;
	color: #FFFFFF;
    text-align: center;
}

span {
	line-height: 150%;
}

div.right {
	text-align: right;
}

hr.separator {
	width: 800px;
}