@charset "UTF-8";
/* CSS Document */
#newsArea {
	position:relative;
	background:url(../images/news/news_con.png) bottom right no-repeat;
}
h2{background:url(../images/news/h2_02.png) top left no-repeat;}
.output{margin:20px 40px;}
.output a{display:inline-block; text-decoration:none; padding:3px 15px; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; background:#000; margin:5px 20px 5px 0;}
code{color:#5b70ff;}
.content{
	position: relative;
	width: 100%;
	height: 560px;
	padding: 100px 10px 20px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
.content p:nth-child(even){color:#9dbfc6; font-family:Georgia,serif; font-size:17px; font-style:italic;}
.content p:nth-child(3n+0){color:#c96;}
#newsArea{
	width: 720px;
	margin-bottom: 0px;
	z-index: 57;
	height: 580px;
}
		.totalScrollOffsetInfo{border:2px solid #fc0; font-size:12px; padding:20px; text-align:center; margin-bottom:60px;}
		.totalScrollOffset{height:50px; background:#fc0;}
dl {
	width: 660px;
	border-bottom: 1px solid #999;
	padding:1em;
}  
dt {
	float: left;
	width: 660px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	font-size:15px;
}  
dd {
	width: 660px;
	margin-left: 0px;
	padding: 0px;
	font-size:13px;
	border-bottom: 1px dotted #999;
}  
