@charset "utf-8";
/* CSS Document */

/* Layout */
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 20px;
	text-align: center;/* center on ie */
}

img {
	border: 0;
}

#titleimg {
	margin-bottom: 10px;
	text-align: left;
}

#content {
	width: 700px;
	margin: 0 0 0 20px;
	padding: 20px;
	text-align: left;
}

#back {
	width: 55px;
	margin: 0 0 0 20px;
	text-align: left;
}

#footline {
	margin: 5px 0px;
	text-align: left;
}

#take1 {
	width: 290px;
	margin: 0 0 0 20px;
	text-align: left;
}

/* Content */
h1 {
	color: #408080;
	font-size: 18px;
	font-weight: bold;
	margin: 2px;
}

h2 {
	color: #191970;
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
}

td.top {
	vertical-align: top;
}

td.title {
	width: 70px;
	color: #191970;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	line-height: 18px;
	background: #add8e6;
	padding: 7px 7px 15px 10px;
	vertical-align: top;
}

td.detail {
	width: 280px;
	font-size: 12px;
	line-height: 18px;
	background: #e0ffff;
	padding: 7px 7px 15px 10px;
	vertical-align: top;
}
