@charset "utf-8";

/*--------------------------------------
	Style Name : Notation Style Sheet

	header
	content
		main-content
		sub-content
--------------------------------------*/

div.two-column{
	margin:0 auto;
}

div.column-half{
	float:left;
	margin-left:10px;
}

div.column-half p{
	margin:5px;
}

#main-content div.h-lv2 h2.article-title {
	margin-bottom:15px;
	margin-left:-15px;
	padding-left:25px;
	height:30px;
	background:url(../../images/heading-bg_01.gif) no-repeat left center;
	font-size:117%;
	font-weight:normal;
	line-height:30px;
}

#main-content p.comment{
	margin-left:1em;
	text-indent:-1em;
}

#main-content p.red{
	color:#C00;
}


#main-content div.fig{
	text-align:center;
	margin:10px auto;
}

/*--------------------------------------
	div#header
--------------------------------------*/
#header h1 {
	position:absolute;
	top:28px;
	left:175px;
}

#header p.description {
	position:absolute;
	top:72px;
	left:175px;
}

