


/*----------------- COMMON SETTINGS -----------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	padding-bottom: 10px;
	color: #43565f;
	background: url(../images/common_bg.gif) #f6f5f5;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
}

a img {
	border-style: none;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 1%;
	overflow: hidden;
}

#container {
	display: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}



/*----------------- HEADER SETTINGS -----------------------------*/

#header {
	width: 1000px;
	margin-bottom: 12px;
}



/*----------------- CONTENTS SETTINGS -----------------------------*/

#bodyframe-top {
	width: 1000px;
	height: 7px;
	overflow: hidden;
	background: url(../images/common_elm_frame1_top.gif) no-repeat;
}

#bodyframe-main {
	width: 900px;
	padding: 0 50px 40px;
	background: url(../images/common_elm_frame1_mid.gif) repeat-y;
}

#bodyframe-btm {
	width: 1000px;
	height: 7px;
	overflow: hidden;
	background: url(../images/common_elm_frame1_btm.gif) no-repeat;
}

#cngtxtsize {
	width: 900px;
	padding: 2px 0 5px;
	text-align: right;
}

#cngtxtsize div.cngtxtsize-item {
	height: 21px;
	padding-left: 6px;
}

.main-block {
	width: 900px;
}

.main-block .block-title {
	margin-bottom: 32px;
}

.main-block .main-l {
	width: 425px;
	margin-bottom: 20px;
	float: left;
}

.main-block .main-r {
	width: 425px;
	margin-bottom: 20px;
	float: right;
}

.main-block .nametxt {
	font-weight: bold;
	margin-right: 11px;
	color: #000;
}

.main-block p {
	margin-bottom: 20px;
}

.main-block p#with-pht-r {
	height: 152px;
	padding-right: 148px;
	background: url(../images/p1_pht_hirai.jpg) no-repeat right top;
}

.main-block p#with-pht-l {
	height: 152px;
	padding-left: 148px;
	background: url(../images/p1_pht_nonaka.jpg) no-repeat left top;
}

.main-block p.withtxt {
	margin-bottom: 10px;
}

.main-block #pht-both {
	padding-top: 20px;
}

.profileblock {
	width: 425px;
	margin-top: 10px;
}

.profileblock {
	width: 425px;
}

#pb1 {
	margin-top: 30px;
}

.profileblock .profile-name {
	padding: 5px 20px 3px;
	color: #647984;
	background: url(../images/common_elm_frame2_top.gif) no-repeat left top;
}

.profileblock .profile-name .bigfontb {
	margin-right: 12px;
	color: #283d48;
	letter-spacing: 1px;
}

.profileblock .profile-data {
	padding: 10px 20px 8px;
	color: #6e7d84;
	font-size: 11px;
	background: url(../images/common_elm_frame2_btm.gif) no-repeat left bottom;
}

#fourpoints {
	width: 900px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: url(../images/common_elm_frame3_btm.gif) no-repeat center bottom;
}

#fourpoints-body {
	width: 900px;
	padding-bottom: 10px;
	color: #503e45;
	background: url(../images/common_elm_frame3_top.gif) no-repeat center top;
}

#fourpoints-body #fp-title {
	width: 840px;
	padding: 21px 30px 2px;
}

#fourpoints-body .fp-box-l {
	width: 405px;
	padding: 0 0 10px 30px;
	float: left;
}

#fourpoints-body .fp-box-r {
	width: 405px;
	padding: 0 30px 10px 0;
	float: right;
}

#fourpoints-body .fp-item {
	padding: 20px 0 8px;
}

#aboutcisco {
	width: 900px;
	margin-top: 40px;
	background: url(../images/common_elm_frame4_btm.gif) no-repeat center bottom;
}

#aboutcisco-body {
	width: 900px;
	padding: 12px 0;
	background: url(../images/common_elm_frame4_top.gif) no-repeat center top;
}

#aboutcisco-body #ac-text {
	width: 706px;
	padding-left: 174px;
	font-size: 11px;
	background: url(../images/p1_txt_about_cisco.gif) no-repeat 24px center;
}

#aboutcisco-body #ac-text p {
	padding-bottom: 8px;
}

#aboutcisco a,
#aboutcisco a:visited,
#aboutcisco a:hover {
	color: #2f6681;
}



/*----------------- GROBALNAVI SETTINGS -----------------------------*/

.grobalnavi {
	/*padding: 10px 0;*/
	padding: 10px 0 0;
	width: 900px;
}

.grobalnavi .grobalnavi-top {
	width: 900px;
	height: 11px;
	overflow: hidden;
	background: url(../images/common_elm_navibar_top.gif) no-repeat center top;
}

.grobalnavi .grobalnavi-btm {
	width: 900px;
	height: 11px;
	overflow: hidden;
	background: url(../images/common_elm_navibar_btm.gif) no-repeat center top;
}

.grobalnavi .grobalnavi-body {
	width: 806px;
	padding-left: 94px;
	background: #e6edef;
}

.grobalnavi .grobalnavi-body .grobalnavi-item {
	padding: 9px;
	float: left;
}



/*----------------- FOOTER SETTINGS -----------------------------*/

#footer {
	width: 1000px;
	padding: 28px 0 15px;
}

#footer #jblogo {
	width: 146px;
	padding: 2px 70px 0 0;
	float: left;
}

#footer #copyright {
	width: 770px;
	color: #666;
	float: left;
}



