@charset "UTF-8";

/*font-size guide
10px = 83%
11px = 92%
12px = 100%
13px = 108%
14px = 117%
15px = 125%
16px = 133%
17px = 142%
18px = 150%*/

#contentsArea  {
	background-image: url(../images/contents_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
}
#contentsArea h2 {
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 16px;
}
#contentsArea .newBox {
	font-size: 108%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 22px;
	margin-bottom: 15px;
	width: 835px;
}
#contentsArea #last {
	border-bottom-style: none;
}
#contentsArea .newBox .date img {
	display: inline;
	padding-left: 14px;
}
#contentsArea .newBox .date {
	clear: both;
	float: left;
	width: 130px;
	padding-left: 2px;
}
#contentsArea .newBox ul {
	float: left;
	width: 700px;
}
#contentsArea .newBox li {
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#contentsArea .newBox .nonBorder {
	border-bottom-style: none;
}

#contentsArea .newBox .nonBorderCenter {
	border-bottom-style: none;
    padding-left:250px;
}

#contentsArea .newBox .textBold {
	font-weight: bold;
	color: #734C35;
}
.semiDate {
	font-weight: bold;
	color: #333333;
	font-size: 105%;
}
