@charset "UTF-8";
/* ============== Layout ============== */

/*base*/
#container {
	margin:0 auto;
	width:950px;
	text-align:left;
}
#headerArea {
	width:950px;
	background:url(../../images/common/headerbg.jpg) no-repeat;
	height:139px;
}

#contentsArea {
	width:950px;
}

#leftBox {
	width:250px;
	float:left;
	clear:both;
}
#rightBox {
	border-left:#CCC 1px solid;
	width:664px;
	float:right;
	margin-bottom:50px;
	padding-left:34px;
}

#scontents{
	width:640px;
}

/*pagetop*/

.pagetop {
	width:100%;
	text-align:right;
	clear:both;
	padding-top:30px;
}

.pagetop a{
	background:url(../../images/ic_cursor_top.gif) no-repeat 0 1px;
	padding-left:12px;
	font-size:10px;
}

/*bread*/
#bread {
	width:940px;
	height:24px;
	margin-bottom:10px;
	padding:6px 0 0 10px;
	clear:both;
	margin-bottom:30px;
}
#bread p{
	font-size:12px;
	font-weight:bold;
	color:#666;
}
#bread a {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
#bread a:hover {
	text-decoration:none;
}



/*home*/

#home #bread {
	background:#F8F8FB;
	border-bottom:#ECEEFF 2px solid;
}
#home #bread a {
	color:#1C1F86;
}



/*typequick*/

#typequick #bread {
	background:#F8F8FB;
	border-bottom:#E5EDF4 2px solid;
}
#typequick #bread a {
	color:#004D96;
}



/*u-assist*/

#u-assist #bread {
	background:#F7FBF9;
	border-bottom:#F7F9FC 2px solid;
}
#u-assist #bread a {
	color:#008D39;
}



/*seisaku*/

#seisaku #bread {
	background:#FDF8FA;
	border-bottom:#F9E7F0 2px solid;
}
#seisaku #bread a {
	color:#C2126E;
}


/*itestaroid*/

#itestaroid #bread {
	background:#f9fafc;
	border-bottom:#e8f1f9 2px solid;
}
#itestaroid #bread a {
	color:#1387c1;
}



/*webclass*/

#webclass #bread {
	background:#FFFBF8;
	border-bottom:#FEF1E8 2px solid;
}
#webclass #bread a {
	color:#F67A19;
}



/*cloud*/

#cloud #bread {
	background:#F8FBFF;
	border-bottom:#E8F3FF 2px solid;
}
#cloud #bread a {
	color:#198DFF;
}

