@charset "utf-8";

body {
	font-size: 12px;
	color: #4B4B4B;
	line-height: 150%;
	position: relative;
}

body a:hover img {
 filter: alpha(opacity:80);
	opacity: 0.8;
}

a:link {
	color: #009900;
	text-decoration: none;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #CC3300;
}

/*---------- end [linkSetting] ----------*/

#mainWrapper {
	position: relative;
	width: 1010px;
	padding: 0 5px;
	margin: auto;
	overflow: hidden;
	background: url(../images/contents_back.gif) repeat-y 5px 0;
}

#mainWrapper #culumn-wrap{
	width: 1010px;
	overflow: hidden;
}

#mainWrapper #primary-wrap{
	width: 809px;
	float: right;
}

#mainWrapper #secondary-wrap{
	width: 177px;
	float: left;
}

#imgArea {

}

/*---------- end [#imgArea] ----------*/

#bCrumbArea {
}

#bCrumbArea li {
	line-height: 200%;
}

/*---------- end [#breadCrumbArea] ----------*/



.pad0 {
	padding: 0px!important;
}

.txtRed {
	color: #CC0000;
}

#contentsArea .topBack {
	text-align: right;
	padding-top: 25px;
	clear: both;
	padding-bottom: 15px;
}

