/* CSS Document */

#wrapper {
	width: 1000px;
	margin: 0 auto 50px auto;
}

.right {
	float: right;
	width: 360px;
	padding-top: 20px;
}

.right li {
	list-style: none;
	border-top: 8px solid #559BE9;
	padding: 8px 0 20px 0;
}

.txt {
	margin: 40px 0;
}

p {
	color: #333;
	font-size: 12px;
	margin-bottom: 20px;
	margin-left: 20px;
}



span.start {
	color: #f69;
	font-size: 29px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.rgst {
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}

.rgst .pdf {
	position: absolute;
	top: 0;
	right: 180px;
}

.col2 {
	margin: 0 auto 20px auto;
}

.col2 li {
	list-style: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 15px;
	vertical-align: top;
	width: 300px;
}

.col2 li .box {
	border: 3px solid #ff66cc;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width: 300px;
	height: 310px;
}

.col2 li .box dl {
	width: 270px;
	margin: 15px auto 0 auto;
}

.col2 li .box dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #ff66cc;
	color: #fff;
	width: 27px;
	height: 27px;
	font-size: 27px;
	text-align: center;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	vertical-align: top;
	margin-bottom: 20px;
}

.col2 li .box dt span {
	position: relative;
	top: -3px;
}

.col2 li .box dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 235px;
	padding-top: 3px;
	font-size: 14px;
	margin-bottom: 20px;
}

.col2 li .box strong {
	display: block;
	padding-left: 20px;
	font-size: 15px;
	margin-bottom: 15px;
}


strong.yellow {
	font-size: 15px;
	color: #FAC305;
}

.pdf a:visited { color: #fff; }

.pdf a:visited { color: #fff; }

.pdf a:hover { color: #fff; }

.pdf a:active { color: #fff; }


