@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a1d2fd;
}

a{
	color:#333;
}

#divContent {
	position: relative;
	z-index: 1;
	width: 960px;
}

#divContentTopBG {
	position: absolute;
	background-image:url(images_common/bg_top_03.jpg);
	background-repeat: no-repeat;
	z-index: 10;
	width: 960px;
	height: 57px;
	left: 0px;
	top: 0px;
}

#divMenu {
	position:absolute;
	top: 70px;
	left: 22px;
	width:188px;
	height:286px;
	z-index:1;
}

#divArticle{
	position:relative;
	padding-left: 220px;
	padding-top: 30px;
	padding-right: 120px;
	background-image: url(images_common/ss_bg_bottom_3.jpg);
	background-position: 0px bottom;
	border-top: #a1d2fd 1px solid;
	border-bottom: #a1d2fd 1px solid;
	background-repeat:no-repeat;
}

td.tdMain{
	background-image: url(images_common/bg_strip_03.jpg);
	background-repeat:repeat-y;
}



	

