@charset "utf-8";
/* CSS Document */

/* common
-------------------------------------------------------------------------------- */

#container {
    width  : 800px;
    margin : 0 auto;
}

h1 {
	font-size: 2.4em;
	margin-bottom: 30px;
	background-color: #0CF;
	line-height: 2.2em;
	text-align: center;
}

h2 {
	font-size: 2.0em;
	margin-bottom: 30px;
	background-color: #FC9;
	line-height: 1.8em;
	text-align: center;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.line {
	line-height: 1.5em;
	font-size: 1.3em;
}

.line2 {
	line-height: 1.5em;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #F00;
}

.position {
	font-size: 1.3em;
	line-height: 1.5em;
	margin:0 0 10px 34px;
}

.position2 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-left: 36px;
}

.position3 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-left: 20px;
}

.deco {
	width: 780px;
	text-align: center;
	border: solid 2px #666;
	margin-left: 10px;
}

.deco tr td {
	border: solid 1px #666;
	padding: 6px 3px;
	font-size: 1.2em;
}

.deco tr td a {
	color: #06F;
}

.red {
	color: #F00;
}

.blue {
	color: #03F;
}