@charset "utf-8";

@import url("../../common/css/common.css");

/* --------------------------------------------------------------------------------------
 HEADER2
--------------------------------------------------------------------------------------- */

div#header2{
	width: 900px;
	height: 145px;
	margin: 0;
	position: relative;
}

#header2 .commentBlock{
	width: 450px;
	height: 105px;
	font-size: 116%;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 40px;
}

#header2 .symbol1{
	width: 300px;
	height: 125px;
	position: absolute;
	left: 600px;
	top: 20px;
}

/* --------------------------------------------------------------------------------------
 CONTENTSBOX
--------------------------------------------------------------------------------------- */

p.date-header{
	text-align: right;
}

p.trackbacks-header{
	font-weight: bold;
	border-top: solid 1px #666666;
	padding: 10px 0 0;
}

p.comments-open-header{
	font-weight: bold;
	border-top: solid 1px #666666;
	padding: 10px 0 0;
}
p.comments-header{
	font-weight: bold;
	border-top: solid 1px #666666;
	padding: 10px 0 0;
}



