@charset "utf-8";
/* CSS Document */

#contentsArea #rightContentsBox {
	float: left;
	height: 650px;
	width: 550px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
}
#rightContentsBox #pageNav {
	text-align: right;
}
#rightContentsBox #supportTitle {
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
}
#rightContentsBox #supportTitle h2 {
	float: left;
	width: 160px;
}

#contentsArea  h1 {
	float: left;
	width: 260px;
	margin-left: 30px;
	padding-top: 4px;
}
#rightContentsBox ul {
	margin-left: 90px;
	margin-top: 5px;
}
#rightContentsBox li  {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

