/*
-----------------------------------------------
Grey Box Method - Layout Staff CSS
----------------------------------------------- */


/* branding
----------------------------------------------- */
h1#branding {
	margin-left:   10px;
	margin-bottom: 0;
}/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:    normal;
	padding:        .5em;
	margin:         0 0 10px 0;
	border-bottom:  1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.topMenubox {
	margin-bottom:20px;
}

.topMenubox h2 {
	font-size:      1em;
	font-weight:    normal;
	color:          #fff;
	background:     #fff;
	margin:         -24px -10px 0 -10px;
	padding:        0px 12px;
}

.box {
	background:		#fff;
	padding:	    10px 10px 0px 10px;
}

.box h1 {
	margin:		0px;
	padding:	0px;
}

.box h2 {
	font-size:      1em;
	font-weight:    normal;
	color:          #fff;
	margin:         -10px -10px 0 -10px;
	padding:        6px 10px;
}



.box h3 {
	font-size:      1em;
	font-weight:    bold;
	color:          #7ea190;
	padding:        0px 0px 10px 0px;
	margin:			0px;
}

.block {
	padding-top:	 10px;
}

div.menu {
	display:none;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:  1em;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:    none;
	border-top:    1px solid #fff;
}

ul.menu li {
	margin:        		0px;
}

ul.menu li a {
	display:       	block;
	padding:       	4px 10px;
	border-bottom:	1px solid #fff;
	background:   	#ddd;
	zoom:           1;
}

ul.menu li a:hover {
	background:    #ccc;
}

ul.menu li a:active {
	background:    #ccc;
}

ul.menu li p {
	padding:0px 0px 0px 18px;
	margin:0px;
	background-image:	url(../img/ico_ya_sc_gr.gif);
	background-repeat:	no-repeat;
	background-position:left;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:   none;
	margin:       0;
}

ul.menu ul li a {
	padding-left:    30px;
	display:         block;
	text-decoration: none;
    zoom:            1;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:      0;
	margin-bottom:   0;
}

ul.section li a {
	background:      #f9b755;
	display:         block;
	text-decoration: none;
    zoom:            1;
}

ul.section li a:hover {
	background:      #f5d19a;
}

ul.section li a:active {
	background:      #f5d19a;
}

ul.section li li a {
	background:      #ddd;
	border-bottom:   1px solid #fff;
}

ul.section li li a:hover {
	background:      #ccc;
}

ul.section li li a:active {
	background:      #fff;
}

ul.section ul li {
	text-transform:  none;
}

ul.section ul.current li a {
	background:      #ddd;
	border-bottom:   1px solid #fff;
}

ul.section ul.current li a:hover {
	background:      #f5d19a;
}

ul.section ul.current li a:active {
	background:      #fff;
}

ul.section li a.current {
	color:           #fff;
	background:      #f9b755;
}

ul.section li a.current:hover {
	background:      #f5d19a;
}

ul.section li a.current:active {
	background:      #7ea190;
}

ul.section li a.active {
	background:      #fff;
	cursor:          default;
}

ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:           #fff;
	background:      #f9b755;
	cursor:          default;
}

/* side menu anchors
----------------------------------------------- */
ul.menu a:link  {
	color :             #333;
}

ul.menu a:visited {
	color :             #333;
	text-decoration:	none;
}

ul.menu a:hover {
	color : 			#000;
	text-decoration:	none;
}

ul.menu a:active {
	color :             #333;
}


/* articles
----------------------------------------------- */
.articles {
	background-image:	url(../img/activity/contentsBG.gif);
	background-repeat:	repeat-y;
	padding:            0px 35px;
}

.articles h1 {
	
}

.articles h2 {
	padding:	0px;
	margin:		0px 0px 10px 0px;
}
.articlesSub {
 margin-bottom:      8px;
 padding:            0px 0px 3px 10px;
 font-size:          1.2em;
 color:              #568775;
 background:         #fff;
}
/* catch color */
.catchColor {
	color:		#d47c18;
	font-weight:bold;
}

/* topics list */
#topicList {
	width:				628px;
	height:				30px;
	background-image:	url(../img/activity/topicsBG.gif);
	background-repeat:	no-repeat;
	margin-bottom:		10px;
}

#topicList ul {
	margin:0px;
	padding:0px;
	margin-left:50px;
	_margin-left:35px;
}

#topicList ul li {
	float:				left;
	background-image:	url(../img/ico_ya_sc_gr.gif);
	background-repeat:	no-repeat;
	background-position:left;
	padding:			0px 0px 0px 18px;
	list-style:			none;
}

#topicList ul li a {
	text-decoration:	none;
}

#topicList ul li a:hover {
	text-decoration:	underline;
}

/* column */
ul.mpColumn {
	margin:-10px 0px 0px 20px;
	padding:0px;
	list-style:decimal;
}

/* detailBox */
.detailBox {
	border:			2px #7ea190 solid;
	padding:		20px 20px 10px 20px;
	margin-bottom:	10px;
}
	
/* page top */
.pageTop {
	width:			100%;
	text-align:		right;
	padding:		10px 0px;
}

/* image layout */
.imgLeft {
	float:			left;
	padding:		0px 20px 20px 0px;
}

.imgRight {
	float:			right;
	padding:		0px 0px 20px 20px;
}

/* detail ul */
ul.detailList {
	padding:			0px 0px 20px 20px;
	margin:				0px;
	list-style-type:	disc;
}


/* recruit side menu */
.supportSideMenu {
	float:				left;
	width:				205px;
	padding:			20px 0px 15px 15px;
	margin-right:		20px;
	margin-bottom:		20px;
	background-color:	#7da08f;
}

.interviewSideMenu {
	float:				left;
	width:				205px;
	padding:			20px 0px 15px 15px;
	margin-right:		20px;
	margin-bottom:		20px;
	background-color:	#d37b16;
}

.newSideMenu {
	float:				left;
	width:				205px;
	padding:			20px 0px 15px 15px;
	margin-right:		20px;
	margin-bottom:		20px;
	background-color:	#5e80a9;
}

.careerSideMenu {
	float:				left;
	width:				205px;
	padding:			20px 0px 15px 15px;
	margin-right:		20px;
	margin-bottom:		20px;
	background-color:	#6798c1;
}

.recruitContents {
	float:			left;
	width:			700px;
	padding-top:	20px;
}






/* Manpower capsule
----------------------------------------------- */

.CapsuletextRight {
	color: #666;
	text-align:right;
	margin: 5px 15px 0 0;
}

.answer {
	margin: 0 0 20px 0;
	padding:0 0 15px 0;
	border: 1px solid #7ea190;
}

.CapsuletitleAnswer {
	background-color: #73AA92;
	color: #FFF;
	font-weight: bold;
}

.CapsuleBox01 {
	width:600px;
	margin:0 0 0 15px;
	padding-bottom:10px;
}

.CapsuleBox01 td{
	padding:0 0 0 10px;
	border-bottom: 1px dotted #CCC;
	}

td.bkGray{
	background-color: #F0F0F0;
}


dl.CapsuletitleAnswer dt {
	padding:2px 15px 2px 10px;;
	float:left;
}

dl.CapsuletitleAnswer dd {
	padding:2px 0 2px 0;
	font-weight:normal;
}

.Capsulerightanswer {
	background-color: #EC8E00;
	color: #FFF;
}

div.CapsulebtnPageTop .btn_next {
	float:left;
	margin:0 0 10px 440px;
}

div.CapsulebtnPageTop .btn_back {
	float:left;
	margin:0 0 10px 0px;
}


div.CapsulebtnPageBottom .btn_next {
	float:left;
	margin:0 0 0 120px;
}

div.CapsulebtnPageBottom .btn_back {
	float:left;
}

div.CapsulebtnPageBottom .CapsuleToplink{
	float:left;
	margin:0 0 0 100px;
}


.Qfooter {
	background-color: #F0F0F0;
	margin:0 0 10px 0;
	padding:10px 0 5px 0;
}

.Qfooter ul li{
	list-style-type: none;
}


.answer p.subquestion {
	margin:5px 0 5px 15px;
	color:#568775;
	font-weight:bold;
}




