@charset "utf-8";

/* BODY */

body#subsign {
	background: #FFF url(../images/sub_sign_back.jpg) no-repeat top center;
	color: #444;
	text-align: center; /* for IE6 centering */
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* LINK COLOR */

ul.link a:link {
	padding-right: 15px;
	background: url(../images/blank.png) no-repeat right;
	color: #1a69b9;
	text-decoration: none;
}

ul.link a:visited {
	padding-right: 15px;
	background: url(../images/blank.png) no-repeat right;
	color: #1a69b9;
	text-decoration: none;
}

ul.link a:hover {
	padding-right: 15px;
	background: url(../images/blank.png) no-repeat right;
	color: #ff3300; /* orange */
	font-style: normal;
	text-decoration: underline;
}

ul.link a:active {
	padding-right: 15px;
	background: url(../images/blank.png) no-repeat right;
	color: #ff0000; /* red */
	text-decoration: underline;
}

div#subsign {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

div#subsign h1 {
	margin: 80px 0 80px 0;
}

div#subsign h2 {
	margin: 0 0 60px 0;
}
div#subsign p.outline {
	font-size: 120%;
	line-height: 145%;
	margin-bottom: 60px;
}

div#subsign p.date {
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 30px;
}

div#subsign ol {
	margin-bottom: 70px;
}

div#subsign ol li {
	list-style-type: none;
	margin-bottom: 15px;
}

div#subsign ul {
	margin-bottom: 50px;
}

div#subsign ul li {
	margin: 0 0 10px 1.5em;
}