/* 初期化 */
*{
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
/* タグ定義 */
body {
	background-image: url(_images/bg7grid.png);
	background-repeat: repeat-y;
	background-position: 41em top;
	font-size: 0.75em;
}
p {
	margin-bottom: 1em;
}
h1 {
	margin: 35px 0 20px 0;
	padding: 5px 0 6px 0;
	border-top: 1px solid #8EBAC2;
	font-size: 1.2em;
	background: url(_images/bg_h1.gif) repeat-x left bottom;
}
h2 {
	padding: 4px 5px 0 0;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1em;
}
/* 全体の幅や左余白 */
#wrap {
	width: 40em;
}
.leftPadding {
	padding-left: 20px;
}
/* 見出しの装飾 */
 
/* 内容部分 */
div#news {
	padding: 10px;
}
div#newsTitle {
	border: 1px solid #6CAEB8;
	background-color: #E0F7FF;
	float: right;
	width: 100px;
	padding: 10px;
	margin: 0 0 10px 10px;
}
div#newsTitle h2 {
	color: #000066;
	font-weight: bold;
}
div#newsTitle ul {
	list-style: none;
}
div#newsTitle li {
	margin-bottom: 1em;
}
div#newsBody {
	padding-top: 10px;
}
 
a:hover {
	position: relative;
	left: -2px;
	top: -2px;
}
a:active{
	position: relative;
	left: 1px;
	top: 1px;
}