/*===================================================
*
*	Base Style CSS
*	Last Update 2008-12
*
====================================================*/

/* contentsSection Module
-----------------------------------*/

div#contentsSection h1,
h2,
h3,
h4,
h5,
h6,
p, 
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

div#contentsSection img {
	border:none;
}

/* contentsSection layout
-----------------------------------*/

h2.spTitle {
	margin:0 24px 10px;
	padding:0px;
}

div#contentsSection {
	width:640px;
	margin:0 24px 24px;
	background:url(../img/imgNew/bg.gif) no-repeat top left;
}



/* contentsSection layout leftColum 
-----------------------------------*/

div#contentsSection dl.spContentsLeft {
	width:380px;
	float:left;
}

div#contentsSection dl.spContentsLeft dt {
	margin:0 0 11px;
}

div#contentsSection dl.spContentsLeft dd {
	margin:0 0 8px;
}



/* contentsSection layout RightColum 
-----------------------------------*/

div#contentsSection dl.spContentsRight {
	float:right;
	margin:0 0 0 18px;
}

div#contentsSection dl.spContentsRight dt {
	margin:0 0 11px;
}

div#contentsSection dl.spContentsRight dd {
	margin:0 0 8px;
}
