/*----------------------------------------------------------------------------
 * common
 *----------------------------------------------------------------------------*/
a, body, td, textarea, input, li {
	color:#595856;
	font-family:Arial, Verdana;
	font-size:12px;
}

img {
	display:block;
	border:0px;
	margin:0px;
	padding:0px;
}

html {
}

body {
	margin:0px;
	padding:0px;
	background:#FFFFFF;
}

div {
	margin:0px;
	padding:0px;
}

#frame {
	background-image: url(../images/background_page.gif);
	background-repeat: repeat-y;
	position:absolute;
	left:50%;
	top:0px;
	width:990px;
	margin:17px auto 20px -495px;
}

#header {
	width:100%;
	height:63px;
	background:#d8d9d9;
	border-bottom: 1px solid #b3b3b3;
}

#footer {
	width:990px;
	height:18px;
	background-image: url(../images/background_footer.gif);
	border-bottom: 1px solid #b3b3b3;
}

.clear {
	height:1px;
	clear:both;
	overflow:hidden;
}

#contact {
	display:none;
}

/*----------------------------------------------------------------------------
 * left
 *----------------------------------------------------------------------------*/
#left {
	width:234px;
	float:left;
}

#left-top {
	background-image: url(../images/background_left_top.gif);
	background-repeat: no-repeat;
	height:107px;
	width:236px;
}

#keyvisual {
	float:left;
	padding:8px 0px 0px 9px;
}

#logo {
	float:left;
	padding:8px 0px 0px 9px;
}

/*----------------------------------------------------------------------------
 * right
 *----------------------------------------------------------------------------*/
#right {
	width:756px;
	float:right;
}

#content {
	padding:40px 20px 52px 20px;
	width:704px;
	float:right;
	min-height:300px;
}

#content p.align-justify.align-right {
	text-align:justify;
}

#content p.align-justify {
	text-align:justify;
}

#content h1 {
	font-size:17px;
	font-weight:bold;
	color:#595856;
}

#content a:hover {
	color:#d52d12;
}

#content table {
	border:none;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

#content table td {
	border:none;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

#content table.fce_table1 {
	width:704px;
	display:inline;
}

#content table.fce_table1 td.left {
	width:554px;
}

#content table.fce_table1 td.right {
	width:150px;
}

.csc-textpic-imagewrap {
	margin-bottom:5px;
}

/*----------------------------------------------------------------------------
 * contentLeft
 *----------------------------------------------------------------------------*/
#contentLeft {
	width:214px;
	float:right;
	padding:0px 10px 0px 10px;
}

#contentLeft h1 {
	font-size:17px;
	font-weight:bold;
	color:#595856;
}

#contentLeft a:hover {
	color:#d52d12;
}

#contentLeft p.align-justify {
	text-align:justify;
}

/*----------------------------------------------------------------------------
 * nav1
 *----------------------------------------------------------------------------*/
#nav1 {
	background-image: url(../images/background_nav1.gif);
	background-repeat: no-repeat;
	height:65px;
	width:756px;
	float:right;
}

#nav1 ul.level1 {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#nav1 ul.level1 li {
	float:left;
	padding:0px;
	margin:0px 0px 20px 34px;
	position:relative;
}

#nav1 ul.level1 li.active {
	background-image:url(../images/background_hover_nav1.gif);
	background-position:40px 0px;
	background-repeat:repeat-x;
}

#nav1 .level1 li a {
	color:#585856;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:18px 0px 15px 0px;
	margin:0px;
	text-decoration:none;
}


#nav1 .level1 li a:hover {
	background-image:url(../images/background_hover_nav1.gif);
	background-repeat:repeat-x;
}

/*----------------------------------------------------------------------------
 * nav2
 *----------------------------------------------------------------------------*/
#nav2 {
	width:234px;
	float:right;
}

#nav2 ul.level1 {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#nav2 ul.level1 li {
	margin:0px;
	padding:0px 0px 0px 0px;
	position:relative;
}

#nav2 ul.level1 li.active {
	background-image:url(../images/background_hover_nav2.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
}

#nav2 .level1 li a {
	color:#585856;
	font-size:12px;
	font-weight:normal;
	display:block;
	margin:13px 0px 0px 0px;
	padding:0px 0px 0px 18px;
	text-decoration:none;
}

#nav2 .level1 li a:hover {
	background-image:url(../images/background_hover_nav2.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	color:#d52d12;
}

/*----------------------------------------------------------------------------
 * mailform
 *----------------------------------------------------------------------------*/
.mailform .mf-label {
	margin-bottom:5px;
	float:left;
	width:80px;
}

.mailform .mf-input {
	margin-bottom:5px;
}

.mailform .mf-text {
	width:329px;
	margin-bottom:5px;
}